body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0B2CB;
}
#siteBody {
   width:750px;
   background-color: #FFFFD6;
   font-size:11.5px;
   margin-bottom:10px;
}

#container {
	width:750px;
	padding: 5px;
    background-color: #FFFFFF;
	margin: 0 auto;
}

#header {
	height:80 px;
	width:750px;
}

h1
{
color: #064057;
font-size:18px;
}

h3
{
font-weight:bold;
font-size:12px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	color: #FB8E3C;
	background-color: #FF9D49;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #8E8E8E;
}
#nav a:active {
	text-decoration: none;
	color: #8E8E8E;
}
#footer {
   text-align: center;
   width:730px;
   font-size:12px;
   margin-top: 0px;
   margin-bottom:0px;
   background-color:#FF9D49;
   color:#FFFFFF;
   font-weight:bold;
   padding: 10px;
   font-size:10px;
}
#footer a:link {
	color:#FFFFFF; 
	text-decoration:none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #8E8E8E;
}
#footer a:active {
	text-decoration: none;
	color: #8E8E8E;
}
#disclaimer {
	text-align: center;
 	width:750px;
    font-size:10px;
    font-style: inherit;
    background-color:#FF9D49;
    color:#FFFFFF;
	margin-top: 0px;
}