	A:link {			text-decoration: underline; color: #333333;}
	A:visited {			text-decoration: underline; color: #333333;}
	A:hover {			text-decoration: none; color: #333333;}				

html, body {
	background: #007A00;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	}

#container {
	position: relative; 
	text-align: left;
	width: 980px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
html>body #container {height:auto}
#header {
	height: 192px;
	width: auto;
	background: #fff;
}
#topheader {
	height: 150px;
	width: auto;
}

#subheader{
	height: 42px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 14px;
	line-height: 36px;
	background: url(../images/images/site_homepage_05.jpg) repeat-x;
} 
#subheader a,
#subheader a:link,
#subheader a:visited{
	color: #FFFFFF;
	padding: 0px 20px;
	text-decoration: none;
}

#content {
	padding: 15px;
	padding-top: 10px;
	color: #333333;
	background: #fff;
	}
	
#nav {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	padding: 15px;
	background: #fd8f15;
	}

#nav a,
#nav a:link,
#nav a:visited{
	color: #FFFFFF;
	padding: 0px 35px;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	}
	
.red {
	color: #CC0000;
	}

.small {
	font-size: 12px;
	}

.smaller {
	font-size: 10px;
	}
				
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background:#fd8f15;
	height: 25px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}

.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:24px;
}