html, body {
	height: 100%;
}
body {
	background-image: url(images/bg01.gif);
	background-repeat: repeat-x;
	font: normal normal normal 11px Trebuchet MS;
	color: White;
	margin: 0;
	/*overflow: hidden;*/
}
h1{
	font: normal small-caps bold 12px Tahoma;
	color: #FFD700;
	width: 100%;
	float: left;
	border-width: 0px 0px 7px 0px;
	border-color: #3b0830;
	border-style: solid;
	padding: 4px 0 7px 10px;
	text-align: left;
}
a, a:active, a:focus, a:link, a:visited {
	font: normal normal normal 11px Trebuchet MS;
	color: #FFD700;
	text-decoration: none;
}
a:hover {
	font: normal normal normal 11px Trebuchet MS;
	color: #FFF;
	text-decoration: underline;
}
a.white, a.white:active, a.white:focus, a.white:link, a.white:visited {
	font: normal normal normal 11px Trebuchet MS;
	color: #FFD700;
	text-decoration: none;
}
a.white:hover {
	font: normal normal normal 11px Trebuchet MS;
	color: #A2FF48;
	text-decoration: underline;
}
/* LAYOUT */
#wrap{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#left{
	float: left;
	width: 160px;
	height: 100%;
	border-width: 0px 7px 0px 0px;
	border-color: #3b0830;
	border-style: solid;
	padding: 0;
	margin: 0;
}
#right{
	float: left;
	width: 350px;
	height: 100%;
	border-width: 0px 7px 0px 3px;
	border-left-color: #482432;
	border-right-color: #3b0830;
	border-style: solid;
	padding: 0;
	margin: 0;
}
#logo{
	width: 100%;
	height: 115px;
	background-image: url(images/CREST_PC_Small.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu{
	width: 100%;
	clear: left;
	border-width: 7px 0px 7px 0px;
	border-color: #3b0830;
	border-style: solid;
}
#content{
	width: 100%;
	clear: left;
	color: #FFF;
	padding: 15px 0 0 10px;
}
/*Had to specify content links to be opposed to Navigation links as some links inside content div would take on properties of nav links*/
#content a{
	font: normal normal normal 11px Tahoma;
	padding: 0;
	display: inline;
	background-color: transparent;
}
#content a:hover{
	font: normal normal normal 11px Tahoma;
	color: #FFF;
	text-decoration: underline;
	padding: 0;
	display: inline;
	background-color: transparent;
}
#content li{
	list-style: square;
}
#contact{
	width: 100%;
	clear: left;
	color: #FFF;
	background-color: #30072a;
	padding: 0px;
	margin: 100px 0 0 0;
}
#vote{
	clear: left;
	padding: 20px 0 0 12px;
}
#footer{
	width: 100%;
	text-align: left;
	line-height: 18px;
	border-width: 0px 0 0 0;
	border-color: #000;
	border-style: solid;
	background-color: #000;
	position: absolute;
	bottom: 0px;
}
#footer a{
	color: #F9FAB1;
}
.ITALIC{
	font-style: italic;
}
.SIGNOFF{
	font: normal normal bold 12px Tahoma;
	color: #FFD700;
}
#navigation .CURRENT{
	color: #CCAE00;
}
#navigation{
	margin: 0;
	padding; 0;
	background-color: transparent;
}
#navigation a, a:active, a:visited{
	display: block;
	font: normal small-caps bold 11px Tahoma;
	color: #FFD700;
	text-decoration: none;
	height: 22px;
	line-height: 25px;
	padding-right: 20px;
}
#navigation a:hover{
	display: block;
	font: normal small-caps bold 11px Tahoma;
	color: #FFF;
	text-decoration: none;
	background-color: #290421;
	height: 22px;
	line-height: 25px;
	padding-right: 20px;
}
#navigation li{
	list-style: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 15px;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}

