@charset "UTF-8";
/* CSS Document */

* {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color:#999999;
}

html {
	min-height: 100%; 
	margin-bottom: 1px;
}

#header {
	background-image:url(images/header_background.jpg);
	background-repeat: no-repeat;
	height: 260px;
}

#nav {
	z-index: 2;
	position: relative;
	top: -30px;
	*left: 0px;
	clear: both;
	background-image: url(images/nav_non-item.png);
	*background-image: url(images/nav_non-item.gif);
	color: #90CC07;
	font-size:14.8pt;
	text-align: center;
	width: 891px;
	padding: 46px 0 45px 0;
	margin-bottom: -100px;
}
#nav ul, #nav ul li {
	display: inline;
}
#nav ul li {
	background-image: url(images/nav_item.png);
	*background-image: url(images/nav_item.gif);
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
	padding: 46px 0px 38px 0px;
	width: 154px;
}

#nav a {
	padding: 40px 50px 40px 50px;
	*padding: 41px 50px 40px 50px;
	text-decoration: none;
	color: #90CC07;
}

#maincontent {
	position: relative;
	top: 0px;
	background-image: url(images/shadow.png);
	background-repeat: repeat;
	background-color: #FFF;
	width: 891px;
	padding: 0 34px 0 34px;
	margin: -8px 0 0 0;
	*margin: -18px 0 0 0;
}

#main-text {
	color:#999999;
	padding: 60px;
}

#main-text p a, #main-text p abbr, #main-text p a:link, #main-text p abbr:link #main-text p a:visited, #main-text p abbr:visited {
	color: #90CC07;
	font-weight: bold;
	text-decoration: none;
}

#main-text p a:hover, #main-text p a:active {
 	color: #70AC00;
	text-decoration: underline;	
}

#sitename {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 0 0;
	padding: 60px 0 0 0;
	font-size: 5em;
	color: #eb3731;
	text-align: center;
}

#welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 6em;
	color:#eb3731;
	text-align: center;
}

h1#subject {
	color: #90cc07;
	text-align: left;
	border-bottom: dotted 2px #90CC07;
}

#main-text p {
	width: 100%;
	text-align:left;
}

#tagline {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 0 0;
	color:#ff8b29;
}

#copyright {
	background-image:url(images/footer_image.png);
	*background-image:url(images/footer_image.gif);
	width: 891px;
	padding: 0 34px 0 34px;
	height: 80px;
}


#nav {
	/* special hack for safari padding, the code gets run on everything except safari */
	padding: 46px 0 45px 0; #
}