@charset "utf-8";
@font-face { 
	font-family: "Charlemagne";  
	src: url( /css/fonts/CharlemagneStd-Bold.eot ); /* IE */  
	src: local("Charlemagne Std"), url( /css/fonts/charlemagne.ttf ) format("truetype"); /* non-IE */  
}  
	 

body {
	background-color:#2A3129;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS";
	text-align:center;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main {
	width:100%;
	height:90%;
	margin:0 auto;
}
#Main_Content h1 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .15em;
	margin-left: -1px;
}
#top {
	height:5%;
	}
	
#Content_Wrapper {
	width:799px;
	background-color:#385776;
	margin-top: 0%;
	margin-left:0;
}

#Content {
	background-color:#BFDFDF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 150px;
	text-align:left;
}

#flash_intro {
height:80%;
}

#Included_File {
	padding: 1.25em;
	
}
.menu { font-family: "Charlemagne", Helvetica, Arial; 
	color: #ffffff; 
	background-image: url(/images/banner_logo.gif); 
	height: 150px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
.menu img {text-decoration: none; border: 0; }
.menu ul { padding-top: 100px; list-style-type:none; margin: 0;  float: left;}
.menu ul li {display: inline;}
.menu ul li a { text-decoration: none; border-bottom: 2px solid #ffffff; color: #ffffff; padding: 0px; margin: 0px;}
.menu ul li a:hover {border-bottom: thick solid #ffffff; }


#footer {
	font-size: x-small;
	color: #15212D;
}

.FAQ { text-align:left; }

#footer a {
	font-size: x-small;
	color: #15212D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	margin-bottom:.5em;
}

#print {
background:#FFFFFF;
text-align:left;
padding:25px;
margin:15px;
}

#print a { visibility:hidden;
}