body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	background-color : #3569BC;
}

.toptext
{
	background-color : #C91728;
	border : 2px solid #AB1725;
	color : #EEDC94;
	padding : 3px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top: 175px;
	left : 0px;
	width : 100%;
	padding : 5px 0px;
	background-color : #C91728;
	text-align : center;
}

.nav a
{
	padding : 5px;
	color : #EEDC94;
	font-weight : bold;
}

.nav a:hover
{
	background-color : #AB1725;
}

.content
{
	position : relative;
	margin : 215px 150px 10px 200px;
}


td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	top : 215px;
	left : 3px;
	width : 175px;
	border-right : 1px solid black;
	padding : 4px;
	text-align:center;
	
}

.nav2 a:hover
{
	color : #AB1725;
}


.ads
{
	position : absolute;
	text-align : center;
	top : 215px;
	right : 5px;
}

.breadcrumbs
{
	text-transform : capitalize;
}

#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

.form-01, .form-03, .form-05 {
   font-size:12px;
   padding-top:20px;
   font-weight:bold;
}
.form-02, .form-04, .form-06 {
}
.form-02 select, .form-04 select, .form-06 select {
   width:160px;
   font-size:12px;
   background-color:#FFFFFF !important;
}
.form-02 select:hover, .form-04 select:hover, .form-06 select:hover {

}
.form-07 input {
   margin-top:30px;
}
.get {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}