/**
 * Font Sizing 
 * -------------------------
 */

								  /* Enables all modern browsers to display em units */
body { font-size: 70%; } 		  /* Targets Internet Explorer - Windows  */ 
html>body { font-size: 11px; }	  /* Targets Other Browsers  */

#content 	 { font-size: 1.1em; } 
#rightColumn {
	font-size: 1em;
} 
#pathway     { font-size: 0.8em; }
#footer      { font-size: 0.9em; }
#pagetitle   { font-size: 3.25em;} 
#rightColumn h2 { font-size: 1em; }
#content h2 { font-size: 1.25em; }


/**
 * General HTML Body Styling
 * -------------------------
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
}		


p {	line-height: 1.25em; } 

a { text-decoration: none; color: #0000FF; } 
a:hover { color: #FFCC00; }

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('../images/arrow4.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 
#mainMenu {
	background-color: #000000;
	width: 990px;
	font-size: 16px;
	list-style-image: none;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#mainMenu a { text-decoration: none; color: #ffffff; } 

#mainMenu a:hover{ color: #cc9900; }
	
#mainMenu li {
	float: left;
	position:relative;
	background-image: none;
	color: #FFFFFF;
}

#mainMenu #rightMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	background-image: none;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#topBorder {
	width: 990px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background-image: url(../images/bordertop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	

#bottomBorder {
	text-align: left;
	margin: 0px auto;
	height: 8px;
	background: transparent url('../images/borderbot.gif') no-repeat center top;
}

#header {
	width:990px;
	margin:auto;
	background-image:url(../images/ocbanner.gif);  
	background-repeat:no-repeat;
	background-color:#ffffff;			
	height : 40px; 	
}

#footer {
	clear: both;
	text-align: center;
	margin: 0px auto;
	margin-top:0px;
	height: 20px;
	line-height: 1em;
	background-color: #eeeeee;
	padding: 1em 0 1em 0;
	border-top-color: #cccccc;
	border-top-style: solid;
}

#container {
	width:990px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-top: 5px;
}
  
#rightColumn {
	float : right;
	width : 300px;
	margin-top: 20px;
	padding: 10px;
	border-left: 1px dotted #cccccc;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}	  

#content {
	margin-top: 20px;
	margin-left: 20px;
	min-height: 200px;
	text-align:left;
	padding: 10px;
}

#pagetitle {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 10px;
	width:600px;
}		

#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('../images/pagetitlespacer600.jpg') no-repeat left bottom
}

#rightColumn p { 
	margin: .5em 0 1em 0; 
}

#rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	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; 	
} 

#rightColumn a:hover, #content a:hover {
	color: #000000;
}


/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}
