/* CSS Document */

/*
004A7F - ffcb05
94b7ff - ffe182
0053ff - ffcd82
*/

body {
	background-image: url(/global/images/interior_bg_gradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}

table, form, input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


.filler {
	margin-top: 10px;
}
.filler img {
	border: solid 1px #ff011b;
}

a {
	text-decoration: none;
	color: #ff011b;
}

a:hover {
	text-decoration: underline;
}

/* BEGIN PAGE STYLE */

.page {
	border: solid 1px #ff011b;
	background-color: #ffffff;
	width: 770px;
	text-align: left;
	padding: 2px 2px 2px 2px;
	margin: 0px auto 0px auto;
}

.page_title_bar {
	width: 100%;
	padding: 0 0 5px 0;
}

.page_title {
	color: #004A7F;
	color: #ffcb05;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding: 2px 2px 2px 2px;
}

/* BEGIN NAVIGATION STYLES */

.nav {
	border-top: solid 1px #ff011b;
	border-bottom: solid 1px #ff011b;
	font-size: 11px;
	font-family: Verdana;
	height: 45px;
}

.nav span {
	color: #999999;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
}

.nav_col {
	float: left;
	width: 150px;
}

.nav_link:link, .nav_link:visited, .nav_link:active {
	color: #336699;
	color: #336699;
	color: #ff011b;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
}

.nav_link:hover {
	text-decoration: underline;
}

/* BEGIN CONTENT STYLES */

.content_left, .content_right {
	margin-bottom: 10px;
	width: 365px;
}

.content_full {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_left {
	float: left;
	padding-left: 10px;
}

.content_right {
	float: right;
	padding-right: 10px;
}

.headline {
	padding: 10px 10px 10px 10px;
	font-size: 20px;
	font-weight: bold;
}
.subheadline {
	padding: 0 10px 10px 10px;
	font-size: 10px;
}

.storyType {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.storyType a {
	color: #ff011b;
}

.storyAuthor {
	font-weight: bold;
}

.storyDate {
	margin-bottom: 10px;
}

.storyLocation {
	text-transform: uppercase;
}

.disclaimer {
	font-style: italic;
	color: #F00;
	margin-top: 40px;
}

/* BEGIN NEWS CONTROL STYLES */

.news_control {
	border: solid 1px #ff011b;
	width: 365px;
	margin-top: 10px;
}
	.news_control ul {
		margin: 0;
	}
	.news_control li {
		margin: 0 0 0 0;
	}
	.news_control a {
		color: #ff011b;
	}

.news_control_title {
	border-bottom: solid 1px #ff011b;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #ffe182;
}

.news_control_content_left {
	float: left;
}

.news_control_content_right {
	margin-left: 75px;
}

.news_control_content_left, .news_control_content_right {
	padding: 5px 5px 5px 5px;
}

.news_control_content_related {
	line-height: 20px;
	padding: 5px 15px 5px 15px;
}

.content_full ol {
	margin-left: 5px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	list-style: decimal;
}
.content_full ol ol {
	list-style: upper-alpha;
}
.content_full ol ol ol {
	list-style: lower-roman;
}
.content_full ol ol ol ol {
	list-style: lower-alpha;
}
