/**
 * 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: 1.0em; } 
#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.35em;
	margin-left: 0px;
} 

a { text-decoration: none; color: #0000CC; } 

a:hover { color: #CC9900; }

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: .4em;
	line-height: 140%;
	padding-right: .4em;
	font-size: 16px;
}


/**
 * 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: 2px;
	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;
	background-color:#FFFFFF;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#rightColumn {
	float : right;
	width : 200px;
	margin: 0; 
	margin-top: 10px; 
	padding: 10px; 
	border-left: 1px dotted #cccccc;		
}	  

#leftColumn {
	float : left;
	width : 200px;
	margin: 0; 
	margin-top: 10px; 
	padding: 10px; 
	border-right: 1px dotted #cccccc;	
}
	
#pagetitle {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em;
	font-weight: bold;
	color: #CCCCCC;
	padding-bottom: 10px;
}		

#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('../images/pagetitlespacer.gif') no-repeat center bottom
}

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

#leftColumn h2, #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; 	
} 

#content hr { width: 460px; }

#leftColumn a:hover, #rightColumn a:hover, #content a:hover {
}


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


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