/* CSS Document */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #541C3E;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #541C3E;
}
a:hover {
	color: #FFFFFF;
	background-color: #841759;
	text-decoration: underline;
	font-weight: bold;
}

/*navigation panel DIV*/
#button {
	width: 170px;
	padding: 0;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #541C3E;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	top: 0px;
	position: absolute;
	z-index: 100;
	left: 0px;
	}
/*define styles for unordered navigation list*/
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
	}
/*set widths*/		
#button li {
	margin: 0;
	width: 170px;
	text-align: left;
	}
/*hide sub-navigation lists*/
#button li ul {
	margin: 0;
	display: none;
	}
/*set style for navigation links*/
#button li a {
	display: block;
	padding: 5px 15px;
	background-color: #FEF5F7;
	color: #541C3E;
	text-decoration: none;
	margin: 3px 0px 0px;
	vertical-align: middle;
	letter-spacing: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDE8ED;
	border-bottom-color: #FDE8ED;
	}
#button li ul li a {
	display: block;
	padding: 1px 20px 2px 30px;
	background-color: #541C3E;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top: 2px solid #541C3E;
	border-bottom: 2px solid #541C3E;
	}
html>body #button li a {
	width: auto;
	}
/*set hover (mouseover) style*/
#button li a:hover {
	background-color: #541C3E;
	color: #FEF8FA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #541C3E;
	border-bottom-color: #541C3E;
	}

/*offset and postion nested listed elements*/
#button li>ul {
	top: 0px;
	position: relative;
	left: 0px;
}
/*display nested list elements on hover*/
#button li:hover ul, #button li.over ul {
	display: none;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	margin-top : -50px;
	}
	
#nav li ul ul {
	left: -999em;
	}

/*document styles*/ 
body {
	text-align:center;
	}	
.frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
.nestingdiv {
	margin:0 auto 10px;
	width:700px;
	min-height: 100%;
	text-align: center;
	overflow: visible;
	visibility: visible;
	z-index: 0;
	position: relative;
	height: 100%;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #541C3E;
	background-color: #FDE8ED;
	text-align: left;
	position: absolute;
	left: 190px;
	width: 472px;
	float: left;
	font-style: italic;
	padding: 20px;
	overflow: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.banner {
	width: 700px;
	top: 20px;
	z-index: 0;
	text-align: left;
}
.pagecontent {
	position: absolute;
	width: 700px;
	top: 120px;
	height: 65%;
	overflow: visible;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navpanel {	
	height: 100%;
	width: 150px;
	text-align: left;
	position: absolute;
	top: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
}
.nestingdiv {
	text-align: center;
	height: 100%;
	width: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;
}
body {
	text-align: center;
}.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
}
.guestcomment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-bottom: 5px;
	text-transform: uppercase;
}
html{
	height: 97%;
	text-align: center;
	width: 99%;
}

body{
	height: 97%;
	text-align: center;
	width: 99%;	
}

#nonFooter{
	position: relative;
	min-height: 97%;
}

* html #nonFooter{
	height: 97%;
}
#footer{
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.copywrite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #541C3E;
	background-color: #FEF5F7;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDE8ED;
	border-bottom-color: #FDE8ED;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	width: 695px;
	padding-bottom: 5px;
	margin: 0px;
}
.rightimage {
	padding-left: 10px;
}
.feature {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 20px;
}
#vote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #663333;
	background-color: #FFFFFF;
	border: 1px dotted #663333;
	padding: 15px;
	font-style: normal;
}
