@charset "utf-8";
body {
	background-color: #339999;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	background-image: url(../images/background_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	background-image: url(../images/homepage_top.gif);
	height: 344px;
}
#left {
	float: left;
	width: 340px;
	margin-top: 5px;
	margin-left: 35px;
}
#right {
	float: left;
	width: 340px;
	margin-top: 5px;
	margin-left: 20px;
	clear: right;
}
#wrapper {
	width: 816px;
	margin: 0 auto;
}
#bottom {
	height: 317px;
	line-height: 14pt;
	clear: both;
	float: left;
}
#navbar li {
	display: block;
	height: 155px;
	list-style-type: none;
	float: left;
	margin: 0;
	
}
#navbar ul {
	margin: 0;
	display: inline;
	list-style-type: none;
}
#navbar {
	height: 155px;
	width: 816px;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #319594;
	font-size: 20pt;
}
h2  {
	font-size: 14pt;
	color: #333333;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #CC3399;
}

#news{
	background-image: url(../images/homepage_news_button.gif);
	margin: 0px;
	height: 155px;
	width: 160px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#news:hover{
	background-position: center bottom;
}
#events{
	background-image: url(../images/homepage_events_button.gif);
	margin: 0px;
	height: 155px;
	width: 158px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#events:hover{
	background-position: center bottom;
}
#survey{
	background-image: url(../images/homepage_survey_button.gif);
	margin: 0px;
	height: 155px;
	width: 165px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#survey:hover{
	background-position: center bottom;
}
#about{
	background-image: url(../images/homepage_about_button.gif);
	margin: 0px;
	height: 155px;
	width: 172px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#about:hover{
	background-position: center bottom;
}
#info{
	background-image: url(../images/homepage_info_button.gif);
	margin: 0px;
	height: 155px;
	width: 159px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#info:hover{
	background-position: center bottom;
}
