/* CSS Document */

body {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif
	background-color: #000066;
}		


p {	
	line-height: 1.35em; 
} 		
/**
 * Font Sizing 
 * -------------------------
 */

								  /* Enables all modern browsers to display em units */
body { font-size: 62.5%; } 		  /* Targets Internet Explorer - Windows  */ 
html>body { font-size: 10px; }	  /* Targets Other Browsers  */

#content 	 { font-size: 1.2em; } 
/**#rightColumn { font-size: 1.2em; } */
#pathway     { font-size: 0.8em; }
#footer      { font-size: 0.9em; }
#pagetitle   { font-size: 3.25em;} 
/** 	#rightColumn h2 { font-size: 1.2em; }
  *		#leftColumn h2 { font-size: 1.2em; } */
#content h2 { font-size: 1.25em; }
#content h3 { font-size: 1.00em; }

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

#header {
	height : 120px; 	
    margin: 0 auto;
	text-align: center;  
	width:930px;
}
 
#container {
	width:930px;
    margin: 0 auto;
	text-align: center; 
	background-color:#FFFFFF; 	
} 


#content {
	padding: 1em; 	
	margin-right: 0px;
	margin-left: 0px;
	text-align:left; 
}

#pageheading { 
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	padding-top: 5px; 
	color: #660000; 
	padding-bottom: 5px;
}	



#footer {
	clear: both;
	text-align: left;
	margin: 8px auto;
	margin-top:8px;
	width: 930px;
	height: 48px;
	line-height:1.0em;
	background-color:#FFFFFF;
	padding: 1em 0;
	padding-left: 10px;
	padding-right: 10px;
}

#pagetitle { 
/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 2em; 
	font-weight: bold; 
	padding-top: 20px; 
	color: #660000; 
	padding-bottom: 10px;
}		



/**#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
}

#leftColumn h2, #rightColumn h2 { 
	font: 120%/1.2em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #7C6C6C;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}


#rightColumn ul { 
	margin: .5em 0 1em 0; 
}
*/
#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
	color: #660000;
} 
#content h3 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
	color: #660000;
} 

#content a:hover {
  background:#ECAAAA;   
}





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


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



