html,body{
background: #ccc;
margin: 0;
padding: 0;
font-size: 12px;
color: #4A4A4A;
font-family: "Times New Roman", sans-serif;
}

p, td, li{
margin: 0;
padding: 0;
font-size: 12px;
color: #4A4A4A;
font-family: "Times New Roman", sans-serif;
}

h1{
  color: #6E5946;
  margin: 7px 0 5px 0;
}

h2{
  color: #53591E;
  margin: 10px 0 2px 0;
  font-size: 16px;
}

h3,h4{
margin: 0px;
}

ul{
  margin: 5px 5px 5px 5px;
  padding: 0;
}
li{
  margin: 3px 0 2px 15px;
  padding: 0;
}

.floatRight{
float: right !important;
}

.floatLeft{
float: left !important;
}

.floatNone{
float: none !important;
}

img.floatLeft{
margin-right: 10px;
}

.clearRight{
clear: right !important;
height: 1px; 
overflow: hidden
}

.clearLeft{
clear: left !important;
height: 1px; 
overflow: hidden
}

.clearBoth{
clear:both !important;
height: 1px; 
overflow: hidden
}

.textLeft{
text-align: left !important;
}

.textRight{
text-align: right !important;
}

.textCenter{
text-align: center !important;
}

address{
display: inline;
font-style: normal;
}

a{
color: #4D6A00;
}

a:visited{
color: #555;
}

a:hover, a:active{
color: #7F5F3D;
}
/* */




#wrapper1{
background-position: top center;
text-align: center;
}

#wrapper2{
background: #DFDAD6 url('imgs/bg.jpg') repeat-x;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
margin: 0 auto;
width: 994px;
}

#header{
font-size: 1.2em;
height: 126px;
margin: 0 auto;
text-align: left;
width: 758px;
}

#header img{
border: 0px;
}

#sub_header{
height: 36px;
margin: 0 auto;
text-align: center;
width: 758px;
}

#content_wrapper{
background: #fff;
border: 1px solid #C4BBB2;
border-top: 0px;
font-size: 1.2em;
margin: 0 auto;
text-align: left;
width: 660px;
}

#content_wrapper h1{
color: #6E5946;
font-size: 1.5em;
padding-top: 15px;
}

#content{
margin-right: 200;
padding: 0px 10px 10px 10px;
text-align: justify;
background: url('/imgs/content_bg.gif') repeat-y;
}

#content_no_sidebar{
padding: 0px 10px 10px 10px;
text-align: justify;
}

.contentImgLeft{
float: left;
margin: 0px 10px;
}

.contentImgRight{
float: right;
margin: 0px 10px;
}

#navFlashBox{
background: #616630 url('imgs/bg_navflashbox3.png') no-repeat;
height: 252px;
position: relative;
width: 660px;
}
#splash{
position: absolute; 
bottom: 0px; 
right: 0px;
}


#newsBox{
background: #EBEAEA;
color: #424242;
float: right;
width: 200px;
}

#newsBox h4{
border-bottom: 1px solid #CEC7C0;
color: #573B26;
margin-bottom: 5px;
}

.newsContent{
  margin: 10px 7px 7px 7px;
}

#footer{
clear: both;
color: #85705C;
}

#footer a, #footer a:visited{
color: #573B26;
margin: 0px 10px; 
text-decoration: none;
}

#footer a:hover, #footer a:active{
color: #4D6A00;
margin: 0px 10px; 
text-decoration: underline;
}

#footer span{
margin: 0px 5px;
}

.indent{
margin-left: 12px;
}


