body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0;
	padding: 0;
}
div#masthead{
	width: 770px;
	height: 90px;
	background: url(../images/mast_bg.gif) no-repeat White;
	margin: 0 auto;
	position: relative;
}
div#masthead div#top_nav{
	position: absolute;
	top: 13px;
	right: 10px;
	width: 600px;
	text-align: right;
}
div#masthead div#top_nav a{
	color: #FF822E;
	font-size: 12px;
	font-weight: bold;
}
div#masthead div#top_nav a:hover{
	text-decoration: none;
}
img#logo{
	position: absolute;
	top: 27px;
	left: 13px;
	border: none;
}
div#content{
	width: 770px;
	background: White;
	margin: 5px auto;
	overflow: auto;
}
div#nav{
	width: 170px;	
	background: url(../images/nav_bg.gif) repeat-x top left White;
	float: left;
	border: #3879A7 solid 1px;
	padding: 0 0 10px 0;
}
div#nav p#nav-title{
	margin: 3px 0 8px 0;
	font-size: 18px;
	text-align: center;
	color: #3879A7;
}
div#nav a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-indent: 15px;
	color: #3879A7;
	font-size: 12px;
}
div#nav a:hover{
	background: #E3E3E3;
}
div#text{
	width: 590px;
	background: url(../images/text_bg.gif) repeat-x top left White;
	float: right;
	border: #FF822E solid 1px;
}
div#text p{
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #476885;
}
div#text h1{
	margin: 3px 10px 5px 10px;
	font-size: 20px;
	color: #FF822E;
}
div#text h2{
	margin: 5px 10px 5px 10px;
	font-size: 18px;
	color: #476885;
}
div#text h3, div#text h4, div#text h5, div#text h6{
	margin: 5px 10px 5px 10px;
	font-size: 16px;
	color: #476885;
}
div#text iframe{
	margin-left: 10px;
}
div#footer{
	width: 770px;
	height: 75px;
	background: White;
	margin: 0 auto;
}