html,body {
	background-color: #00064A;
	background-image: url(./../../images/bkgd_body.jpg);
	color: #1A1F5C;
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	min-width: 900px;
	padding: 0px;
}

a {
	color: #F00;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 13px;
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;	
}

h2 {
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}

h3 {
	font-size: 11px;
	margin: 0px;
}

img {
	border: none;
}

li {
	list-style: square;
	margin-left: 0px;
	padding-left: 0px;
}

p {
	margin: 0px 0px 12px 0px;
}

ul {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 18px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#container {
	background-image: url(./../../images/bkgd_container.jpg);
	min-height: 600px;
	padding: 0px 20px;
	text-align: left;
	width: 768px;
}

#header {
	background-color: #930D05;
	background-image: url(./../../images/bkgd_header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	padding: 0px 16px;
	width: 736px;
}

#header a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#header a:hover {
	color: #1D2172;
	text-decoration: none;
	text-transform: uppercase;
}

#header a.logo {
	display: block;
	height: 80px;
	width: 196px;
}

#header .left {
	float: left;
	padding-top: 32px;
}

#header .right {
	float: right;
	padding-top: 22px;
}

#globalnav_home {
	background-color: #C00;
	background-image: url(./../../images/bkgd_globalnav_home.jpg);
	background-repeat: no-repeat;
	color: #1D2172;
	height: 242px;
	line-height: 14px;
	padding: 30px 0px 0px 88px;
	text-transform: uppercase;
	width: 680px;
}

#globalnav_sub {
	background-color: #C00;
	background-repeat: no-repeat;
	color: #1D2172;
	height: 174px;
	line-height: 14px;
	padding: 30px 0px 0px 16px;
	text-transform: uppercase;
	width: 752px;
}

#globalnav_home a, #globalnav_sub a {
	color: #FFF;
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 128px;
}

#globalnav_home a:hover, #globalnav_sub a:hover {
	color: #1D2172;
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 128px;
}

#globalnav_home img, #globalnav_sub img {
	display: block;
}

#content_home {
	background-color: #FFF;
	height: 200px;
	padding: 48px 24px 32px 32px;
	width: 712px;
}

#content_home .events {
	background-color: #1A1F5C;
	background-image: url(./../../images/bkgd_events.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 227px;
}

#content_home .left {
	float: left;
	width: 450px;
}

#content_home .right {
	float: right;
	width: 224px;
}

#content_sub {
	background-color: #FFF;
	min-height: 200px;
	padding: 48px 24px 32px 144px;
	width: 600px;
}

#footer {
	color: #C6C7DB;
	font-size: 10px;
	height: 72px;
	line-height: 24px;
	padding: 20px 0px 40px 0px;
	width: 768px;
}

#footer a {
	color: #C6C7DB;
	text-decoration: none;	
	text-transform: uppercase;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}