/* CSS Document */
body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	line-height: 18px;
}
#wrapped{
	width: 820px;
	background:url(../images/bg_body.gif) repeat-y;
	margin: 0px auto;
	margin-top: 24px;
	text-align: left;
}
#banner {
	width: 820px;
}
#nav {
	width: 798px;
	height: 28px;
	background:url(../images/bg_nav.gif) no-repeat;
	padding-left: 12px;
	padding-right: 12px;
}
#main_content {
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
}
#left_col {
	width: 191px;
	float: left;
	padding-left: 17px;
	padding-right: 26px;
}
#left_col h1 {
	font-size: 14px;
	color:#2a6cff;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight:normal;
	text-transform:uppercase;
}
#left_col ul {
	margin: 0px;
	padding-left: 0px;
}
#left_col ul li {
	list-style:none;
	background:url(../images/bullet_sub.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
#left_col a {
	text-decoration:none;
	color:#626262;
}
#left_col a:hover {
	text-decoration:none;
	color:#ff3732;
}
#right_col {
	width: 527px;
	padding-left: 13px;
	padding-right: 26px;
	float:right;
}
#sub_nav {
	width: 527px;
	border-bottom: solid 1px #2283ff;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_nav a {
	text-decoration:none;
	color:#626262;
}
#sub_nav a:hover {
	text-decoration:none;
	color:#ff3732;
}
#content {
	width: 527px;
}
#content h1 {
	font-size: 18px;
	font-weight:normal;
	color:#1d80ff;
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 8px;
}
#content p {
	margin: 0px;
	padding-bottom: 8px;
}
#footer {
	width: 820px;
	height: 58px;
	margin: 0px auto;
	background:url(../images/bg_foo.gif) no-repeat top;
	text-align: center;
	padding-top: 25px;
	
}
#footer a {
	text-decoration:none;
	color:#626262;
}
#footer a:hover {
	text-decoration:none;
	color:#ff3732;
}
.clr {
	clear:both;
}

#HeaderFormat
{
	color:#1D80FF;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-bottom:12px;
	padding-top:8px;
}