body {
	background-color: #1B377A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

#contentArea{
	width:935px;
}
#colLeft{
	float:left;
	width:336px;
	margin:0px;
	padding:0px;
}

#colRight{
	float:right;
	width:560px;
	background-color:#FFFFFF;
	padding:15px;
	height:530px;
	text-align:left;
}
#colRight div.title {
	margin-top:15px;
	margin-bottom:5px;
}
#colRight .title a{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
#colRight .title a:hover{
	color:#E3A63C;
}

#colRight a {
	color:#990000;
	text-decoration:underline;
}

#colRight a:hover {
	color:#E3A63C;
}

#colRight .postText{
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:1.3em;
}
#colRight .postImage{
	float:right;
	margin: 15px 0px 10px 15px;
	width: 150px;
	height: 150px;
}

.alignnone {
	border: 1px solid #000000;
}

img.splashImage{
	width:100px;
	height:100px;
	border: 2px solid #FFFFFF;
	margin:0px;
	padding:0px;
}
img.splashImage:hover{
	width:100px;
	height:100px;
	margin:0px;
	padding:0px;
	border: 2px solid #E3A63C;
}




.boxEnter{
	width:140px;
	height:140px;
	border: 2px solid #00D8D8;
	margin:0px;
	padding:0px;
}

.boxEnter:hover{
	border: 2px solid #E3A63C;
}

.boxText{
	width:140px;
	height:140px;
	border: 2px solid #00D8D8;
	margin:0px;
	padding:0px;
}

.boxText:hover{
	border: 2px solid #E3A63C;
	background-color: #00D8D8;
}

.event_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 1.4em;
}

a.event_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 1.4em;
}

a.event_title:hover {
	color: #FFFFFF;
}

a.myspace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 1.4em;
}

a.myspace:hover {
	color: #FFFFFF;
}












.event_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #717377;
}

.event_title_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #CC0000;
	line-height: 1.4em;
}

a.event_title_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #CC0000;
	line-height: 1.4em;
}

a {
	color: #717377;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: red;
}

.blue_title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1A3268;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
}

a.blue_title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1A3268;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
}

a.blue_title:hover {
	color: #717377;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */