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

a {
	color: #5969c8;
	text-decoration: none;
}
a:hover {
	color: #5c53ba;
	text-decoration: underline;
}
body {
	background-image: url(images/bkgd_tile.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	width: 850px;
	margin: 0 auto;
	padding-left: 1px;
}
h1 {
	color: #302963;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.4em;
	margin-top: 10px;
	margin-bottom: 0;
}
h2 {
	color: #302963;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}
h3 {
	color: #302963;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
}
p {
	color: #666;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 0;
}
ul {
	color: #666;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 18px;
	
}
#banner {
	width: 850px;
	height: 110px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #4f64e1;
}
#bodywide {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 584px;
	float: left;
	border-left: 1px solid #b8b8cd;
}
#bodywide2 {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 584px;
	float: left;
	border-left: 1px solid #b8b8cd;	
}
#main {
	background-color: #f0f0ef;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: auto;
}
#left {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 170px;
	float: left;
}
#left p {
	color: #666;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
}
#left h2 {
	text-align: right;
}
#left2 {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 170px;
	float: left;
}
#middle {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 400px;
	height: 370px;
	float: left;
}
#middle p {
	margin: 0;
}
#right {
	background-image: url(images/bkgd_body.gif);
	background-repeat: repeat;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 14px;
	width: 190px;
	float: left;
	border-left: 1px solid #b8b8cd;
}
#right h2 {
	color: #302963;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
}
#right p {
	font-size: 13px;
	margin-top: 0;
}
#navbottom {
	background-image: url(images/bkgd_bttmnav.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0;
	padding: 8px 15px 0;
	width: 820px;
	height: 41px;
	float: left;
}
#navbottom a {
	color: #999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#navbottom a:hover {
	color: #ccc;
	text-decoration: none;
}
#navbottom li {
	color: #999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 13px;
	float: left;
	margin: 0;
	padding: 1px 9px;
	border-right: 1px solid #aaa;
	list-style-type: none;
	display: block;
}
#navbottom li.last {
	border-right-style: none;
}
#navbottom p {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	float: right;
	margin: 0;
}
#navbottom ul {
	margin: 0;
	padding: 0;
}
#navtop {
	background-image: url(images/bkgd_topnav.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 0 0 175px;
	width: 675px;
	height: 46px;
	float: left;
}
#navtop a {
	color: #faac62;
	text-decoration: none;
}
#navtop a:hover {
	color: white;
	text-decoration: none;
}
#navtop li {
	color: #fff;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	width: 120px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 8px 0 0;
	list-style-type: none;
	display: block;
}
#navtop ul {
	margin: 0;
	padding: 0;
}