/*** Red - Dark Color = #7e0e0e   ***/
/*** Green = #00875f   ***/

html
{
}

body{
margin:0;
padding:0;
	background: #FFFFFF;
	color: #00875f;
	font-size: 1em;
	line-height: 1.2em;
	height: auto;
	width: auto;
	text-align: left;
overflow-x: hidden;
overflow-y: auto;

}

body.content{
margin:0;
padding-top:10px;
padding-left:10px;
padding-right:20px;
	background: #FFFFFF;
	color: #00875f;
	font-size: 1em;
	line-height: 1.2em;
	height: auto;
	width: auto;
	text-align: left;
overflow-x: hidden;
overflow-y: scroll;

}

body.main{
margin:0;
padding:0;
overflow:hidden;
	background: #FFFFFF;
	color: #000000;
	font-size: .5em;
	line-height: 1.5em; 
	height: auto;
	width: auto;
	text-align: left;
}


#topsection{
background: #FFFFFF;
height: 10px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px;
/*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float:left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #FFFFFF; margin-top:150px;
padding-left:5px;
;
}

iframe {
overflow-x: hidden;
overflow-y: auto;
} 

#menu{
background: #FFFFFF;
height: 50px; /*Height of menu*/
padding-top:30px; padding-left: 50px;
}

#Credit {		
	visibility: inherit;	overflow: hidden; 
	position: absolute;	z-index: 1;
	color: #00875f;
	font-size: .5em; line-height: 10px;
	height: auto;
	width: auto;
	text-align: right;
	bottom: 3px; right:5px;
	}


#footer{

	font-size: .5em;
	height: 0px;
	width: 100%;
	text-align: right;
	bottom: 0;
	background: #FFFFFF;
}

.left
{ float: left; padding: 5px}
.right
{ float: right; padding: 5px}
		

#footer a{
color: #FFFFFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


img.logo	{
	position: absolute; top:5px; left: 5px; z-index: 2;
		}

a {	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border:3;
	}

a:hover, a:active {
	color:#FFFFFF;
	background-color: #00875f;
	text-decoration: none;
	font-weight: bold;
	}

a.arrow:hover, a.arrow:active {	
	background-color: #FFFFFF;
	border:0;
	}

.img {	
	background-color: #FFFFFF;
	border:0;
	}

p	{
	text-indent:2em;
	}

h1, h2, h3, h4	{
margin-bottom:0;
margin-top:0}

h2	{	color:#FFFFFF;
	background-color: #00875f;
	text-decoration: none;
	font-weight: bold;
	border: 5px solid #00875f;}

h3	{	color:#000000;
		background-color: #FFFFFF;}

h4	{	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dashed #00875f;
}

tr.events
{	width: 30%;
	padding-left: 30%; 
	padding-right: 10%;
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}



.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}



.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}




.ddcolortabs a{
float:left;
color: white;
background: #00875f url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}



.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}



.ddcolortabs a span{
float:none;
}



.ddcolortabs a:hover{
background-color: #7e0e0e;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}



.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}



.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



/* ######### Style for Drop Down Menu ######### */


.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; 
/*THEME CHANGE HERE*/
border-top-width: 8px; 
/*Top border width. Should match height of .ddcolortabsline above
*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}




.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; 

/*THEME CHANGE HERE*/

padding: 2px 0;
text-decoration: none;
color: black;
}



* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color: white;
}
