	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	background: #58595C fixed url(images/main-bac.gif) repeat-x top;
	line-height: 140%;
	margin: 20px 0px 0px 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	margin: 0px 0px 1em 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #395890;
	margin: 0px 0px 1em 0px;
}
.h2inline {
	font-size: 12px;
	font-weight: bold;
	color: #395890;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 1em 0px;
	color: #395890;
}
.h3inline {
	font-size: 12px;
	font-weight: normal;
	color: #395890;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 1em 0px;
	color: #666666;
}
p {
	font-size: 11px;
	color: #111;
	margin: 0px 0px 1em 0px;
}
ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
li {
	font-size: 11px;
	color: #111;
	margin: 0px 0px 1em 0px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #333366;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF6600;
}

#mainwrapper {
	width: 720px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	border: 1px solid #A0A0A2;
    min-height: 480px;
}
#top {
	width: 720px;
	height: 292px;
	padding: 0px;
	background: #FFF url(images/top-bac.gif) repeat-x top;
	margin: 0px;
}
#top_left {
	width: 160px;
	height: 169px;
	float: left;
	padding: 62px 10px 61px 80px;
	text-align: right;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}
#top_right {
	width: 340px;
	height: 169px;
	padding: 0px;
	margin: 62px 0px 61px 10px;
	text-align: left;
	float: left;
}
#bottom {
	width: 720px;
	height: 185px;
	padding: 0px;
	background-color: #999;
	margin: 3px 0px 0px 0px;
	background: url(images/bot-right-bac.gif) repeat-x top;
}
#bottom_left {
	width: 250px;
	height: 185px;
	padding: 0px;
	float: left;
	background: url(images/bot-left-bac.gif) repeat-x top;
	margin: 0px;
	display: block;
}
#bottom_right {
	width: 470px;
	padding: 0px;
	float: left;
	text-align: left;
	margin: 0px;
}
#header {
	width: 720px;
	height: 100px;
	padding: 0px;
	background-color: #3D5A8F;
	margin: 0px;
	background: url(images/header-bac.gif) repeat-x top;
}
#header_left {
	width: 250px;
	height: 100px;
	padding: 0px;
	float: left;
	background: url(images/logo-bac.gif) repeat-x top;
	margin: 0px;
	display: block;
}
#header_right {
	width: 470px;
	padding: 0px;
	float: left;
	text-align: left;
	margin: 0px;
}
#content {
	width: 620px;
	padding: 30px 20px 20px 80px;
	background: #FFF url(images/content-bac.gif) repeat-x top;
	margin: 3px 0px 0px 0px;
	display: block;
	height: 330px;
}
#left {
	width: 160px;
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	background: none;
	height: 300px;
}
#right {
	width: 420px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	float: left;
	background: none;
}

#home_nav {
	list-style-type: none;
	margin: 9px 0px 0px 0px;
	font-size: 11px;
	width: 460px;
	padding: 0px;
	font-weight: bold;
	height: 28px;
}
#home_nav li {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#home_nav a {
	display: block;
	height: 26px;
	background: url(images/nav_bac.gif) no-repeat left top;
	text-decoration: none;
	padding: 2px 9px 0px 10px;
	float: left;
	margin: 0px;
}
#home_nav a:link, #home_nav a:visited {
	color: #BEC8DA;
	background: url(images/nav_bac.gif) no-repeat left top;
}
#home_nav a:hover, #home_nav a:active {
	color: #FFF;
	background: url(images/nav_bac.gif) no-repeat left -28px;
}
#home_nav a.current:link, #home_nav a.current:visited {
	color: #FFF;
	background: url(images/current_bac.gif) no-repeat left top;
}
#home_nav a.current:hover, #home_nav a.current:active {
	color: #FFF;
	background: url(images/nav_bac.gif) no-repeat left -28px;
}
#nav {
	list-style-type: none;
	margin: 44px 0px 0px 0px;
	font-size: 11px;
	width: 460px;
	padding: 0px;
	font-weight: bold;
	height: 28px;
}
#nav li {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#nav a {
	display: block;
	height: 26px;
	background: url(images/nav_bac.gif) no-repeat left top;
	text-decoration: none;
	padding: 2px 9px 0px 10px;
	float: left;
	margin: 0px;
}
#nav a:link, #nav a:visited {
	color: #BEC8DA;
	background: url(images/nav_bac.gif) no-repeat left top;
}
#nav a:hover, #nav a:active {
	color: #FFF;
	background: url(images/nav_bac.gif) no-repeat left -28px;
}
#nav a.current:link, #nav a.current:visited {
	color: #FFF;
	background: url(images/current_bac.gif) no-repeat left top;
}
#nav a.current:hover, #nav a.current:active {
	color: #FFF;
	background: url(images/nav_bac.gif) no-repeat left -28px;
}
#footer {
	width: 720px;
	margin: 5px auto;
	font-size: 9px;
	font-weight: bold;
}
#footer_left {
	width: 240px;
	margin-right: 10px;
	text-align: right;
	float: left;
	color: #BEC8DA;
}
#footer_right {
	width: 460px;
	margin-left: 10px;
	text-align: left;
	float: left;
	color: #CCCCCC;
}
#footer a:link, #footer a:visited {
	color: #BEC8DA;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #FF9955;
}
.home_logo {
	float: left;
	margin: 78px 0px 0px 0px;
}
.logo {
	margin: 35px 0px 0px 0px;
	float: right;
}
a.arrow {
	text-decoration: none;
	display: block;
	height: 14px;
	padding-left: 12px;
	background: url(images/arrow.gif) no-repeat left top;
	font-weight: bold;
	font-size: 12px;
	margin-left: 25px;
}
a.arrow:link, a.arrow:visited {
	color: #333366;
	background: url(images/arrow.gif) no-repeat left top;
}
a.arrow:hover, a.arrow:active {
	text-decoration: underline;
	color: #FF6600;
	background: url(images/arrow.gif) no-repeat left -14px;
}
.pinline {
	width: 100%;
	height: 10px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #CACACA;
}
.article {
	font-weight: bold;
	text-decoration: underline;
}
.normaltext {
	font-weight: normal;
}