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

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

}

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

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

h1 {
	font-size: 42px;
	color: #003366;
	font-weight: bold;
}


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

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

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

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

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

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

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

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


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

#topNav {
	position: relative;
	top: 10px;
	width: 1012px;
	height:  43px;
	padding-top: 10px;
	background-image: url(../images/navBG.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

#mainContent {
	position: relative;
	top: 0px;
	width: 1012px;
	height: auto;
	background-image: url(../images/mainMid.png);
	background-repeat: repeat-y;
}

#mainTop {
	margin: 0px;
}


.twoColumn {
	position: relative;
	
}

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

#futureMan {
	position: relative;
	left: 10px;
}

.vertList {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 205px;
	position: relative;
	top: 15px;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-right: 2px solid #003366;
	background-color: #003366
}

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

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

#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;
	padding: 10px;
	float: left;
	width: 750px;
}

#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: 50px;
	margin: 20px;
	text-align: center;
	color: #003366;
	font-size: 12px;
	
}

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

.footerNav a {
	text-decoration: none;
	color:#003366;
	border-bottom: 1px dotted #003366;
}

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

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

