@charset "utf-8";
body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif ;
	background: url(/images/background.jpg) top repeat-x #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
color:#CC3300;
}

a:hover {
color:#000000;
}

.tabletext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; line-height: 125%}

.maintext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none; line-height: normal}
a.maintext:hover {  color: #CC3300; text-decoration: none}

.maintextlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #CC3300; text-decoration: none; line-height: normal}
a.maintextlink:hover {  color: #FFCC00; text-decoration: none}

.titletext { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #666666; text-decoration: none; line-height: normal}
a.maintext:hover {  color: #CC3300; text-decoration: none}

.boxheading { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; line-height: normal}

.navtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #EEEEEE; text-decoration: none; line-height: normal}
a.navtext:hover {  color: #FFCC00; text-decoration: none}

.footertext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height: normal}
a.footertext {  text-decoration: underline;}
a.footertext:hover {  color: #CCCCCC; text-decoration: underline;}
/*th{border-bottom:1px solid #E0E4E5;border-right:1px solid #E0E4E5;padding:5px;background:url("../Media/tableTH_bkg.gif") #A3AEB2 repeat-x bottom;color:#FFF;font-weight:bold;text-align:left;vertical-align:bottom;}
*/

button.action{padding-left:25px;margin-top:0;background:url(../Media/button_sprite.png) no-repeat 0 0;padding-bottom:0;padding-top:0;}
.tableForms {font-size:12px;}
.tableForms th{border-bottom:1px solid #889399;border-right:1px solid #FFF;padding:0 10px;background:url("/images/tableTH_bkg.gif") repeat-x;vertical-align:middle;height:24px;text-align:center; font-size:12px;}
.tableForms td{padding:5px;border-right:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;line-height:1.2em;vertical-align:top; text-align:left;}
.tableForms th.collapse,.tableForms td.collapse{padding:0;width:21px;}
.tableForms td.collapse{border-right:none;}
.tableForms td.lastColumn{border-right:none;}
.tableForms th.first{text-align:left;}
.tableForms td.lastRow{padding:10px 10px 5px 10px;vertical-align:top; text-align:center; border-right:none; background-color:#EEEEEE}
/*.tableForms tr.altRow{background-color:#eef6ee} */
.tableForms tr.altRow{background-color:#FFFFCC} 


.twoColFixLtHdr #response {
padding:5px;
background-color:#CCCC99;
font-weight:bold;
border: #999999 solid 1px;
margin-bottom: 10px;
}

.twoColFixLtHdr #container {
	width: 950px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #pagecontainer {
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	background-color:#FFFFFF;
	border-top: #666666 solid 1px;
} 

.twoColFixLtHdr #container3 {
	width: 1150px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container2 {
	width: 950px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background:none;
	height: 89px;
} 


.twoColFixLtHdr #header2 {
	background:none;
	height: 89px;
} 


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 24px 0px 0px 100px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:20px;
}

.twoColFixLtHdr #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 24px 0px 0px 100px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:20px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CC3300; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	/*background-image: url(images/csooc_nav_header.gif);*/
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	min-height: 450px;
}



.twoColFixLtHdr #mainContent h1{
	font-size: 24px;
	padding: 5px;
} 

.twoColFixLtHdr #mainContent h2{
	font-size: 16px;
	margin: 0px;
	padding: 2px;
} 


.twoColFixLtHdr #mainContent h3{
	font-size: 13px;
	margin: 0px;
	padding: 2px;
} 


.twoColFixLtHdr #footer {
	background-color:#000000;
	/*background-image: url(images/csooc_footer.gif); */
height: 40px;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
} 

.twoColFixLtHdr #footer2 {
background-repeat:no-repeat;
background-color:#000000;
height: 39px;
} 


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menu {
	margin: 30px 0px 0px 15px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 125px;
}
#menu ul {
	margin: 0px; border: 0px; padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#menu ul li.last {


}


#menu li a {
	display: block;
	width: 125px;
	height: 30px;
	padding: 8px 0px 1px 5px;
	text-align: left;

	text-decoration: none;
	color: #ffffff;
	/*background-image: url(images/btn_grnd1.gif);
	background-repeat: no-repeat; */
	font-size:12px;
}

#menu li a:hover {
	/*background-image: url(images/btn_grnd2.gif);
	background-repeat: no-repeat;*/
	color: #ffcc00;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
