@charset "utf-8";

@import url("/styles/core.css");
/* CSS Document */

body {
	background-color:#000033;
	height: 100%;
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

#mainWrapper {
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#branding {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}
#branding span {
}

/* = Main Content */
#mainContent {
	width: 620px;
	float: right;
	margin-bottom: 20px;
	font-family: Corbel, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#mainContentHome {
	width: 650px;
	float: right;
}

#mainContent img {
	border: thin solid #394D63;
	margin-right: 10px;
	margin-left: 10px;
}

#mainContent #homeContentImg {
	float: right;
}
#mainContent #breakingNews {
	float: left;
	margin-top: 20px;
	width: 520px;
}
#breakingNews .newsItem {
	width: 230px;
	padding: 10px;
	float: left;
}




/* Navigation */
#mainNav {
	float: left;
	margin-left: 0px;
	width: 200px;
	left: auto;
}
#mainNav li a:hover {
	color: #000000;
}
#mainNav a {
	font-style: italic;
	color: #704f02; NOTE FONT COLOR
	text-decoration: none;
	font-size: 17px;
	margin-left: 40px;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

#mainNav li {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
} 
#mainNav li:hover {
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav li:active {

}
#mainNav .active {
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}  
#mainWrapper #siteInfo {
	margin-top: 40px;
	clear: both;
}
#sponsorList ul {
	display: inline;
}
#sponsorList ul li {
	display: inline;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}


#siteInfo #sponsorList {
	margin-left: 40px;
	clear: both;
	padding-top: 30px;
	height: 60px;
	padding-bottom: 30px;
}
#siteInfo img {
	border: 0px none #FFFFFF;	
}

#siteInfo a {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#siteInfo a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}
#siteInfo p {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000033;
	text-align: center;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

ul, li { 
list-style-type:none; 
} 



h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #5E490D;
	margin-bottom: 10px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h1 {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #704E53;
	margin-bottom: 15px;
	clear: both;
	padding-top: 15px;
}

.newsItem h3 {
	font-style: italic;
	color: #7E3236;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsItem p {
	font-size: 12px;
	font-style: italic;
}
.title {
	clear: both;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-color: #E2D3C5;
	border-bottom-width: 1px;
	font-family: Corbel, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #000000;
	text-transform: none;
}
.red {
	color: #990000;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.paragraphWrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

