@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
margin: 0px;
background-color: ;
font-family: Arial, Helvetica, sans-serif;
}

#container{
width: 900px;
margin: auto;
}

#header{
width: 900px;
height: 232px;
background-image: url(header.jpg);
color: #FFFFFF;
text-align: right;
font-size: 15px;
font-weight: bold;
}

#abovecontent{
width: 369px;
height: 197px;
background-image:url(abovecontent.jpg);
padding-top: 18px;
padding-left: 315px;
padding-right: 315px;
font-size: 15px;
font-weight: bold;
text-align: center;
color: #006600;
clear: all;
}

#content{
width: 700px;
float: right;
margin-top: 14px;
}

#left{
width: 178px;
border: 1px solid #006600;
float: left;
margin-top: 14px;
}

.image{
padding: 4px;
}

#menu{
width: 900px;
height: 41px;
padding-top: 9px;
background-color: #006600;
text-align: center;
background-image: url(menubg2.jpg);
}

#picture1
{
border: 1px solid #006600;
height: 200px;
width: 295px;
float: left;
}

#picture2
{
border: 1px solid #006600;
height: 200px;
width: 295px;
float:left;
}

#pic1
{
height: 100px;
width: 295px;
float: left;
text-align: center;
padding-top: 10px;
}

#pic2
{
height: 100px;
padding-top: 10px;
width: 295px;
float:left;
text-align: center;
}

#midpic
{
width: 306px;
height: 180px;
float: left;
padding-top: 14px;
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: 90%;
color: #000000;
}

.midpic
{
color: #993300;
}

#midpic2
{
width: 306px;
height: 100px;
padding-top: 10px;
float: left;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 11px;
line-height: 85%;
vertical-align: baseline;
}

#uppercontent{
width: 900px;
margin-top: 12px;
margin-bottom: 12px;
}

#uppercontent2{
width: 900px;
margin-bottom: 2px;
}

#footer{
clear: both;
width: 900px;
height: 59px;
background-image:url(footer.jpg);
padding-top: 246px;
color: #000000;
font-size: 12px;
text-align: center;
margin-top: 12px;
}

.boldertext{
font-size: 15px;
font-weight: bold;
color: #990000;
}

#menu li {
list-style: none;
display: inline;
margin: -3px;
}

#menu a {
	    text-decoration: none;
		font-size: 12px;
	    text-align: left;
		color: #000000;
		font-weight: bold;
		padding-top: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 12px;
		background:transparent url(menubackground.png) no-repeat scroll right top;
		border-left: 2px solid #990000;

}

#menu a:hover {
	    text-decoration: underline;
	    
}

#footer li {
list-style: none;
display: inline;
}

#footer a {
	    text-decoration: none;
		font-size: 12px;
	    text-align: centre;
		color: #000000;
		padding-left: 3px;
		padding-right: 3px;
}

#footer a:hover {
	    color: #ffffff;
	    background-color: #126a01;
}

#footer ul li.active a {
        color: #126a01;
	    background-color: #ffffff;
}

#footer ul li.active a:hover {
        color: #126a01;
	    background-color: #ffffff;
}


.menu{
margin-top: -6px;
margin-bottom: -6px;
}

h3{
font-size: 18px;
font-weight: bold;
color: #006600;
}

h1{
font-size: 20px;
font-weight: bold;
color: #990000;
}



img{
border: 0px;
}