@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-x;
	background-color:#F1F1F1;
}

#contain {
width:640px;
margin:0 auto;
padding:10px 0 0 0;
}

#nav {
float:right;
margin-top:20px;
}

#nav ul {
list-style-type: none;
}

#nav a {
	display: block;
	color:#000;
	background-color:#fff;
	width: 200px;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #2f2525;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

#nav a:hover {
color:#000;
background-color:#f9f9f9;
}

#content {
margin:40px 0 0 0;
padding:8px;
}

.eventdiv {
	float:right;
	margin:15px 0 10px 10px;
	width:215px;
	padding:6px;
	background-image: url(../images/event-div-bg.gif);
	background-repeat: repeat;
	border:1px solid #d1d1d1;
}

h1 {
width:381px;
height:152px;
text-indent:-9999px;
background-image:url(../images/h1bg.gif);
display:block;
margin:38px 0 0 0;
padding:0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	font-weight: lighter;
	color: #000000;
	margin:0 0 10px 0;
}

h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

.bodytext {
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	word-spacing: 0.8pt;
	line-height: 1.5;
}
.bodytext a {
	text-decoration: underline;
	color:#990000;
}
.bodytext a:hover {
	text-decoration: none;
	color:#6E6E6E;
}

.content-right {float:right; width:265px;}

img.floatleft {
float:left;
margin:0 16px 0 0;
padding:0;
}
img.floatright {
float:right;
margin:0 0 10px 16px;
padding:0;
}

/* #footer {
	margin:30px 0 0 0;
	padding:6px;
	background-color:#CCC;
	color:#333;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	border-top:1px solid #666;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}