/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	background-color: #F2F2F2;
}
h1 {
	font-size: 12pt;
}
h2 {
}
h3 {
}

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a.topnav:link {
	color: #6D8AAD;
	text-decoration: none;
}
a.topnav:visited {
	color: #6D8AAD;
	text-decoration: none;
}
a.topnav:active {
	color: #6D8AAD;
	text-decoration: none;
}
a.topnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.nav:link {
	color: #B6B6B6;
	text-decoration: none;
}
a.nav:visited {
	color: #B6B6B6;
	text-decoration: none;
}
a.nav:active {
	color: #B6B6B6;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat;
	height: 70px;
	vertical-align: middle;
	padding-left: 10px;
}
#headerbar {
	background-color: #2D374D;
	text-align: right;
	padding-right: 30px;
	color: #6D8AAD;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 10pt;
	vertical-align: top;
}
#leftnav {
	background-color: #48546E;
	vertical-align: top;
	padding-top: 40px;
}
.navlink {
	border-top-color: #797979;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content {
	background-color: #FFFFFF;
	height: 300px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	vertical-align: top;
	width: 100%;
}
#rightcol {
	background-color: #F2F2F2;
}
#footer {
	background-color: #2D374D;
	height: 80px;
	color: #6D8AAD;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 9pt;
}
