﻿body 
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	clear: both;
	background-color: white;
}

#container
{
	width: 700px;

}

a 
{
	text-decoration: none;
	color: #747474;
}

a:hover 
{
	text-decoration: underline;
	color: #000;
}
#nav1 
{
	width: 124px;
	height: 30px;
	float: left;
	background: url(/images/nav1.jpg) no-repeat;
}

#nav2 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(/images/nav2.jpg) no-repeat;
}

#nav3 
{
	width: 114px;
	height: 30px;
	float: left;
	background: url(/images/nav3.jpg) no-repeat;
}

#nav4 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(/images/nav4.jpg) no-repeat;
}

#nav5 
{
	width: 112px;
	height: 30px;
	float: left;
	background: url(/images/nav5.jpg) no-repeat;
}

#nav6 
{
	width: 126px;
	height: 30px;
	float: left;
	background: url(/images/nav6.jpg) no-repeat;
}

.buttonText 
{
	text-align: center;
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer 
{
	clear: both;
	margin-top: 10px;
}
#hidden {
	clear: both;
	height: 15px;
}

#main 
{
	padding: 5px;
	text-align: justify;
	color: #333;
	line-height: 1.6em;
	background-color: #FFFFFF;
	border: 1px solid #888;
	float: left;
}


p
{
	margin:0;
	padding: 0;
}
