* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-color: #CCCCCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 18px;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 18px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 18px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 18px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 16px;
	margin-right: 16px;
	line-height: 18px;
	margin-bottom: 9px;
	margin-top: 27px;
}

p {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 18px;
}
ul,ol {
	margin-left: 16px;
	padding-left: 16px;
	margin-right: 16px;
	margin-bottom: 18px;
}




#wrapper {
	width: 776px;
	margin: auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
}
#wrapper2 {
	padding: 0 4px;
}

#header {
	background-color: #663399;
	
}
#header h1 {
	color: #dddddd;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0px;
}

#header h2 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #eeeeee;
	border-top: 1px solid #999999;
	padding-bottom: 18px;
}

#menu {
	background-color: #2B2B2B;
}
#menu ul {
	margin: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}
#menu li {
	list-style: none;
	margin-right: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	display: inline;
}
#menu a {
	text-decoration: none;
	color: #cccccc;
}
#menu a:hover {
	color: #E9E925;
	border-top: 1px solid #e9e925;
}

#content h2 {
	clear: both;
}
#content img {
	display: block;
}
#content a {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#content a:hover {
	text-decoration: underline;
	border-bottom: 0;
}



#footer {
	clear: both;
	border-top: 1px dotted #999999;
}
#footer p {
	font-size: 11px;
	color: #663399;
	padding-top: 18px;
}
.img_float {
	float: left;
}
.bold {
	font-weight: bold;
}
.form {
	background-color: #FFFF99;
	padding-left: 16px;
}
.form h3 {
	margin-left: 0px;
	padding-top: 18px;
}
.dload {
	font-size: 18px;
}
.event {
}
.event li {
	line-height: 18px;
	margin-bottom: 18px;
}
