@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #002E38;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #002E38;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.breadcrumb {
	font-size: 85%;
	color: #FFF;
	background-color: #0E6EA0;
	text-align: left;
	text-indent: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	background-color: #0E6EA0;
	cler: left;
}
* .twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	background-color: #0E6EA0;
}
.twoColFixLtHdr #mainContent {
	padding: 0 5 0 5px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #0E6EA0;
	background-color: #FFF;
	display: inline;
	min-height: 540px;
	height:auto !important;
	height:540px;
	z-index: 1;
 
}
}
* .twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* 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 5 0 5px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #0E6EA0;
	background-color: #FFF;
	z-index: 1;
	
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 0px;
	background-color: #002E38;
	font-size: 50%;
	color: #6FA653;
} 
.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 */
	color: #6FA653;
}
.footer_table {
	font-size: 8pt;
	font-style: normal;
	color: #6FA653;
	float: none;
}

.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:0px;
	font-size: 1px;
	line-height: 0px;
}
#blueblock{
	width: 200px;
	border-right: 0px solid #000;
	padding: -10px 0 0 0;
	margin-bottom: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #90bade;
	color: #333;
}
* html #blueblock{ /*IE 6 only */
	w\idth: 125px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}
#container #sidebar1 #blueblock aselected {
	background-color: #1958B7;
}
#container #sidebar1 #blueblock s {
	background-color: #1958B7;
}
#container #sidebar1 #blueblock #selected #selection {
	background-color: #1958B7;
}



#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
.bevelmenu{
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #002E38;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: #6EA552;
	background-color: #002E38;
	border: 2px solid #002E38;
}

.bevelmenu li a:hover{
	color: #002E38;
	background-color: #6FA653;
	border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

A.menulink {
	display: block;
	width: 198px;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #FFFFFF;
	BORDER: none;
	border: 1px solid #0E6EA0;
	background-color: #0E6EA0;
}

A.menulink:hover {
	border: 1px solid #0000FF;
	background-color:#FFFFFF;
	color: #0E6EA0;
}
.sidebarmenu{
	color: #FFFFFF;
	border-color: #000000;
}
.sidebarmenu:hover{
	border: 1px solid #0000FF;
	background-color:#FFFFFF;
	color: #0E6EA0;
	display: block;
}
.fag {
	font-size: 75%;
	background-color: #FFF;
}
