/*navigation styles*/
#nav, #nav ul {
	padding: 0;
	list-style: none;
	float : left;
	width : 180px;
	margin-top: 10px;
	z-index: 100;
	text-align: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
	#nav li {
	position : relative;
	float : left;
	line-height : 18px;
	margin-bottom : 1px;
	width: 180px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #333333;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 193px;
		margin-top : -26px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 180px;
		w\idth : 180px;
	display : block;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/button_off.jpg);
	background-repeat: no-repeat;
	height: 26px;
	}
	
	#nav li a:hover {
	color: #000000;
	background-image: url(../images/button_on.jpg);
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* mouseout fix for IE7 ? */
*:first-child+html #nav {height: 1%;} 
*:first-child+html #nav li {height: 1%;}

/* page styles */
html {
	background-color: #FFE600;
	text-align: center;
}
#wrapper {
	background-image: url(../images/base.jpg);
	background-repeat: repeat-y;
	min-height: 530px;
	_height: 530px;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#inner_wrap {
	background-image: url(../images/star-fade.jpg);
	background-repeat: no-repeat;
	background-position: 3px -118px;
	min-height: 530px;
	_height: 530px;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-top: 0px;
	margin-left: 200px;
	text-align: justify;
	padding: 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#splash {
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EB0000;
	line-height: 18px;
	letter-spacing: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	color: #000000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 32px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
}
#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: left;
}
#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h1 {
	font-size: 28px;
	line-height: 28px;
}
td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 4px;
}
#comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	background-color: #FFFFCC;
	text-align: left;
	padding: 5px 20px 10px;
	margin-top: 15px;
}
#comment h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
}
