﻿body 
{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #9bb3b8;
}

#Main 
{
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#Header {
	width: 770px;
	height: 100px;
	text-align: left;
	/*background-color: orange;*/
	}
	
	#Header #HeaderLeft {
		width: 150px;
		float: left;
		height: 100px;
		}
		
	#Header #HeaderRight {
		width: 520px;
		float: right;
		height: 100px;
		text-align: right;
		padding: 0 0 0 100px;
		}

.home {
	background-image: none;
	}
	
#HorizMenu {
	background-color: #313131;
	height: 30px;
	width: 520px;
	margin: 40px 0 0 0;
	text-align: left;
	/*border-top: 1px solid #8db059;
	border-bottom: 1px solid #8db059;*/
	}
	

#PageHeader {
	width: 770px;
	height: 205px;
	}
	
	#PageHeader #PageHeaderLeft {
		width: 250px;
		height: 205px;
		float: left;
		/*background-color: red;*/
		}
		
	#PageHeader #PageHeaderRight {
		width: 520px;
		height: 205px;
		float: right;
		/*background-color: purple;*/
		}
		

#FMALaunch {
	width: 770px;
	height: 430px;
	

	}


	

#Content {
	width: 770px;
	margin: 0 0 40px 0;
	text-align: left;
	/*border-bottom: 1px solid orange;
	background-color: green;*/


	}

#MainNav {
	width: 145px;
	/*background-color: #33CC99;*/
	float: left;
	text-align: left;
	padding: 50px 0 0 85px;
	}

#MainContent {
	width: 540px;
	height: auto;
	text-align: left;
	/*background-color: #FFFF00;*/
	float: right;
	}
	
#ContentTextContainer {
	width: 500px;
	padding: 50px 0 0 20px;
	}

#Highlights 
{
	width: 750px;
	height: 130px;
	padding: 10px;
	background: #9bb3b8 url(../images/welcome_highlight_bg.gif) top center no-repeat;
	color: #c9d6d9;
	/*border: 1px solid red;*/
}

#HighlightLeft 
{
	width: 235px;
	height: 130px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	/*border: 1px solid green;*/
}

#HighlightCenter 
{
	width: 240px;
	height: 130px;
	margin: 0 2px 0 0;
	padding: 0 10px 0 10px;
	float: left;
	/*border: 1px solid orange;*/
}

#HighlightRight 
{
	width: 225px;
	height: 130px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	/*background: #3f5054 url(../images/irres_small.jpg) bottom right no-repeat;
	border: 1px solid yellow;*/
}
		

#Footer {
	width: 770px;
	height: 100px;
	clear: both;
	text-align: center;
	margin: 40px 0 0 0;
	border-top: 1px solid #bbb9ba;
	padding: 20px 0 0 0;
	/*background-color: #330099;*/
}


.normalText 
{
	margin: 0 0 15px 0;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

h1 
{
	color: #1e942e;
}


h2.kids 
{
	color: #163d54;
	font-weight: bold;
	font-size: 14px;
	
}

p.normalText 
{
	color: #dff0f4;
	font-size: 11px;
	margin: 10px 0 0 0;
	line-height: 16px;
}

        
p.leftText 
{
	width: 100px;
}


a.welcomeLink 
{
	color: #8feafc;
	font-size: 11px;
	text-decoration: underline;
}

a:hover.welcomeLink 
{
	text-decoration: underline;
}

a:visited.welcomeLink 
{
	color: #8feafc;
	text-decoration: none;
}