﻿body 
{
	width: 900px;
	margin: 0px 0px 0px 75px;
	border: solid 1px #9BBAD1;
}

#header 
{
	height: 206px;
}

#nav
{
	background-image: url('images/nav_bg.jpg');
	background-repeat:repeat-x;
	height: 25px;
}

#nav_menu
{
	text-align: center;
    font-size: medium;
    color: #32A442;
}

a.nav_menu
{
	color: #32A442;
	text-decoration: none;
}

a:hover.nav_menu
{
	color: #32A442;
	text-decoration: none;
}

#content
{
	color: #666666;
	margin: 10px 10px 10px 10px;
}

a.contentLink
{
	color: #666666;
}

#footer
{
	font-size: x-small;
    text-align: center;
    background-image: url('images/footer.jpg');
	background-repeat:repeat-x;
	height: 20px;
	 margin-top: 15px;
}

#footer_content
{
	padding-top: 5px;
	color: 	#254F82;
}

a.footer_content
{
	color: #254F82;
}

.indent1
{
	padding-left: 25px;
}