/* CSS Document */
* {
margin: 0;
padding:0;
}

body,html{
background-color:#dfdfbc;
width: 100%;
height: 100%;
}

p, h1, h2, h3, h4, h5, h6{
font-family:Arial, Helvetica, sans-serif;
}

p{
font-size: 12px;
margin:0px 0 10px 0;
}

#background{ /*fixes background image not at top bug - frp*/
position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/bckgrd.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	margin-left:0px;
	margin-top: 0px;
	text-align:left;
}

#container{
	width:800px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
	}
	
#header{
	width:798px;
	background: #d5d5a8 url(../images/headimg.jpg) no-repeat bottom right;
	border: 1px solid #4c0c11;
	}

#content{
width: 500px;
min-height: 512px;
background: #d0cca4 url(../images/contentbckgrd.gif) repeat-x;
float:left;
padding: 15px 35px 10px 35px;
line-height: 110%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content h1, #content h2, #content h3, #content h4{
line-height:110%;
font-family:Arial, Helvetica, sans-serif
}

#content h1{
font-size:20px;
color: #1e325a;
}

#content h2{
font-size:16px;
color:#680e10;
}

#content h3{
font-size:14px;
color:#680e10;
}

#content h4{
font-size:13px;
color:#680e10;
font-weight:bold;
}

#content hr{
border:0px;
background:#b2b284;
height: 1px; 
margin-top:3px;
margin-bottom: 10px;
clear: both;
}

#content a{
color:#CC0000;
text-decoration:underline;
}

#content a:hover{
text-decoration: none;
}

#content img{
border: 1px solid #7b1215;
margin: 5px 10px 5px 10px;
}

#content ul{
margin-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#content li{
margin: 0 0 10px 0;
}

#rightcol{
width: 192px;
background: #c7bf97;
border: 1px solid #4c0c11;
float:right;
padding: 15px;
min-height: 500px;
}

#rightcol h1{
font-size:16px;
color: #005c00;
}

#rightcol p{
color: #1e325a;
margin-bottom: 14px;
}

#rightcol a{
color:#000066;
text-decoration:underline;
}

#rightcol a:hover{
text-decoration:underline;
}

#rightcol hr{
border:0px;
background:#b2b284;
height: 1px; 
margin-bottom: 3px;
margin-top: 3px;
}

#rightcol img{
display: block;
margin: 0 auto 0 auto;
padding: 10px 0 10px 0;
}

#rightcol h3{
font-size:16px;
color: #005c00;
}

#rightcol h3 a{
text-decoration:none;
color: #005c00;
}

#rightcol h3 a:hover{
color:#CC6600;
}

#rightcol ul{
margin-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#btmbar {
width: 790px;
height: 20px;
background: url(../images/btmbdr.gif) repeat-x bottom;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:right;
padding: 20px 10px 0 0;
}

#btmcopy{
padding: 3px;
width: 790px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color: #680e10;
}

/***********************Navigation***************/	
#navcon{
position:relative;
top: 5px;
left: 0px;
height: 41px;
width: 800px;
background: url(../images/navbckgrd.gif) repeat-x;
background-position: 0 0;
}

#navcon ul
{
padding-left: 0;
width: 100%;
margin-left: 0;
color: #ffffff;
float: left;
font-family: arial, helvetica, sans-serif;
}

#navcon ul li { 
display: inline;
height: 41px;
width: 108px;
 }


#navcon ul li a
{

text-align: center;
color: #ffffff;
text-decoration: none;
float: left;
width: 108px;
font-size:15px;
font-weight:normal;
background-image:url(../images/navline.gif);
background-position:right;
background-repeat:no-repeat;
line-height: 24px;
margin-left: 0;
padding-left: 0;
}

#navcon ul li a:hover
{

color:#d3d3a9;
}

#navcon ul li a#current{
background-image:url(../images/linkhover.gif);
background-repeat:no-repeat;
}

#twocolumn{
width: 100%;
}

#smallcolumn{
width: 300px;
min-height: 275px;
}

#rightpiccolumn{
float: right;
width: 40%;
text-align:center;
}	

#rightpiccolumn p{
font-size: 10px;
}

#info
{
margin-top: 5px;
width: 500px;
background-color: #d5d5a8;
border-top: 1px #b2b284 solid;
border-bottom: 1px #b2b284 solid;
border-collapse: collapse;
border-spacing: 0px; }

#info th{
	background-color:#516279;
	text-align: left;
	text-indent: 10px;
	padding: 3px 0 3px 0;
}
#info th p{
color: #ffffff;
}

#info tr{
text-indent: 5px;
}

#info p{
	padding: 0;
	margin: 0;
}

#info p a{
color:#006600;
}	

#info p a:hover{
text-decoration:none;
}

.vertline{
border-left: 1px solid #b2b284;
}

#info td{
border-bottom: 1px solid #b2b284;
}

.floatleft{
float:left;
margin: 3px 20px 7px 0;
}

.headline{
font-weight:bold;
color:#006633;
}
.smalltext, .smallnews{
font-size: 11px;
}

.smallnews{
font-weight:bold;
}

.centertext{
text-align:center;
}

.centertextwithbtmspace{
margin-bottom: 10px;
text-align:center;
}

.greentext{
color:#006633;
}

table.center {
margin-left:auto; 
margin-right:auto;
}

#rightvideo{
border: 1px solid #006633;
background-color:#006633;
text-align:center;
margin:auto;
}

/********************right menu************************/

#navlist
{
width: 100%;
background-image:url(../images/hrright.gif);
background-position:top;
background-repeat:repeat-x;
}

#navlist li
{
list-style: none;
margin: 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
display:inline;
}

#navlist li ul li a{
padding-left: 15px;
width: 190px;
}

#navlist li a { background-image:url(../images/hrright.gif);
background-position:bottom;
background-repeat:repeat-x;
text-decoration: none;
 color: #083a81;
 display:block;
 width:195px;
 padding: 3px 0 3px 10px;
}

#navlist li a:hover{
color:#CC6600;
}

.boldblue12 {
font-weight: bold;
color: #1e325a;
}

.redtext{
color:#CC0000;
}

.darkred{
color: #680e10;
}
