/* ___________ LAYOUT ______________*/
body {
	font: 90% Arial, Helvetica, sans-serif;
	color:#000000;
	background:#CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 10px auto 10px auto;
	border: 1px solid #336600;
}
#header {
	background-color:#EFEFEF;
	height:100%;
	padding:5px;
	margin:0;
	clear:both;
	border-bottom:1px solid #336600;
}
#logo	{
	width:500px;
	background-color:#EFEFEF;
	margin:0px;
	padding:0px;
	float:left;
}
#headertext {
	z-index:3;
	background-color:#EFEFEF;
	float:right;
	width:450px;
	margin:0;
	padding:0;
	text-align:right;
}
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
}
#content {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 1px solid #336600;
}
#footer {
	clear:both;
	padding: 5px;
	border-top: 1px solid #336600;
	font-size: 80%;
	color: #736B5E;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/* ___________ /LAYOUT _____________*/

/* ___________ MENUS _____________*/
ul#listmenu {
	list-style:none;
	margin:0;
	padding: 20px 10px;

}
ul#listmenu li {
	text-align:left;
	line-height:200%;
}
/* ___________ /MENUS _____________*/

/* ____________ MISC _______________ */

/* >>>__________ element selectors _________ */
h1 {  
	color: #336600;
	margin: 0;
	padding:20px 15px 5px 15px;
}
h2 { 
	color: #336600;
}
h2.banner { 
	color: #336600;
	margin:0;
	padding:0;
	font-weight:normal;
}
h3 {  
	color: #336600;
}
h4 {  
	color: #336600;
}
h5 {  
	color: #336600;
}
ul	{
	list-style:circle;	
}
/* >>>________ /element selectors __________ */

/* >>>__________ id selectors ______________ */
#content p {
	line-height: 130%;
}
#nav a:link { 
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color:#336600;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color:#CC6600;
	text-decoration: none;
	font-weight: bold;
}
#nav hr	{
	color:#FFFFFF;
}
/* >>>_________ /id selectors ____________ */

/* __________ /MISC _______________ */
/*_____________ TABLES_____________*/
table.control {
	padding:0;
	margin:0;
	border: 1px solid #CCCCCC;
	border-top:0;
	border-bottom: 0;
}
table.control caption	{
	background-color:#CCCCCC;
	color:#003399;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}
table.control th	{
	color:#003399;
	text-align:right;
	vertical-align:top;
	border-bottom: 2px solid #CCCCCC;
}
table.control td	{
	border-bottom: 2px solid #CCCCCC;
	text-align:left;
	vertical-align:top;
}
table.control ul	{
	margin-top:0;
	padding-top:0;
}
/* ______________ */
table.index {
	padding:0;
	margin:0;
	border: 1px solid #CC9900;
	border-top:0;
	border-bottom: 0;
}
table.index caption	{
	background-color:#EEEEEE;
	border: 1px solid #CC9900;
	color:#336600;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}
table.index th	{
	color:#003399;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #CC9900;
}
table.index td	{
	border-bottom: 1px solid #CC9900;
	text-align:left;
	vertical-align:top;
}
/* ______________ */

table.greytop {
	padding:0;
	margin:0;
	border: 1px solid #DDDDDD;
	border-top:0;
}
th.greytop	{
	color:#003399;
	text-align:left;
}
caption.greytop	{
	background-color:#DDDDDD;
	color:#003399;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}
caption.two	{
	background-color:#FFFFFF;
	color:#003399;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}