/* CSS Document */

body {
	background-color: #130c45;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
#wrapper {
	border: 2px solid #e1e1e1;
}
#header {
	color: #fff;
	background-image: url(../shared/header_bg.jpg);
	height: 176px;
}
#nav {
	background-color: #384896;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	color: #fff;
	font-size: 13px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}
.nav {
	color: #fff;
}
a.nav:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
}
#content {
	background-color: #fff;
	padding: 8px;
	font-size: 12px;
}
#textsmall {
	font-size: 11px;
	color: #3d3d3d;
}
#textred {
	color: #ff0000;
}
#footer {
	background-color: #384896;
	font-size: 10px;
	color: #fff;
	padding-top: 6px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
}
a.footer:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a.footer:active {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
}
#header h1 {
	color: #fff;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
	padding-right: 0px;
}
#header h2 {
	color: #fff;
	padding-top: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px;
}
h1 {
	color: #130c45;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #384896;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3{
	color: #384896;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #384896;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
iframe {
	border: 1px solid #a9a9a9;
	background-color: #3d3d3d;
}
a:link {
	color: #384896;
	text-decoration: underline;
}
a:visited {
	color: #384896;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
