@charset "utf-8";
/* CSS Document */

BODY {
margin: 0px 0px 0px 0px;
background: white;
font-family: arial;
}

div.headerBack{
background: white url(./images/headBack.jpg) repeat-x;
height: 195px;
width: 100%;
}

div.header{
background: white url(./images/header.jpg) repeat-x;
height: 188px;
width: 960px;
margin-left: auto; 
margin-right: auto;
}

div.mainContent{
width: 960px;
margin-left: auto; 
margin-right: auto;
}

div.footerBack{
background: white url(./images/footBack.jpg) repeat-x;
height: 113px;
width: 100%;
}

div.footer{
background: white url(./images/footerBack.jpg) repeat-x;
height: 113px;
width: 960px;
color: white;
margin-left: auto; 
margin-right: auto;
padding-top: 50px; 
padding-left: 80px;
}

div.clear{
DISPLAY: block;
CLEAR:both;
}


A.headMenu:link{
color: white;
font-size: 18px;
font-family: arial;
text-decoration: none;
}

A.headMenu:visited {
color: white;
font-size: 18px;
font-family: arial;
text-decoration: none;
}

A.headMenu:hover {
color: yellow;
font-size: 18px;
font-family: arial;
text-decoration: none;
}

A.headMenu:active {
color: yellow;
font-size: 18px;
font-family: arial;
text-decoration: none;
}

A.greenlink:link{
color: #396328;
line-height: 14pt;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.greenlink:visited {
color: #396328;
line-height: 14pt;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.greenlink:hover {
color: #4b733b;
line-height: 14pt;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}

A.greenlink:active {
color: #4b733b;
line-height: 14pt;
font-size: 16px;
font-family: arial;
text-decoration: none;
font-weight: bold;
}


