body {
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
background-image:url(../images_common/bg_small.gif);
background-repeat:repeat;
}

ul{
padding:0px;
margin: 0px;
}

ol{
padding:0px;
margin: 0px;
}

li{
margin: 5px;
/*list-style-type:disc;*/
}

#wrapperBg {
height: 750px;
width:100%;
background-image: url(../images_common/bg.gif);
background-repeat:repeat-x;
}

#container {
margin: 0px auto;
width: 850px;
background-color:#FFF;
background-image:url(../images_common/container_bg_default.jpg);
background-position:top right;
background-repeat:no-repeat;
}

/*BEGIN: CSS for main navigation*/
#navigation {
height: 45px; 
float:right;
margin-bottom:35px;
}

#navigation a:link img, #navigation a:active img, #navigation a:visited img {
text-decoration:none;
height: 45px; 
vertical-align:top;
}

#navigation a:hover img {
text-decoration:none;
border-bottom: 5px #638d3d solid;
}

.active {
text-decoration:none;
border-bottom: 5px #638d3d solid;
}
/*END: CSS for main navigation*/

#logo {
margin-left: 40px;/*margin-left: 65px;*/
margin-bottom:45px;
}

#logo a:link img, #logo a:active img, #logo a:visited img, #logo a:hover img {
text-decoration: none;
border-style: none;
}

#mainContentArea {
margin-left: 50px;
width: 735px;
}

#footer {
background-color: transparent;
margin: 0px auto; 
padding: 0px; 
background-image:url(../images_common/footer_bg_test.gif); 
background-repeat:no-repeat; 
background-position:top center; 
width:960px; 
height:234px;
}

#footer a, a:link, a:active, a:visited {
color: #638d3c;
text-decoration:none;
}

#footer a:hover {
color: #4b3d19;
}

#footer .navigation {
padding: 25px 0px 35px 0px;
margin: 0px;
text-align:center;
color: #9cac68;
font-size:12px;
font-weight:bold;
font-style:normal;
text-transform:uppercase;
letter-spacing: 1px;
font-family:Arial, Helvetica, sans-serif;
}


#footer .contactInfo {
padding: 15px 0px 0px 85px;
margin: 0px;
color: #703220;
font-size: 13px;
font-style:italic;
}

.bold {
color:#4b3d19;
}

.green {
color: #638d3c;
}

.brown {
color:#723620;
}

.clear {clear:both;}