
body { 

font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
padding: 0px;
	background-color: #D1D0CF;
}


/******************************************************************/
/************************ PAGE BLOCKS *****************************/
#overflow {
	position: absolute;
	width:100%;
}

#container { /* All oage objects are contained with in this*/
	margin: 0 auto; width: 778px;	background-color: #ffffff; /* background-color: #797573; */
	background-image: url(/images/tmpl/sidecolumn.gif);
	background-position: right;
	background-repeat: repeat-y;
	border: 0 solid black;
	border-width: 0 1px 1px 1px;
padding: 0;




}

#banner {  /* Banner at start of page containing logo and navigational menus*/
	padding: 0;
	height: 66px; background-color: #EEFCE8;
	background-image: url(/images/tmpl/headerbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	border: 0 solid black;
	border-width: 0 0 1px 0;
	margin: 0; 
}



#trunk { /* Main body of page - Main page content directly with in this  */
	color: #333;
background-color: white;
width: 520px;
padding: 10px 0 30px 30px; /* bottom margin is for footer */
float: left;

}


#sec_content { /* Secondary Page content eg Recent News on the left of home page. Child of trunk */
color: white;
float: right;
padding-right: 26px;
width: 138px;



}


#footer {

clear: both;

}


#footer-address {
padding: 1px 185px 10px 0px;
color: #669999;
font-size: 9px; 
text-align: right;
}





/******************************************************************/
/****************** BANNER COMPONENTS *****************************/
#nav {
	margin: 0 32px 0 0;
	padding: 0px;
	vertical-align: super;
	height: 66px;

}
#logodiv {
	float: left;	
	}

#logo {
	position: absolute;
	display:block;
	padding: 2px 0px 10px 2px;
	background-image: url(/images/tmpl/logobg.gif);
	background-repeat: repeat-x;
}


#prinav {
	text-align: right;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	background-image: url(/images/tmpl/prinavbg.gif);
	background-position: right top;
	background-color: #C6ECB5;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}


#logonavdiv {
	background-image: url(/images/tmpl/secnavbg.gif);
	background-repeat: repeat-x;
	float: left;	
}



#secnav {
	margin: 0 17px 0 244px;
	background-image: url(/images/tmpl/secnavbg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: right;
}

.secnavlinks {
	display: none;
}

.sel_secnavlinks {
	margin-top: 10px;
	vertical-align: top;
	padding: 8px 0 5px 0;
	display:inline;
}
#secnav a{
position: relative;
}


/******************************************************************/
/****************** TEXT FORMATTING *******************************/
p {
	margin: 0 0 10px 0;
}

h1 { 	margin: 0 0 10px -10px;
	color: #669999;
	font-family: Georgia, "Times New Roman", Times, serif;}

#sec_content h2 {
	color: #eee;
font-family: Georgia, "Times New Roman", Times, serif;
}
#trunk h2 {
	font-weight: 900;
	color: #666;
	margin: 20px 8px 0 0;
	font-size: 16px;
}

#sec_content  h3 {
	font-weight: bold;
	color: #C6ECB5;
	margin: 8px 0 0 0;
	font-size: 11px;
}
#trunk  h3 {
	font-weight: 800;
	color: #6D9861;
	margin: 8px 0 0 0;
	font-size: 11px;
}
#sec_content p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14pt;

}
#trunk p, #trunk td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14pt; text-align:justify;

}

input, option, select, textarea  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;


}

#nav {
font-family: Arial, Helvetica, sans-serif;
}

/******************************************************************/
/******************** LINK FORMATTING *****************************/
a { font-weight: bold;
	color: #000099;
}

a:hover {
	color: black; /* #C6ECB5*/
}
#sec_content a { font-weight: bold;
	color: #E6F7FF;
}

#sec_content a:hover {
	color: white; /* #C6ECB5*/
}


#prinav a {
	color: #333;
	text-decoration: none;
}
#secnav a {
	color: black;
	text-decoration: none;
}

#nav a:hover {
	color: #EE0000;
}




.borderedsquare {
	background-image: url(/images/tmpl/sqborder.gif);
	padding: 6px 11px 10px 7px;
}




#sec_content .postpic { display: none; }
#sec_content .borderedsquare { display: none; }


@media print {
#banner {border: none; }
#nav {display: none;}
#logo {display: none;}

}


fieldset span.cat-nest {
	display: block;
	margin-left: 10px;
}


fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}
