@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #383f82;
}
a:visited {
	text-decoration: none;
	color: #383f82;
}
a:hover {
	text-decoration: underline;
	color: #383f82;
}
a:active {
	text-decoration: none;
	color: #383f82;
}
h2 {
	color: #010f69;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #010f69;
	font-size: 15px;
	font-weight: bold;
}
body {	
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #010F67;
}
#redspacer {
	background-image:url(../images/redspacer.jpg);
	background-repeat:repeat;
	width:765px;
	height:6px;
	margin-right: auto;
	margin-left: auto;
}
#header1 {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: auto;
}
#header2 {
	background-image: url(../images/bg-header2.gif);
	background-repeat: repeat-y;
	width: 765px;
	height: 184px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header2-left {
	width: 480px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#tagline {
	
	width: 285px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#tagline h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px;
	line-height: 30px;
}
#call {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
	font-stretch: normal;
}
#body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	width: 765px;
	height: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width: 184px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content {
	width: 581px;
	float: right;
	font-size: 12px;
	color: #07006c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	background-color: #FFFFFF;
}
#footer {
	width: 765px;
	height: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer-left {
	width: 380px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:right;
}
#footer-right {
	width: 385px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}
.whitefont {
	font-size: 10px;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#navigation {
	width: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
}
#outline {
	border: 1px solid #FFFFFF;
	width:765px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.whitefont a {
	color: #ffffff;
}
