/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #8ab6ee;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#style1 h1 {
	font-size: 11px;
	width: 775px;
	background-color: #2d5588;
	text-align: center;
	padding: 15px;
	margin: 15px;
	float: left;
}

#sidenav {
	padding: 0 0 1em 0;
	margin-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#sidenav li {
	margin: 0;
}
#sidenav li a {
	display: block;
	padding: 0px 0px 5px 9px;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
}
#sidenav li a:hover {
	color: #ffd309;
}

.bottomtxt {
	font-size: 10px;
	color: #FFFFFF;
}
.bottomtxt a {
	color: #ffffff;
}
.bottomtxt a:hover {
	color: #ffd309;
}

.headers {
	color: #2d5587;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.accent {
	color: #356EBB;
	font-weight: bold;
	font-size: 14px;
}

.fee_table {
	width: 535px;
	border: solid 1px #ccc;
}
.fee_table .title {
	font-weight: bold;
}
.fee_table td {
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
.fee_table td.end {
	border-right: none;
}
.fee_table .bottom td {
	border-bottom: none;
}
.fee_table .alt {
	background: #DAEAFE; 
}
.fee_table .hdr2 {
	color: #356EBB;
	font-weight: bold;
	font-size: 17px;
}

.line {
	clear: both;
	height: 1px;
	width: 100%;
	display: block;
	border-bottom: solid 1px #ccc;
}

.addressside {
	font-size: 10px;
	color: #806901;
}

.inputbutton {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #2d5587;
	border-color:#FFFFFF;
	font-weight: bold;
}

.privacystatement {
	color: #aaaaaa;
	font-style: italic;
}

.formheader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#bread {
	color: #999999;
	padding: 3px;
	margin-bottom: 3px;
}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	font-size: 11px;
}

ul.secondary {
list-style-image:url(images/list-primary.gif);
}
ul.primary {
list-style-image:url(images/list-secondary.gif);
}

ol.reg {
	list-style:none;
	list-style-type:none;
}

img.framed {
	border-width: thick;
	border-color: #5f91d8;
	border-style: solid;
}

#nav {z-index: 4;}
