html,body {
padding: 0;
margin: 0;
background-color: #74884d;
font: 11px/1.4em  Verdana, Arial,Tahoma, sans-serif;
}

h1 {
font-size: 12px;
padding: 0 24px 0 36px;
}

h2 {
font-size: 11px;
padding: 0 24px 0 36px;
}

div#container {
position: relative;
top: 0;
left: 0;
background-color: #fff;
margin: 0 auto 0 auto;
width: 800px;
height: 100%;
}

div#header {
position: relative;
top: 0;
left: 0;
background-color: #fff;
margin: 0 auto 0 auto;
width: 800px;
height: 84px;
}

div#navigation {
position: relative;
top: 0;
left: 0;
background-color: #fff;

width: 800px;
height: 28px;
z-index: 2;
}

div#navigation ul {
margin: 0;
padding: 0;
border-bottom: 3px solid #0e3927;
text-align: center;
background-color: #F6E9D3;
}

div#navigation li {
list-style-type: none;
display: inline;
padding: 0 12px 0 12px;
}

div#navigation a {
text-decoration: none;
color: #0e3927;
}

li#active a {
color: #991e1e;
}

div#navigation a:hover {
color: #CE8B2C;
}

div#navigation img {
padding: 0;
border: none;
}

div#contentwrap {
position: relative;
top: 0;
left: 0;
width: 800px;
height:100%;
z-index: 3;
background-color: #fff;
}

div#leftcontent {
position: relative;
top: 0;
left: 0;
float: left;
width: 549px;
height: 100%;
z-index: 4;
background-color: #fff;
border-right: 1px solid #efdebd;
}

div#leftcontent p, td {
padding: 0 24px 0 36px;
}

div.topimage {
padding: 10px 0 0 32px;
}



div#leftcontent a {
color: #991e1e;
font-weight: bold;
text-decoration: none;
}

div#leftcontent a:hover {
color:  #ce8b2c;
}

div#rightcontent {
position: relative;
float: right;
top: 0;
left: 0;
width: 250px;
z-index: 5;
background-color: #fff;
}

div#rightcontent p {
padding: 0 10px 0 26px;
}

div#rightcontent a {
color: #991e1e;
font-weight: bold;
text-decoration: none;
}

div#rightcontent a:hover {
color:  #ce8b2c;
}

div#wholepgcontent {
position: relative;
top: 0;
left: 0;
width: 800px;
background-color: #fff;
}

div#wholepgcontent p {
padding: 0 24px 0 26px;
}

div#wholepgcontent a {
color: #a50000;
font-weight: bold;
text-decoration: none;
}

div#wholepgcontent a:hover {
color:  #003d7f;
}

div#footer {
position: relative;
top: 0;
left: 0;
clear: both;
width: 800px;
height: 30px;
margin: 0;
background-color: #d09039;
z-index: 6;
}

div#footer p{
margin: 0;
text-align: center;
padding: 6px 0 6px 0;
}

div#footer p a {
display: inline;
color: #fff;
font-weight: bold;
font-size: 10px;
padding: 0 10px 0 10px;
text-decoration: none;
}

div#footer a:hover {
color: #612222;
}

.redtext {
color: #991e1e;
}

.bold {
color: #991e1e;
font-weight: bold;
}

.italtext {
font-style: italic;
color: #a50000;
}

#image1 {
border: none;
padding: 0;
}

.rightcontentmargin {
margin-top: 20px;
}

div#leftcontent .template_news p { padding-left: 0px; }
.template_news { padding: 10px 24px 0 36px; }
.template_news .date { font-size: 9px; color: #0E3926; font-weight: bold; }
.template_news .news_item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dddddd;}
.template_news .news_item .subject { font-weight: bold; text-transform: uppercase; }
.template_news_list ul { padding-left:50px; margin: 0;}
.template_news_list { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dddddd;}
