body{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 10px;
	padding: 0;
	background: #1C4E93;
}
div#masthead{
	width: 820px;
	height: 90px;
	background: url(../images/masthead_bg.gif) repeat-x #3C79BE;
	margin: 0 auto;
	position: relative;
}
img#logo{
	position: absolute;
	top: 0px;
	left: 8px;
	border: none;
}
div#content{
	width: 820px;
	background: repeat-y url(../images/body_bg.gif) #082C6B;
	margin: 0 auto;
	overflow: auto;
}
div#nav{
	width: 150px;	
	background: #5CA4E9;
	float: left;
}
div#nav p#nav-title{
	margin: 5px 0 5px 0;
	color: #082C6B;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
div#nav a{
	display: block;
	width: 150px;
	font-size: 12px;
	background: #5CA4E9;
	color: #082C6B;
	text-decoration: none;
	text-indent: 20px;
}
div#nav a:hover{
	background: #288BEA;
}

div#text{
	width: 540px;
	background: #082C6B;
	float: left;
	color: #8DBDEB;
}
div#text p{
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 11px; 
	color: #8DBDEB;
}
div#text h1{
	margin: 5px 10px 5px 10px;
	font-size: 22px;
	color: White;
	color: #8DBDEB;
}
div#text h2{
	margin: 5px 10px 5px 10px;
	font-size: 18px;
	color: #8DBDEB;
}
div#text h3, div#text h4, div#text h5, div#text h6{
	margin: 5px 10px 5px 10px;
	font-size: 16px;
	color: #8DBDEB;
}
div#third{
	width: 130px;
	float: right;
	background: #2567C0;
}
div#footer{
	width: 820px;
	height: 75px;
	background: #2567C0;
	margin: 0 auto;
}