body
{
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #1e2530 url(../img/body-background.png) repeat-y center;
	font-size: 9pt;
	line-height: 14pt;
	color: #444;
}

h1,h2,h3,h4,h5,h6,p
{
	font-weight: normal;
	margin-bottom: 10px;
}

h1
{
	font-size: 18pt;
	line-height: 22pt;
}

h2
{
	font-size: 16pt;
	line-height: 20pt;
}

h3
{
	font-size: 14pt;
	line-height: 18pt;
}

h4
{
	font-size: 12pt;
	line-height: 16pt;
}

a:link, a:visited
{
	color: #79151f;
}

a:hover, a:active
{
	color: #275473;
}

ol,ul
{
	margin-left: 10px;
	margin-bottom: 10px;
}

ol li
{
	margin-left: 10px;
	list-style: numeric;
}

ul li
{
	margin-left: 10px;
	list-style: disc;
}

#container
{
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	background: url(../img/container-background.png) repeat-y center;
}

#header
{
	margin: 0;
	padding: 10px;
	height: 110px;
	background: url(../img/header-background.png) repeat-x;
}

#header #logo
{
	height: 80px;
}

#navigation
{
	margin: 0;
	padding: 0;
	height: 30px;
	background: #1b2d3b;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	color: #fff;
	text-transform: lowercase;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	width: 118px;
	border-right: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	background: #79151f;
}

#navigation ul li a.current:link, #navigation ul li a.current:visited
{
	background: #79151f;
}

#navigation ul li a.page-index:link, #navigation ul li a.page-index:visited
{
	background: #1b2d3b;
}

#navigation ul li a.page-index:hover, #navigation ul li a.page-index:active
{
	background: #75151f;
}



#banner
{
	height: 200px;
	background: #000;
	padding: 10px;
	color: #fff;
}

#banner-highlight
{
	float: left;
}

#banner-text
{
	padding: 10px;
	width: 328px;
	background: #1b2d3b url(../img/banner-text-background.png) repeat-x;
	border: 1px solid #275473;
	float: right;
	height: 178px;
	overflow: hidden;
}

#banner-text h3
{
	border-bottom: 2px solid #275473;
	margin-bottom: 10px;
}

#banner-text a:link, #banner-text a:visited
{
	color: #397eac;
}

#banner-text a:hover, #banner-text a:active
{
	color: #fff;
}

#content
{
	padding: 10px;
}

#column-left
{
	margin-bottom: 10px;
	width: 580px;
	float: left;
}

#column-right
{
	margin-bottom: 10px;
	padding: 10px;
	width: 330px;
	float: right;
	background: #e5e5e5;
}

#column-left h2
{
	border-top: 4px solid #79151f;
	background: #1b2d3b;
	color: #fff;
	padding: 0 10px;
}

#footer
{
	clear: both;
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #c1c1c1 url(../img/footer-background.png) repeat-x;
	font-size: 8pt;
}

#footer p, #footer ul
{
	margin-bottom: 0;
}

#footer a:link, #footer a:visited
{
	color: #1b2d3b;
}

#footer a:hover, #footer a:active
{
	color: #79151f;
}

#footer .left
{
	width: 470px;
	float: left;
}

#footer .right
{
	width: 470px;
	float: right;
	text-align: right;
}

#footer .right ul
{
}

#footer .right ul li
{
	display: inline;
}

#tracking
{
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	height: 20px;
	background: url(../img/footer-shadow.png) no-repeat center;
}


#column-left .news-post
{
	clear: both;
	margin-bottom: 30px;
}

#column-left .news-post .news-post-header h2
{
	padding: 0;
	border: none;
	background: #fff;
	color: #1b2d3b;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
}

#column-left .news-post .news-post-header h2 a:link, #column-left .news-post .news-post-header h2 a:visited
{
	color: #1b2d3b;
}

#column-left .news-post .news-post-header h2 a:hover, #column-left .news-post .news-post-header h2 a:active
{
	color: #79151f;
}

#column-left .news-post .news-post-meta-data
{
	display: none;
}

#column-left .news-post .news-post-footer .read-more
{
	margin: 10px 0;
}

#column-right h2
{
	color: #275473;
}

.calendar-events-upcoming-day
{
	margin: 10px 0 20px 0;
}

.calendar-events-upcoming-day p a:link, .calendar-events-upcoming-day p a:visited
{
	color: #444;
	font-size: 12pt;
	text-decoration: none;
}

.calendar-events-upcoming-day p a:hover, .calendar-events-upcoming-day p a:active
{
	color: #1b2d3b;
}

.calendar-events-upcoming-day ul
{
	margin-left: 10px;
}

.calendar-events-upcoming-day ul li
{
	list-style: disc;
	margin-left: 10px;
	color: #aaa;
}

.calendar-events-upcoming-day ul li a:link, .calendar-events-upcoming-day ul li a:visited
{
	color: #1b2d3b;
	text-decoration: none;
	line-height: 16pt;
	font-size: 11pt;
}

.calendar-events-upcoming-day ul li a:hover, .calendar-events-upcoming-day ul li a:active
{
	color: #79151f;
}

.container
{
	padding: 10px 10px 20px;
}

.clear
{
	clear: both;
}

#sponsors-list
{
	padding: 10px;
}

#sponsors-list ul
{
	margin: 0;
	padding: 0;
}

#sponsors-list ul li
{
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
	height: 200px;
	width: 180px;
}

#sponsors-list ul li a:link, #sponsors-list ul li a:visited
{
	position: absolute;
	bottom: 0;
}

#sponsors-list ul li a:link img, #sponsors-list ul li a:visited img
{
}
