@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#003;
}
#main {
	margin:0px;
	padding:0px;
	background-color:#14285f;
	color:#FFF;
}
#header {
	background-color:#003;
	color:#C30;
}
#logo {
}
#logo img {
	border:0;
}
#title {
	position:absolute;
	top:0px;
	left:420px;
	padding-left:20px;
	padding-top:40px;
	text-transform:uppercase;
	font-weight:bold;
}
#topdivider {
	clear:both;
	height:3px;
	background-color:#c30;
}
#middledivider {
	height:3px;
	background-color:#14285f;
}
#bottomdivider {
	height:3px;
	background-color:#c30;
}
#leftcontent {
}
#rightcontent {
	float:right;
	width:200px;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}
#insideleft {
	float:left;
	width:200px;
}
#navigation {
	width: 175px;
	padding: 15px 10px 15px 10px;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation li a {
	font:10px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
#navigation li a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
#insideright {
	position:relative;
	margin:0 auto 0;
	width:500px;
	text-align:justify;
}
#footer {
	clear:both;
	background-color:#003;
	font-size:12px;
}
#footerleft {
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
#footerright {
	float:right;
	width:400px;
	height:20px;
	padding-right:5px;
	padding-top:5px;
}
h1 {
	font-size:60px;
}
h2 {
	font-size:16px;
}
h3 {
	color:#F00;
	text-align:center;
}
h4 {
	color:#F00;
	text-align:center;
	font-size:18px;
}
h5 {
	text-align:center;
	color:#0FF;
}
a {
	color:#FF6;
}
a:hover {
	color:#F00;
}
.imgtext {
	font-size:12px;
	color:#CCC;
}
.documentfee {
	background-color:#FF0;
	color:#F00;
	text-align:center;
	font-weight:bold;
}
form {
	border:1px solid #0FF;
	padding:5px 0px 0px 5px;
}
#insideright #links {
	text-align:center;
}
#insideright #links a {
	text-decoration:none;
	color:#6F9;
}
#insideright #links a:hover {
	text-decoration:underline;
	color:#C30;
}
.disclaim {
	font-size:12px;
	color:#0FF;
}
.noline {
	border-style:none;
	text-align:center;
}
