@charset "utf-8";
/* CSS Document */

body {
	font-style: normal;
	background-color: #FFFFFF;
	margin:0;
	padding:0;

}

.copy {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	line-height: 1.8em;
	
}

.intro {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	line-height: 1.5em;
	
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	font-size: 14px;
}

.nav a {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.nav a:hover{
	color: #FFFFCC;
	text-decoration: underline;
	font-style: normal;
}

.nav a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #154a94;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: -30px;
	list-style-image: url(images/dot.gif);
	line-height: 1.5em;
	text-align: left;
}

li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #154a94;
	text-decoration:none;
}

li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #154a94;
	text-decoration:underline;
}

li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #154a94;
	text-decoration:none;
}

.fineprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

.fineprint a{
	color: #666666;
}

.fineprint a:hover{
	color: #9999FF;
}

.fineprint a:visited{
	color: #666666;
}

.contact {
	color:#2282b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.contact a {
	color:#39b54a;
	text-decoration: none;
}
.contact a:hover {
	color:#6cbdec;
	text-decoration: underline;
}

.contact a:visited {
color:#39b54a;
}

.dropcap {
	color: #000099;
	font-family: "Brush Script MT", "Brush Script Std", BrushScrD, cursive;
	font-size: 30px;
		}

.title {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #061c5a;
	line-height: 1.5em;
}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-style: italic;
}
.active{
	background-color: #091c5a;
	padding: 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00843d;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #00843d;
	text-decoration: underline;
}

a:visited {
	color: #00843d;
}

#header {
	
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:334px;
	width:100%;
	text-align: center;
}

#content {
	width:990px;
	margin:auto;
	padding:0;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}

#wrapper {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(bg_wrap_inner.jpg) 50% 0;
	background-repeat:no-repeat;
	text-align:center;
	margin:0;
	padding:0;
}
