/* CSS Document */

body

{
	color: #333;
	font-family: Arial, sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
}

.topContainer
{	position: relative;
	float: left;
	width: 100%;
	background-color:#FFFFFF;
	background-image: url(IMAGES/topbanner.gif);
	background-repeat:no-repeat;
	height: 113px;
}

.container
{	position: relative;
	float:left;
	width: 99%;
	margin-left: 0.5%;
}
	
.nav
{	position: relative;
	float:left;
	width: 250px;
	background-color:#FFFFFF;
}

.nav a
{	width: 220px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	color: #0051ba;
	font-weight: bold;
	text-decoration:none;
}

.nav a:link
{	width: 220px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	color: #0051ba;
	font-weight: bold;
	text-decoration:none;
	margin-left:10px;
	display:block;
	padding-left: 20px;
	background-image:url(IMAGES/nav.gif);
	background-repeat:no-repeat;
}

.nav a:visited
{	width: 220px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	color: #0051ba;
	font-weight: bold;
	text-decoration:none;
	display:block;
	background-image:url(IMAGES/nav.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
}

.nav a:hover
{	width: 220px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	color: #339e35;
	font-weight: bold;
	text-decoration:none;
	display:block;
	background-image:url(IMAGES/navover.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
}

.nav a:active
{	width: 220px;
	height: 23px;
	border-bottom: 1px solid #cccccc;
	color: #339e35;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding-left: 20px;
}

.textContainer
{	position: reletive;
	float: right;
	width: 75%;
	background-color:#FFFFFF;
	text-align:justify;
	margin-right: 5px;
}

.textContainer H1
{	font-size: 120%;
	color: #339e35;
}

.textContainer H2
{	font-size: 110%;
	color: #339e35;
}

.textContainer H3
{	font-size: 100%;
	color: #339e35;
}

.textContainer a, .textContainer a:link, .textContainer a:visited
{	text-decoration: underline;
	color: #0051ba;
}

.textContainer a:hover, .textContainer a:active
{	text-decoration: none;
	color: #339e35;
}
	 
.footer
{	position: relative;
	float: right;
	height:30px;
	width: 75%;
	text-align:center;
	color: #666666;
}

.footer a, .footer a:link, .footer a:visited
{	color:#666666;
	text-decoration: none;
}

.footer a:hover, .footer a:active
{	color:#339e35;
	text-decoration: none;
}
	
