body {
	background-color: white;
	color: black;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a {	
	text-decoration: none;
}

a img !important {
	border-bottom: none;
}

#head {
	position: absolute;
	top: 0px;
	height: 85px;
	width: 100%;
	left: 0px;
	float: right;
	background-image: url(/images/tophead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #9D9006;
}

	#head img {
		margin-left: 10px;
		margin-top: 12px;
	}

#nav {
	position: absolute;
	top: 62px;
	height: 18px;
	width: 380px;
	right: 0px;
	float: right;
	text-align: right;
	margin-right: 5px;
}

	#nav ul {
		list-style: none;
        margin-left: 0px;
        padding-left: 0px;
        display: inline;
        line-height: 18px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		text-align: center;
	}
	
	#nav li {
        float: left;
		text-align: center;
	}
	
	#nav li a {
        list-style: none;
        display: block;
        float: left;
        text-decoration: underline;	
		color: black;
		height: 22px;
		white-space: no-wrap;
		top: 3px;
		margin-left: 5px;
	}
	
	#nav li a:hover {
        list-style: none;
        display: block;
        float: left;
		color: red;
		text-decoration: underline;
	}		

	#nav .current, #nav a.current:hover {
	    list-style: none;
        display: block;
        float: left;
        text-decoration: none;	
		color: black;
		height: 22px;
		white-space: no-wrap;
		top: 3px;
		font-weight: bold;
		color: black;
	}	
	
#feature {
	position: absolute;
	top: 86px;
	left: 0px;
	width: 100%;
	float: right;
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
	height: 260px;
}

#leftcell {
	position: absolute;
	top: 358px;
	left: 0px;
	width: 50%;
	border-right: 1px solid #cccccc;
	height: 110px;
	text-align: center;
}

	#leftcell img {
		margin-top: 17px;
	}

#rightcell {
	position: absolute;
	top: 358px;
	left: 50%;
	width: 48%;
	height: 110px;
	text-align: center;
}

#foot {
	position: absolute;
	top: 470px;
	left: 0px;
	width: 100%;
	float: right;
	background-image: url(/images/bottomfade.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #cccccc;

}



	#foot p, #footi p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		line-height: 16px;
		color: black;
		text-align: center;
	}

	#foot a, #foot a:hover, #foot a:visited, #footi a, #footi a:hover, #footi a:visited, #container a, #container a:hover, #container a:visited {
		text-decoration: none;
	}
	
	#foot a, #footi a, #container a {
		color: blue;
		border-bottom: 1px solid blue;
	}
	
	#foot a:visited, #footi a:visited, #container a:visited {
		color: #990000;
		border-bottom: 1px dashed #990000;
	}
	
	#foot a:hover, #footi a:hover, #container a:hover {
		color: red;
		border-bottom: 1px solid red;
	}


/* internal pages */

#subnav {
	position: absolute;
	top: 85px;
	height: 20px;
	background-color: #BAB35D;
	left: 0px;
	color: black;
	width: 100%;
	float: right;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	padding-top: 2px;
	border-bottom: 1px solid #706B38;
	background-image: url(/images/subnavbg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
}

	#subnav a {
		text-decoration: underline;
		color: black;
	}
	
	#subnav a:hover {
		text-decoration: none;
		background-color: #D1C968;
		color: black;

	}

#container {
	position: absolute;
	top: 106px;
	width: 100%;
	left: 0px;
	float: right;
	background-color: white;
}

#rightcontent {	
	float: right;
	width: 69%;
	border-left: 1px solid #cccccc;
	background-color: white;
	padding-left: 1%;
	padding-right: 1%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
	margin-left: 1%;
}

#leftcontent {
	margin-left: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-right: 20px;
}

#footi {
	clear: both;
	margin-top: 10px;
	background-image: url(/images/bottomfade.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #cccccc;
}

	a.decorfree, a.decorfree img {
		border-bottom: 0px;
	}

/* generics */


h3	{
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 12px;
	line-height: 20px;
}

.centralia {
	text-align: center;
}

.presentedleft {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}


.presentedright {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

.required {
	color: red;
}

.whisper {
	color: #cccccc;
}

.left {
	float: left;
}

.right {
	float: right;
}

.invisible {
	display: none;
}

img {
	border: 0px;
}
