/* CSS Document */
body {
	text-align:center;
	height: 100%;
	background: #EEDCB8 top center repeat-x url(images/background.jpg); 
}
#sitebackground {
	margin: auto;
	height: 630px;
	width: 900px;
	background: #EEDCB8 url(images/site_background.jpg); 
}

#content {
	font-family : Tahoma;
	line-height:1.0em;
	padding-top: 90px;
	margin-left: 230px;
	padding-left: 0px;
	padding-right: 5px;
	width: 650px;
	text-align: left;
	font-size: 11pt;
}

#content h2 {
	color : #347235;
	font-size: 13pt;
}

.entry h3 {
	color : #347235;
	font-size: 16pt;
	font-weight: bold;
	font-family : 'Copperplate Gothic Light';
	text-align: center;
}

.copy {
	font-family : Tahoma;
	color : #000000;
	font-style: normal;
	font-size: 11pt;
}

#left_column{
	float: left;
	width: 155px;
	padding-left: 20px;
	padding-top:455px;
}

.modules {
	padding-top: 5px;
	font-family : Tahoma;
	color : #FFFFFF;
	text-align: center;
	font-size: 11pt;
}

a:link, a:visited, a:active {
	font-family : Verdana;
	color : #E95C24;
	
	text-decoration: none;
	cursor: hand;
	font-size: 9pt;
}
a:hover {
	font-family : Verdana;
	color : #E95C24;
	
	text-decoration: none;
	cursor: hand;
	font-size: 9pt;
}

#tabs {
	float:left;
	width:100%;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:8px 5px 2px 17px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/tableft_1.png") no-repeat left top;
	color:#FFF;
	margin:0;
	padding:0 4px 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright_1.png") no-repeat right top;
	color:#FFF;
	padding:5px 7px 4px 5px;
	
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}