* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	background-color: #C60077;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 20px;
}
a img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #ff0099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #aa0055;
}
a.enter {
	background-image: url(../images/enter.gif);
	height: 70px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 16px;
	text-indent: -9999px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}
.hidden {
	text-indent: -9000px;
	background: inherit;
}
.left {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.right {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
li, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/***Header/logo tags***/

#headerwrap {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 150px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 150px;
	width: 800px;
}
#header h1 {
	text-indent: -9999px;
	height: 110px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	height: 110px;
	width: 800px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav li {
	list-style: none outside;
	margin-top: 5px;
	margin-right: 10px;
	height: 30px;
	float: left;
}
#nav li a, #nav li a:link, #nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 20px;
	width: auto;
	height: 30px;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
}
#nav li a span {
	display: block;
	padding-right: 20px;
	cursor: pointer;
}
#nav li a.active, #nav li a.active:hover {
	color: #FFFFFF;
	display: block;
	background-image: url(../images/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav li a.active span, #nav li a.active:hover span {
	height: 30px;
	width: auto;
	float: left;
	display: block;
	background-image: url(../images/nav_right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#nav li a:hover {
	background: url(../images/nav_left.gif) no-repeat left top;
	display: block;
}
#nav li a:hover span {
	height: 30px;
	width: auto;
	float: left;
	background: url(../images/nav_right.gif) no-repeat right top;
	display: block;
}
/***MAIN CONTENT (WHITE) AREA***/

#contentwrapper {
	clear: both;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 30px;
	background-image: url(../images/bg.gif);
	background-position: 0px -150px;
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}
#content {
	clear: both;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content h2 {
	font-size: 30px;
	letter-spacing:-1px;
	margin-bottom: 10px;
	color: #aa0055;
	line-height: 32px;
}
#content h3 {
	color: #AA0055;
	font-size: 17px;
	font-weight: bold;
}
#content h4 {
	font-size: 17px;
	font-weight: bold;
	background-color: #FA3E9F;
	color: #FFF;
	padding: 6px;
	line-height: 24px;
	border: 1px solid #603;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 6px;
	margin-top: 4px;
}
/***FOOTER***/

#footerwrapper {
	padding-top: 30px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	padding-bottom: 30px;
	clear: both;
	float: left;
}
#footer {
	width: 800px;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	color: #444;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	float: left;
	margin-right: 6px;
}
#footer p {
	float: right;
	color: #F9F;
}
#footer p.disclaimer {
	width: 800px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #F9F;
}
#boxoutwrapper {
	background-color: #ddeedd;
	width: 460px;
	background-image: url(../images/boxout_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	font-size: 17px;
	padding-bottom: 20px;
}
#boxoutwidewrapper {
	background-color: #ddeedd;
	background-image: url(../images/boxout_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	float: left;
	padding-bottom: 20px;
}
#boxout {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	overflow: hidden;
}
#boxout li {
	font-weight: bold;
}
#boxout p {
	font-size: 13px;
	line-height: 20px;
}
#boxout a .left {
	padding: 0px;
}
#boxoutwrapper #boxout h3 a:hover {
	color: #FF00B1;
	text-decoration: underline;
}

table.homepage {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	margin-right: 10px;
}
.homepage td {
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DDEEDD;
}
#meetwrapper {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 700px;
}
.meet {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	width: 180px;
}
.meet img {
	float: left;
	padding: 4px;
	background-color: #ff0099;
}
.meet p {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	width: 180px;
}
.col1, .col2, .col3 {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.col4 {
	width: 240px;
	float: left;
	margin-right: 0px;
}
img.banner {
	margin-top: 10px;
}
#sitemap dl {
	padding: 0px;
	margin: 0px;
}
#sitemap dt {
	margin-left: 10px;
}
#sitemap dd {
	margin-left: 20px;
}
#contentwrapper #content #boxoutwidewrapper #boxout .dates {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A05;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A05;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #F2F9F2;
	font-size: 10px;
	color: #A05;
	line-height: 14px;
}
#contentwrapper #content #boxoutwidewrapper #boxout h4 a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
#contentwrapper #content #boxoutwidewrapper #boxout h4 span {
	font-weight: normal;
	font-size: 14px;
}
