@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#shell {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
#nav {
	width: 209px;
	float: left;
}
#nav #main {
	background-image: url(../images/nav/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 160px;
	background-color: #B2B2B2;
	padding-left: 20px;
	padding-right: 20px;
	color: #2A4B73;
}
#nav #main hr {
	color: #999;
	margin-right: 80px;
	line-height: 1px;
	height: 1px;
}
#nav #main a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #2A4B73;
}
#nav #main a:hover {
	display: block;
	padding: 5px;
	text-decoration: underline;
	color: #2A4B73;
}
#main .sub {
	display: block;
	margin-left: 20px;
	font-size: 11px;
}



#nav #shadowTop {
	background-image: url(../images/nav/nav_shadow_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 10px;
}
#nav #shadow {
	background-image: url(../images/nav/nav_shadow_repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav #foot {
	background-image: url(../images/nav/nav_footer.jpg);
	height: 15px;
	width: 209px;
}
#workarea {
	margin-left: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#workarea h1 {
	font-weight: bold;
	color: #2A4B73;
	font-size: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#workarea h2 {
	color: #2A4B73;
	font-size: medium;
}
#workarea h3 {
	color: #2A4B73;
	margin: 0px;
	padding: 0px;
	font-size: small;
}


#workarea a {
	color: #2A4B73;
	text-decoration: none;
}
#workarea a:hover {
	color: #2A4B73;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cls {
	clear: both;
}
#footer {
	background-color: #002A5C;
	height: 28px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: x-small;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
