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

body{
	background-color:#BE0203;
	margin:0;
	padding:0;
}
p{ text-indent:0px;}

#maincontainer{
	width: 1000px;
	position:relative;
	margin: 0 auto 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	
	border:3px solid;
	background-color:#009;
}

#header{
	width:1000px;
	height: 175px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#009;
	background-image:url(../images/main-image.jpg)
}

#header h1{
	margin:0;
	padding:5px 20px 0 0;
	font-size:36px;
	color:#000;
	text-align:right;
}
#header h2{
	margin:0;
	padding:0 20px 0 0;
	font-size:36px;
	color:#FFF;
	text-align:right;
}

#content{
	width:700px;
	height:auto;	
	background-color:#009;
	float:left;
}


#welcome{
	width:680px;
	min-height: 400px;
	padding:15px 10px 2px 10px;
	background-color:#FFF;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#indexNav{
	height:auto;
	width:300px;
	float:right;
	background-color:#009;
}

.rightLinks{
	padding:7px 0 7px 0;
	border-bottom:1px solid #000;
	font-size:16px;
	color:#FFF;
	background-color:#009;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.rightLinks:hover{
	padding:7px 0 7px 0;
	border-bottom:1px solid #000;
	font-size:16px;
	color:#FFF;
	background-color:#33F;
}
.rightLinks a:link{color:#FFF; text-decoration:none;}
.rightLinks a:visited{color:#FFF; text-decoration:none;}
.rightLinks a:hover{color:#FFF; text-decoration:none;}
.rightLinks a:active{color:#FFF; text-decoration:none;}

#rightImg{
	width:300px;
	height:400px;
	margin: 0 0 10px 0;
	float:left;
}

#bottomContent{
	width:1000px;
	min-height:250px;
}

#titles{
	height:auto;
	width:700px;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#upcoming{ width:350px; float:left;}
#upcoming h5{
	font-size:36px;
	padding:5px 0 0 25px;
	margin:0;
	font-weight:normal;
	color:#FFF;
}

#latestNews{ width:350px; float:left; background-color:#009;}
#latestNews h6{
	font-size:36px;
	padding:5px 0 0 25px;
	margin:0;
	font-weight:normal;
	color:#FFF;
}

#contentLists{
	width:700px;
	height:auto;
	clear:both;
}
/* START UPCOMING EVENTS SECTION */
#eventsMain{
	width:350px;
	height:auto;
	float:left;
	background-color:#009;
	padding: 10px 0 10px 0;
	font-weight:bold;
}

#eventsMain a:link, #eventsMain a:visited, #eventsMain a:hover, #eventsMain a:active{
	margin: 0 auto 0 auto;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.event{
	width:300px;
	height:auto;
	padding:10px 0 5px 0;
	margin: 0 0 5px 15px;
	border-bottom:2px groove #666;
	text-align:left;
}

.event h1{
	font-size:20px;
	font-weight:bold;
	color:#FFD700;
	padding:0;
	margin:0;
}

.event h2{
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	padding:0;
	margin:0;
}

.event h3{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	padding:0;
	margin:0;
}

.event h4{
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	padding:5px 0 0 0;
	margin:0;
	text-align:right;
}
.event h4 a:link,.event h4 a:visited,.event h4 a:hover,.event h4 a:active{color:#FFF; text-decoration:none; font-weight:bold;}

.event span{text-align:center;}
/* END UPCOMING EVENTS SECTION */
/* START LATEST NEWS SECTION */

#newsMain{
	width:350px;
	height:auto;
	float:left;
	padding: 10px 0 10px 0;
	background-color:#009;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#newsMain a:link, #newsMain a:visited, #newsMain a:hover, #newsMain a:active{
	margin: 0 auto 0 auto;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.news{
	width:300px;
	height:auto;
	padding:10px 0 5px 0;
	margin: 0 0 5px 15px;
	border-bottom:2px groove #666;
	text-align:left;
}

.news h1{
	font-size:20px;
	font-weight:bold;
	color:#FFD700;
	padding:0;
	margin:0;
}

.news h2{
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	padding:0;
	margin:0;
}

.news h3{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	padding:0;
	margin:0;
}

.news h4{
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	padding:5px 0 0 0;
	margin:0;
	text-align:right;
}
.news h4 a:link,.news h4 a:visited,.news h4 a:hover,.news h4 a:active{color:#FFF; text-decoration:none; font-weight:bold;}

/* END LATEST NEWS SECTION */

#rightColumn{
	float:right;
	width:300px;
}

#footer{
	width:970px;
	height:50px;
	clear:both;
	padding:5px 15px 0 15px;
	text-align:center;
	color:#000;
	background-color:#FFF;
}

#footer a:link,#footer a:visited{ color:#000; text-decoration:none;}
#footer a:hover,#footer a:active{ color:#666; text-decoration:none;}
