@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
	background-image:url(images/main_layout_top_repeat.gif);
	background-repeat:repeat-x;
	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;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/main_layout_mid2.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
 	background-image:url(images/main_layout_top2.gif);
	background-repeat: no-repeat; 
	padding: 0 10px 0 20px; 
	width:800px;
	height:167px;
}
#main_nav {
	display:block;
}
.main_link{
	margin-bottom:15px;
	padding-bottom:4px;
	background-image:url(images/line_div.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
}
.main_link a{
	color:#333333;
	text-decoration:none;
	padding-bottom:4px;
	padding-left:20px;
	
}
.main_link a:hover{
	color: #C1272D;
	background-image:url(images/line_div_hover.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#sidebar1 {
	float: left;
	background-image:url(images/main_layout_menu_mid.gif);
	background-repeat:repeat-y;
	width: 225px; /* 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 */
	padding: 0px 10px 0px 20px;
	margin-left:-1px;
}
#sidebar_divider { margin: 10px 0px 10px -8px; background-image:url(images/sidebar_dividerBG.gif); background-repeat:repeat-x; height:23px; width:223px;}
#lower_sidebar {}
#menu_bottom {
	background-image:url(images/main_layout_menu_bottom.gif);
	background-repeat:no-repeat;
	background-color: #E6E6E6;
	width:245px;
	height:20px;
	margin-left:-20px;
}
#mainContent { 
	margin: 0 0 0 250px; /* 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 */
} 
#footer { 
    background-color: #E6E6E6;
	background-image:url(images/main_layout_bottom2.gif);
	background-repeat: no-repeat; 
	width:800px;
	height:40px;
	margin-bottom:0px;
	position:relative;
	
} 
#footer a { color:#000000}

.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;
}
.blank {background-image:none; background-color:#FFFFFF;}
.blank_content {text-align:left; width:800px; margin:auto;}
.query_result {color: #333333; font-weight:600;}
#odd {padding:5px;}
#even {padding:5px; background-color: #CCCCCC;}
.results_container {border:solid 1px #666666; margin:5px 0 5px 0; padding:5px;background-color: #ffffff;}
.frame {border:solid 1px #333333;}
.smalltxt {font-size:.7em}
.cubicalstudio {font-size:.7em; color:#333333; text-align:right; position:absolute; top: 0px; right: 20px; }
.results_container {border:solid 1px #666666; margin:5px 0 5px 0; padding:5px;background-color: #ffffff; width:680px; font-size:8px}
.printhead {padding:10px; border: solid 2px #000000; font-weight:400; margin-bottom:20px;}
.pdf { background-image:url(images/pdf_sm.png); background-repeat:no-repeat; padding-left:40px; min-height:40px;}
.pdf a{ color:#900; font-size:.9em; display:block}
.pdf a:hover {background-color:#FFC; }
