
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	font: 11pt Georgia, Times, serif;
}		

a {color: inherit; 
   text-decoration: none;
} 

a:link, a:visited  {
text-decoration: underline;
}

p {	line-height: 1.35em; } 

q {
	line-height: 1.35em;	
	text-align: justify;
	font-style: italic; 
	} 			

h1 { 
	
	font: 12pt Georgia, Times, serif; 
	font-size: 1.75em; 
	font-weight: bold; 
} 

h2 {
	padding-top: 10px;
	font: 14pt Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}

hr { 
	border: none; 
	border-top: 1px solid #000000; 
	height : 2px; 
	width : 100%; 
}

dl {
line-height: 140%;
padding-left: 1em;
}

dt {
text-transform: uppercase;
padding-top: 1em;
}

dd {
margin: 0;
padding-left: 1em;
}

ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0;
}

li.bullet {
	list-style-type: disc;
}




/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	margin:0 auto;
	background-color:#FFFFFF;		
}
    
#content, #printonly {	 
	background-color:#FFFFFF;
	float: none !important;
	width: auto; 
	margin: 0 5%;
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
  content: " [http://www.cornerstonevalues.org/" attr(href) "]";
}
 
}

#menudiv, #header, #footer, #rightColumn, #topBorder, #bottomBorder, #pagetitle {
	display: none;
	float: none !important;
	
}
	

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 14pt Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 


/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #316194;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}

.cssform p{
width: 440px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 230px;
}

.cssform textarea{
width: 400px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

