body {
	background-color: #003895;
	background: url(images/starback.jpg);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
}
#NewTopNav {
	position: relative;
	top: 0px;
	text-align: center;
	width: 100%;
	background: url(images/top-bar-back.jpg) repeat-x right top;
}

#navbutton {
	position: relative;
	top: 0px;
	text-align: center;
	width: 160px;
	height: 29px;
	background: url(images/button-back.gif) no-repeat right top;
	color: #FFF;
	text-align: center;
	font-size: 11 pt;
	font-weight: bold;
}
#navbutton a {
	color: #FFF;
	text-align: center;
	font-size: 11 pt;
	font-weight: bold;
	text-decoration: none;
}

#navbutton a:hover{
	color: #FFFF00;
	text-align: center;
	font-size: 11 pt;
	font-weight: bold;
	text-decoration: underline;
}


img {
	border: 0px;
}
#adbanner {
	position: absolute;
	right: 15px;
	top: 15px;
}
#main {
	position: relative;
}
#navcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 235px;
}
ul#navlist2 {
	background-color: #FFFFA2;
	border: ridge 2px grey;
	width: 220px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul#navlist2 li {
	list-style-type: none;
	margin-left: 2px;
	margin-top: 2px;
}
#contentcontainer {
	position: absolute;
	background-color:white;
	left: 185px;
	right: 25px;
	top: 10px;
	padding:5px;
}
#contentcontainer2 {
	position: absolute;
	background-color:white;
	border: ridge 2px grey;
	padding: 5px 10px 10px 10px;
	left: 235px;
	right: 255px;
	top: 10px;
}
#contentcontainer1 {
	position: absolute;
	left: 275px;
	right: 25px;
	top: -50px;
}
#copyright {
	
}
#divevent {
	position: absolute;
	border: ridge 2px grey;
	background-color: #FFFFFF;
	width: 340px;
	top: 120px;
	right: 3px;
	padding-left: 0px;
	margin-left: 0px;
}
ul#eventlist2 {
	width: 200px;
	margin-left: 2px;
	padding-left: 0px;
	list-style-type: none;
	}
ul#eventlist2 li {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	/* margin-left: 3px;*/
}
h1 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}

.footerstyle, .footerstyle a {
 color: #C0C0C0;
 font-size: 7pt;
 text-decoration: none;
 text-align:center;
}

.quickstart {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 235px;
}

.BackToTop {
	font-size: 7pt;
	font-family: Verdana;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border-color: Threedface;
	background-color: ThreedLightShadow;
	padding: 2px;
	float: right;
}