/* CSS Document */
body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
}

#frame{
width:95%;
background-color:#999999;
padding:0 0 0 0;
border-color:#999999;
margin-left:2.5%;
height:100%;
}
#frame-right{
height: 100%; 
width:15px;
background-image:url('display/rightmargin.png');
background-repeat:repeat-y;
}
#frame-left{
height: 100%; 
width:15px;
background-image:url('display/leftmargin.png');
background-repeat:repeat-y;
}

#content{
height:100%;
background-color:#FFFFFF;
margin:0px 16px 0px 16px;
text-align:left;
}

div#header{
width:100%;
height:43px;
background-image:url('display/headerbckg.png');
background-repeat:repeat-x;
text-align:left;
font-size:30px;
}
div#header a{
text-decoration:none;
color:#000000;
}
div#header a:hover{
text-decoration:none;
color:#FFFFFF;
}
div#tagline{
text-align:right;
float:right;
margin:0 6px 0 0;
font-size:11px;
padding:11px 0 0 0;
}
div#menubar{
background-image:url('display/navbar-bckg.png');
font-size:16px;
height:22px;
margin:0;
padding:0;
}
div#menubar #nav{
display:block;
margin:0; 
padding:0;
}
div#menubar #nav li{
display:inline; 
padding:0; 
margin:0;
padding-left:3px;
padding-right:3px;
}

div#menubar #nav a{
color:#000000;
text-decoration:none;
}
div#menubar #nav a:hover{
color:#FFFFFF;
text-decoration:none;
}

div#menubar #nav li.current{
color:#000000;
font-weight:bold;
text-decoration:none;
background-color:#E3E3E3;
width:100%;
border-left:#62A501 1px solid;
border-top:#62A501 1px solid;
border-right:#62A501 1px solid;
}
div#menubar #nav li.current:hover{
background-color:transparent;
}
div#menubar2{
font-size:12px;
background-color:#E3E3E3;
border:0;
margin:0;
color:#808080;
}
div#menubar2 .title{
font-weight:bold;
font-size:16px;
margin:0 10px 0 10px;
}
div#menubar2 a{
color:#808080;
text-decoration:none;
}
div#menubar2 a:hover{
color:#000000;
}
div#fade{
height:15px;
width:100%;
background-image:url('display/fade.png');
background-repeat:repeat-x;
}
div#cols{
width:100%;
}

div#sidebar{
float:right;
width:200px;
}

div#sidebar .title{
height:21px;
width:100%;
background-image:url('display/sbtitle.png');
color:#598D32;
font-size:16px;
font-weight:bold;
}

div#sidebar .text{
width:90%;
padding-left:25px;
color:#598D32;
font-size:12px;
font-weight:bold;
}
div#sidebar a{
text-decoration:none;
color:#598D32;
font-size:12px;
font-weight:bold;
}
div#sidebar .date{
color:#82A965;
display:inline;
font-weight:normal;
}
div#sidebar .topic{
padding-bottom:3px;
}
div#sidebar .topic:hover{
background-color:#A2CA33;
}
.announcetitle{
font-weight:bold;
font-size:16px;
color:#FF6600;
margin:0 10px 0 10px;
}
.announcebody{
font-size:13px;
color:#FF6600;
margin:0 10px 0 10px;
}
.announcebar{
width:90%;
text-align:center;
color:#FF6600;
margin:0 10px 0 10px;
}
.newssubh{
font-weight:bold;
font-size:22px;
color:#598D32;
margin:0 10px 10px 10px;
}
.newstitle{
font-weight:bold;
font-size:16px;
color:#598D32;
margin:0 10px 0 10px;
}
.newstitle a{
color:#598D32;
text-decoration:none;
border-bottom:1px dotted #598D32;
}
.newstitle a:hover{
border-bottom-style:solid;
}
.newsbody{
font-size:14px;
color:#598D32;
margin:0 10px 0 10px;
}
.newsbody a{
color:#598D32;
text-decoration:none;
border-bottom:1px dotted #598D32;
}
.newsbody a:hover{
border-bottom-style:solid;
}
blockquote{
border-left-color:#598D32;
border-left-style:solid;
border-left-width:5px;
font-style:italic;
}
.newsend{
font-weight:bold;
font-size:10px;
color:#82A965;
margin:0 10px 30px 10px;
}
.newsend a{
color:#82A965;
text-decoration:none;
border-bottom:1px dotted #82A965;
}
.newsend a:hover{
border-bottom-style:solid;
}

.newsbar{
width:90%;
text-align:center;
color:#598D32;
margin:0 10px 0 10px;
}
.postsubh{
font-weight:bold;
font-size:22px;
color:#808080;
margin:0 10px 10px 10px;
}
.posttitle{
font-weight:bold;
font-size:16px;
color:#808080;
margin:0 10px 10px 10px;
}
.posttitle a{
color:#808080;
text-decoration:none;
border-bottom:1px dotted #808080;
}
.posttitle a:hover{
border-bottom-style:solid;
}
.postbody{
font-size:14px;
color:#333333;
margin:0 10px 10px 10px;
}
.postbody blockquote{
border-left-color:#808080;
}
.postend{
font-weight:bold;
font-size:10px;
color:#999999;
margin:0 10px 30px 10px;
}
.postend a{
color:#999999;
text-decoration:none;
border-bottom:1px dotted #808080;
}
.postend a:hover{
border-bottom-style:solid;
}
#footer{
color:#D6D6D6;
font-weight:bold;
font-size:11px;
text-align:right;
}
#footer #subfoot{
color:#D9D9D9;
font-weight:bold;
font-size:11px;
text-align:right;
}
