body {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	color: black;
	background-color: #f7eed4;
	text-align: center;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: Times;
}

h1 {
	color:#7f0600;
	font-family: Times;
	line-height: 1.4em;
	font-weight:normal;
	font-size:28px;
	padding:0;
	margin:0;
	}
	
	h3 {
	color:#7f0600;
	font-family: Times;
	line-height: 1.2em;
	font-weight:normal;
	font-size:16px;
	padding:0;
	margin:0;
	}

#holder {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width:880px;
	height:162px;
}


#left {
	width:342px;
	float:left;
	height:600px;}

#right {
	width:392px;
	float:left;
	margin-left:6px; 
	display:inline;}

#header {
	text-align: left;
	width:342px;
	height:162px;
}

a {
	text-decoration: underline;
	color: #000000;
}

img {border: none;
}

img a {border: none;}

#buttonnavholder {
	height: 51px;
	margin: 6px 0 6px 0;
	}
.buttonnav {
	float:left;
	width:168px;}

#eventstop {
	padding:30px 10px 20px 10px;
	color:#7f0600;
	line-height: 1.4em;
	background-color: #f4da5e;
	background-image: url(images/eventtop.jpg);
	background-repeat: no-repeat;

}

#eventsbot {
	padding:20px 10px 10px 10px;
	color:#000000;
	margin-top:6px;
	line-height: 1.4em;
	background-color: #f4da5e;

}

#yellowbot {
	width:392px;
	height:30px;
	background-image: url(images/yellowbottom.jpg);
	background-repeat: no-repeat;
	}

.title {
	color:#7f0600;
	text-transform: uppercase;
	font-size: 14px;}
	
.moreinfo {
	text-decoration: none;
	font-style: italic;
	line-height:2.0em;
	}
	
#flash {
	width:392px;
	height: 325px;
	
	}
	
#login {
	width:392px;
	height: 85px;
	margin-top:6px;
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;
	}
	
#linkstop {
	margin-top:6px;
	width:392px;
	height:25px;
	background-image: url(images/redtop.jpg);
	background-repeat: no-repeat;
	}
	
#linksmid {
	background-color: #7f0600;
	padding:5px 20px 20px 20px;
	}
	
#linksmid a {
	color:#FFF;
	}
	
#linksbot {
	width:392px;
	height:15px;
	background-image: url(images/redbot.jpg);
	background-repeat: no-repeat;
	}
	
#newstop {
	margin-top:6px;
	width:392px;
	height:24px;
	background-image: url(images/whitetop.jpg);
	background-repeat: no-repeat;
	}	
	
#newsmid {
	background-color: #FFF;
	padding:5px 60px 20px 20px;
	}
	
#newsmid a {
	color:#000;
	}
	
#newsbot {
	width:392px;
	height:24px;
	background-image: url(images/whitebot.jpg);
	background-repeat: no-repeat;
	}
	
#logintop {
	margin-top:6px;
	width:392px;
	height:24px;
	background-image: url(images/whitetop.jpg);
	background-repeat: no-repeat;
	}	
	
#loginmid {
	background-color: #FFF;
	padding:5px 60px 0px 20px;
	}
	
#loginmid a {
	color:#000;
	}
	
#loginbot {
	width:392px;
	height:24px;
	background-image: url(images/whitebot.jpg);
	background-repeat: no-repeat;
	}
	
	
#loginmid ul {margin-bottom:0;padding-bottom:0px;list-style-image: none;}
#loginmid ul li a {margin:0; padding:0px; list-style-image: none;}



#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url(images/overlay1.gif);
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=50);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#dialogue #close
{
	position: absolute;
	right: 5px;
	top: 0px;
}

#dialogue #close a
{
	color: #DD0000;
	text-decoration: none;
}

#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	width: 350px;
	padding: 20px;
	
	border: 2px solid #0000DD;
	background-color: #FFFFFF;
	
	z-index: 2000;
}
	
#legal {text-align: right; margin:6px 0 10px 0;}
.legal {font-size: 11px; text-align: right;}
.legal a {font-size: 11px; text-align: right;}
	