@charset "utf-8";
/* CSS Document */

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;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
.thrColFix #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
} 
.thrColFix #header {
	height:92px;
	background-image: url(/images/bg-header.jpg);
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 1px;
	padding: 1px;

}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	margin-top: 20px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 130px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#mainnav {
	background-image: url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	margin-top: 30px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainnav ul {
	margin:0;
	padding:0;
}
#mainnav li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#mainnav a{
	font-size: 15px;
	color: #FFFFFF;
	text-indent: 10px;
	margin-left: 30px;
	margin-top: 5px;
	display:block;
	height: 30px;
	line-height: 30px;
	width: 140px;
	background-color: #6699CC;
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #000099;
	border-bottom-color: #000033;	
}
#mainnav a:hover{
background-color:#669999;

}

#sidebar2nav ul {
	margin: 10px;
	padding: 0px;
}

#sidebar2nav li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/arrow.gif);
}


.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;
}

.thrColFix #search {
	background-color: #6699CC;
	width: 146px;
	height: 45px;
}

.thrColFix #headNav {
	padding-top: 68px;
	padding-left: 650px;
}

h1 {
	color: #669999;
	font-size: 18px;
}

p {
	color: #003366;

}
