@charset "utf-8";
.style1 {color: #FFFFFF}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bkbd_body.jpg);
	background-repeat: repeat-x;
}

/* CSS Document */

#header {
	height: 146px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#footer {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
#content {
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
}


#centerPage {
	background-image: url(../images/center.png);
	background-repeat: repeat-y;
	clear: both;
	padding-top: 20px;
}

#navBar {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear: both;
	padding-left: 200px;
}
.navImg {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
}


.image_left {
	float: left;
}
.image_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_left {
	float: left;
	padding-left: 36px;
	padding-top: 10px;
}
#header_title {
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	padding-left: 128px;
}
#header_right {
	float: left;
	margin-top: 10px;
	padding-left: 122px;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
}
#footer a {
	text-decoration: none;
	color: #999999;
	font-size: 85%;
}
#left_sidebar {
	width: 250px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}
#left_sidebar a {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#middle {
	float: left;
	width: 650px;
	font-size: 90%;
	line-height: 120%;
	padding-top: 9px;
}
#middle h3 {
	color: #056FAD;
}
#middle h2 {
	color: #056FAD;
	line-height: 120%;
}
#clearboth {
	clear: both;
}
