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

body,html {
	margin:0;
	background:#666666;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}


#maincontent {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 40px;
	background: #1d275c url(images/background.jpg) no-repeat;	
}

#leftcolumn {
	float: left;
	width: 735px;
	margin-left: 25px;
	min-height: 500px;
}


#rightcolumn {
	width: 210px;
	min-height: 50px;
	margin-right: 20px;
	float: right;
	margin-top: 15px;
	font-size: 12px;
	color: white;
}

#rightcolumn .featured {
	padding: 10px 20px;
}


#rightcolumn .contact {
	font-size:12px;
	padding: 0 20px;
}	

#header {
	height: 190px;
}

#nav {
	float: right;
	height: 130px;
	margin-top: 36px;
	margin-right: 9px;
	border: 1px solid white;
	width: 520px;
}

#content {
	height: auto;
	margin-top: 20px;
}

#col1 {
	float: left;
	width: 205px;
	border-right: 1px solid #FFFFFF;
}

#col1 .events {
	padding: 0px 15px 0 25px;
	font-size: 11px;
	color: white;
	line-height: 13px;
}

.eventHeading {
	font-size: 110%;
	border-bottom: 1px solid white;
}

#col2 {
	float: left;
	width: 520px;
	border-right: 1px solid #FFFFFF;
}

#col2 .about {
	margin-top: -5px;
	padding: 0px 15px 0 25px;
	font-size: 12px;
	color: white;
	line-height: 16px;

}

#bodyContent {
	font-size: 12px;
	color: white;
	margin-right: 8px;
	padding: 20px 30px 0 25px;
	border-right: 1px solid white;
	}

.heading {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 10px;
}

#bodyContent .bodyText {
	
}

.subheading {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffb000;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #000033;
}

.readmore {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffb000;
	margin: 10px 0;
}

.readmore a {
	color: #ffb000;
}

.icons {
	padding-left: 25px;
	color: white;
	font-size: 12px;
	font-variant: small-caps;
}
