/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.image_border{
	border:1px solid #CCCCCC;
	padding:2px;
	margin:4px;
}
.top_image{
	margin:-10px;
}
.border_bottom td{
	border-bottom:1px dashed #CCCCCC;
}
a:link {
	color: #b61a54;
}
a:visited {
	color: #b61a54;
}
a:hover {
	color: #eb5586;
	text-decoration:none;
}
a:active {
	color: #b61a54;
}
#container {
	width:960px;
	margin:0px auto;
}
#header {
	height:165px;
	background:url(images/header_gold.gif) bottom repeat-x;
}
#logo {
	height:141px;
	width:198px;
	margin:5px 0px 0px 0px;
	float:left;
}
#header_right {
	width:456px;
	height:160px;
	float:right;
}
#body_border{
	border-left:6px solid #F0F2F3;
	border-right:6px solid #F0F2F3;
	border-bottom:6px solid #F0F2F3;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#body_container {
	background-color:#FFFFFF;
}

#banner{
	width:743px;
	float:right;
}
#content {
	width:723px;
	padding:10px;
	float:right;
	clear:right;
	margin-bottom:10px;
	font-size:12px;
	color:#333333;
}
h1{
	font-size:20px;
	color:#1D4C84;
	font-style:italic;
	font-family:Georgia, Arial;
	margin:20px 0px 10px 0px;
}
h2{
	font-size:16px;
	color:#1D4C84;
	font-family:Georgia, Arial;
}
#menu {
	float:left;
}
#menu ul{
	margin:20px 0px 0px 10px;
	padding:0px;
	list-style:none;
}
#menu ul li{
	list-style:none;
	float:left;
	clear:left;
	margin-bottom:9px;
}
#menu ul li a,
#menu ul li a:visited,
#menu ul li a:link{
	height:15px;
	display:block;
	padding-left:11px;
	border-left:1px solid #CFD1E6;
	width:170px;
	text-decoration:none;
	text-transform:uppercase;
	color:#252757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu ul li a.current{
	color:#B3980B;
}
#menu ul li a:hover{
	color:#B3980B;
	text-decoration:underline;
}


hr.clear{
	clear:both;
	visibility:hidden;
	height:0px;
	margin:0px;
	padding:0px;
}

#footer{
margin:5px;
height:20px;
border-top:1px solid #acb3bb;
color:#666666;
font-size:10px;
padding-top:10px;
}
#footer a,
#footer a:link,
#footer a:visited{
color:#666666;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
#footer .right{
width:500px;
float:right;
text-align:right;
}

#footer .left{
width:300px;
float:left;
}
.contact_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #aaaaaa;
	background-color:#FFFFFF !important;
}
textarea.contact_text{
	height:80px;
}
.event_summary{
	border-collapse:collapse;
}
.event_summary th,
.event_summary td{
	border-collapse:collapse;
	padding:5px;
	text-align:left;
	border:1px solid #DFDFDF;
}
