body {
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
}

#containerentire {
	width: 1000px;
}

#header {
	margin:0 auto;
	width: 1000px;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	height: 207px;
	padding: 0px;
}

#pushdown {
	height: 187px;
}

#menu {
	width:760px;
	float: right;
	height: 22px;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#container {
	margin:0 auto;
	width: 1000px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/leftbg.jpg);

}

#leftcontainer {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 25px;

}

#leftmenu {
	width: 137px;
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
}

#centrecontainer {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 25px;
}

#maintext {
	float: left;
	width: 450px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	text-align: justify;
	font-size: 10pt;	
}

#rightcolumncontainer {
	float: right;
	width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#logo {
	width: 167px;
	padding: 0px;
	margin: 0px;
}

#news {
	width: 167px;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
}


#footer {
	padding: 0px 0px 20px;
	margin: 0px;
	background-image: url(images/bottomstripbetter.gif);
	height: 11px;
	background-repeat: no-repeat;
	clear: both;
	background-position: bottom;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #005131;
	padding-top: 25px;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DEDE1E;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #DEDE1E;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color: #005131;
	font-weight: normal;
	font-style: normal;


}

a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color: #646464;
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
}

a.nav:link {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
}
a.nav:hover {
	color: #005131;
	font-family: Georgia, Times New Roman, Times, serif;
}
a.nav:active {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

