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

body{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;

}

#flag {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 576px;
	height: 906px;
}

h1, h2, h3 {
	margin: 0px;
}

h1 a {
	font-size: 44px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 2.0em;
	color: #003366;
}

h2 {
	font-size: 1.5em;
	color: #003366;
}

h3 {
	font-size: 1em;
	color: #ffffff;
	
}

#wrapper {
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
}

/**************
*	HEADER
***************/

#header {
	position: relative;
	top: 10px;
	width: 1000px;
	height: 200px;
	background-image: url(../images/header_bg.png);
	background-repeat:no-repeat;
}


#siteName {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0px;
	
	
}

#siteName a {
	color: #ffffff;
	text-decoration: none;
}



#siteSlogan {
	position: absolute;
	top: 70px;
	left: 30px;
	margin: 0px;
	width: 400px;
	text-align: center;
	
}

#headerOtherText {
	position:absolute;
	top: 50px;
	left: 525px;
	width: 200px;
	text-align: center;
	margin: 0px;
	color: #ffffff;
	font-size: 30px;
}

#star {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	z-index: 0;
}


/**************
*	TOP NAV
***************/

#topNav {
	position: relative;
	top: 150px;
	width: 1000px;
}

.horizontalNav, ul#topNavList {
	list-style: none;
	margin: 0px;
	text-align: center;
	height: 20px;
	padding: 0px;
}

.horizontalNav a, #topNav a {
	text-decoration: none;
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}

.horizontalNav a:hover, #topNav a:hover {
	text-decoration: none;
	color: #003366;
	border-bottom: 1px dotted #003366;
	background-color: #fff;
}

.hNav {
	display: inline;
	margin: 15px;
	text-align: center;
}

/**************
*  MAIN CONTENT
***************/

#mainContent {
	position: relative;
	top: 0px;
	width: 1000px;
	height: auto;
	background-image: url(../images/mainContent_bg.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	
}

#mainContent h3{
	font-size: 1.1em;
	color: #003366;
}

#contentTop {
	position: realtive;
	width: 1000px;
	height: 237px;
	background-image: url(../contentTop.jpg);
	background-repeat: repeat-x;
}

#contentTopBG {
	background-image: url(../images/contentTopBG.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 27px;
	margin: 0px;
}

#contentBottomBG {
	background-image: url(../images/contentBottomBG.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 36px;
	margin: 0px;
}

.twoColumn {
	position: relative;
	
}

#contentLeft {
	float: left;
	width: 225px;
	height: 100%;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
		
}


#futureMan {
	float: right;
	margin: 15px;
}

.vertList {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 290px;
	background-color: #790000;
	border: 2px solid #790000;

}
.vertList {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 200px;
	background-color: #790000;
	border: 2px solid #790000;

}

.vertList a {
	text-decoration: none;
	color:#ffffff;
}

.vertList a:hover {
	text-decoration: none;
	color: #0099FF;
	border-bottom: 1px dotted #0099FF;
}

#leftNavList {
	
}

#leftNavList li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ffffff;
	padding: 10px;
	
}

#contentRight {
	width: auto;
	height: auto;
	float: left;
}

#rightText {
	text-align: justify;
	font-size: 0.9em;
	float: left;
	width: 650px;
	margin-right: 10px;
}

#rightImage {
	float: left;
	width: 700px;
	height: auto;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
	

/**************
* FOOTER
***************/	

#footer {
	position: relative;
	top: 0px;
	width: 1000px;
	height: 100px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	
}

.footerNavList {
	list-style: none;
	margin: 0px;
	text-align: center;
	height: 20px;
	padding: 0px;
}

.fNav a{
	text-decoration: none;
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;

}

.fNav a:hover{
	text-decoration: none;
	color: #07154b;
	background-color: #ffffff;
}

.fNav {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.footerNavList li {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#sitemap a{
	color: #003366;
}

ul#sitemap a:hover{
	color: #ffffff;
	background-color: #003366;
}