@charset "utf-8";
/* CSS Document */
body {
	background:#84A4C1; /* main site background color, blue default */
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
h1,h2,h3,h4 {
	color: #648CB0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#headerWrapper {
	background-color: #FFF;
	height: 175px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/test.jpg);
	padding: 0px;
}
#navMainWrapper {
	width: 1000px;
	height: 32px;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
}
#page {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/sidebox.gif);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content {
	float: right;
	width: 730px;
	margin-top: -60px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
}
a {
	color: #8C1C04;
	text-decoration: none;
}
img { border: none; 
}
a:hover {
	color: #648CB0;
}
#sidebar {
	float: left;
	width: 230px;
	padding-top: 0px;
	color: #333;
	height: auto;
	margin-top: -5px;
}

#sidebar a {
	color: #666;
	font-weight: bold;
	text-align: left;
	margin-left: 12px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar a:hover {
	color: #A12005;
}
#sidebarlink {
	text-align: center;
}
#sidebarlink a {
	margin-left: 0px;


}
.sub {
	margin-left: 10px;
}
#clear {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#tabs {
	float:right;
	width:750px;
	line-height:normal;
	height: 32px;

	}

#tabs ul {
	margin:0;
	padding:0px;
	list-style:none;
	float: none;
	background-color: #CF9;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:right;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 10px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	background-color: #751400;
	}

#tabs a:hover {
	background-color: #751400;
	}

#tabs a:hover span {y
	}  
#tabs .last a span {
	background-image: none;
	color: #D1DEE9;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 14px;
}
h3.leftBoxHeading {
	color:#fff; /* right and left box heading color */
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.style1 {
	color: #6B0104;
	font-weight: bold;
}
.formbox {
	color: #385570;
	font-weight: bold;
	background-color: #E9EEF3;
	text-align: center;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left{
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
}
#third {
	float: left;
	width: 240px;
	margin-top: 0px;
	text-align: center;
	padding: 1px;
	clear: none;
}
#scrolltable {
	height: 250px;
	overflow: scroll;
}
.style2 {
	color: #0C6;
	font-weight: bold;
}
