/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-size: 1em;
	color: white;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	text-align:center;
}

H1
{
	font-size:1.1em;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: normal;
	font-family: Impact, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	
}

H2
{
	font-size: 18px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: normal;
	font-family: Impact, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	
}

H3
{
	font-size: 16px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight: normal;
	text-decoration:underline;	
}

p, ul{
	margin-top:0;
}

.Page
{
	width: 800px;
	margin-left:auto;   
	margin-right:auto;
}

.Header
{
	background: #004c8a url(images/background_1x1.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 174px;
	text-align: left;
}

.Header a:link
{
	color:#f69934;
	text-decoration:none;
}

.Header a:visited
{
	color:purple;
	text-decoration:none;
}

.Header a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.Header a:active
{
	color:#ffffff;
	text-decoration:none;
}

.Header_Logo
{
	float: left;
	width: 223px;
	height: 174px;
	text-align: center;
}

.Header_Logo_Image
{
	margin-top: 25px;
}

.Heaver_Navigation
{
	width: 571px;
	height: 174px;
}

.Header_Navigation_BannerSpace
{
	width: 100%;
	height: 129px;
}

.Header_Navigation_Menu
{
	width: 100%;
	height: 45px;
}

.Main
{
	background: #f69934 url(images/background_2x1.jpg);
	width: 800px;
	background-repeat: no-repeat;
	height: 388px;
	text-align: left;
}

.Main a:link
{
	color:#004c8a;
	text-decoration:none;
}

.Main a:visited
{
	color:purple;
	text-decoration:none;
}

.Main a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.Main a:active
{
	color:#ffffff;
	text-decoration:none;
}

.Main_Navigation
{
	float: left;
	width: 220px;
	padding-top: 30px;
	height: 350px;
	text-align: center;
	font-size:1.3em;
}

.Main_Navigation H1
{
	color:#0a4e90;
}

.Main_Content
{
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 30px;
	height: 100%;
	overflow:auto;
	height:350px;

}

.Main_Content H1
{
	color:#ffffff;
	font-size:1.5em;
}

.Footer
{
	background: #004c8a url(images/background_3x1.jpg);
	width: 800px;
	height: 100px;
	text-align: left;
}

.Footer a:link
{
	color:#f69934;
	text-decoration:none;
}

.Footer a:visited
{
	color:purple;
	text-decoration:none;
}

.Footer a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.Footer a:active
{
	color:#ffffff;
	text-decoration:none;
}

.Footer_Left
{
	padding-left: 30px;
	float: left;
	width: 45%;
	padding-top: 10px;
	height: 100%;
}

.Foother_Right
{
	float: left;
	width: 55%;
	padding-top: 10px;
	height: 100%;
}

.Footer_Text
{
	font-size: 0.8em;
	line-height: 110%;
}

