/* GENERAL STYLES */
/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS','Tahoma','Arial',sans-serif;
	font-size: 14px;
        line-height: 22px;
	background-color: #6e90a6;
	color: #6e90a6;
}

.MainContainer{
	width: 935px;
	position: absolute;
	left: 50%;
	margin-left: -468px;
	top: 336px;
	z-index: 1;
	}

.MainBackground{
	with: 935px;
	background-image: url(Images/bgMain.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 20px;
	background-color: #ffffff;
}
	
.Footer{
	width: 935px;
	background-image: url(Images/bgBottom.gif);
	height: 39px;
}



.MenuContainer{
	width: 935px;
	height: 320px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -468px;
	padding: 0px;
	
}

#MinHeight{
	float: left;
	height: 600px;
	width: 1px;
}
	

#SubNav{
	width: 236px;
	float: left;
	text-align: right;	
}

#SubNav ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 20px;

}



#SubNav ul li{
	margin-bottom: 7px;
}

#SubNav ul li a{
	color: #6c889e;
	text-decoration: none;
}

#SubNav ul li a.Selected{
color: #FF7D18;

}

div#MainContent a{
	color: #FF7D18;
	text-decoration: none;
}

#MainContent{
	width: 575px;
padding-left: 20px;
	float: left;
}

h3 {
font-family:Myriad Pro,Arial,Helvetica,sans-serif;
font-size:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}

#Spacer{
	height: 1px;
	clear: both;
	}


/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */

