body {
	background-color: #013565;
	margin-top: 2px;
	padding-top: 2px;
}
.cssnav
{
	position: relative;
	font-family: arial narrow, helvetica, sans-serif;
	background: url(images/button_down.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 76px;
	height: 51px;
	margin: 0;
	padding: 0;
	overflow:hidden;/* for ie to hide extra height*/
	float: right;
}

.cssnav a
{
display: block;
color: white;
font-size: 13px;
width: 76px;
height: 51px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 76px;
height: 51px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
	visibility:hidden;
	background-image: url(images/button_down.gif);
	background-repeat: no-repeat;
}

.cssnav span
{
 position: absolute;
					    left: 5px;top: 8px;
					    text-align: center;
					    width: 76px;
					    cursor: pointer;   
} 
#logo {
	background-attachment: scroll;
	background-image: url(images/logo_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 65px;
	width: 800px;
}
#image_header {
	background-attachment: scroll;
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 150px;
	width: 800px;
}
#navbar {
	background-color: #013565;
	height: 51px;
	width: 800px;
}
#left {
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 270px;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
}

.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	letter-spacing: 0.1em;
	text-indent: 2px;
	padding-left: 20px;
	padding-right: 20px;
}


#right {
	background-color: #FFFFFF;
	float: right;
	width: 490px;
}
.leftparatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	letter-spacing: 0.1em;
	padding-left: 15px;
	padding-right: 10px;
	float: left;
}
#footer {
	background-color: #3b9cc8;
	clear: both;
	float: left;
	height: 75px;
	width: 800px;
	background-attachment: scroll;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
