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

BODY {
margin: 0px 0px 0px 0px;
background: #f3edd3 url(./images/back.jpg) repeat-x;
font-family: georgia;
}

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: url(./images/footBack.jpg) repeat-x;
height: 54px;
width: 100%;
}

div.footer{
background: url(./images/footerBar.jpg) repeat-x;
padding-top: 8px;
padding-left: 80px;
height: 54px;
width: 960px;
margin-left: auto; 
margin-right: auto;
}


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


A.headMenu:link{
color: #9f3333;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.headMenu:visited {
color: #9f3333;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.headMenu:hover {
color: #e03e3e;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}

A.headMenu:active {
color: #e03e3e;
font-size: 14px;
font-family: georgia;
text-decoration: none;
}


A.footMenu:link{
color: #9f3333;
font-size: 12px;
font-family: georgia;
text-decoration: none;
}

A.footMenu:visited {
color: #9f3333;
font-size: 12px;
font-family: georgia;
text-decoration: none;
}

A.footMenu:hover {
color: #e03e3e;
font-size: 12px;
font-family: georgia;
text-decoration: none;
}

A.footMenu:active {
color: #e03e3e;
font-size: 12px;
font-family: georgia;
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;
}


