/* Global page styles */
body,td,th,span,p,form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
}
body,span,p,form {
	padding: 0px;
}
body {
	background-color: #060606;
	background-image: url(../img/backgrounds/main_background.gif);
	background-position: left top;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border-width: 0px;
}
input, textarea, button, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 1px;
	margin: 0px;
	border: 1px solid #343434;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border-width: 0px;
}
form {
	width: 100%;
}
label {
	margin-right: 2px;
	font-size: 10px;
}

/* Link styles */
a {
	color: #2B1A54;
	text-decoration: none;
}
a:hover {
	color: #443270;
	text-decoration: underline;
}

/* General Contents Styles */
table#contents {
	width: 740px;
}
td.border {
	background-color: #2A2A2A;
}
td#contents_col1 {
	width: 159px;
	vertical-align: top;
	background-color: #2E2E2E;
	background-image: url(../img/backgrounds/left_nav_background.gif);
}
td#contents_col2 {
	width: 100%;
/* Minimum height is 480px */	
/*	height: 480px; */
	vertical-align: top;
	background-color: #3E3E3E;
	background-image: url(../img/backgrounds/column2_background.gif);
	background-position: left bottom;
}

/* HR-image styles */
img.hr {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: block;
	clear: both;
}

/* Top Left Corner Styles */
td#corner {
	height: 140px;
}
td#location {
	height: 40px;
}

/* Banner Styles */
tr.banner {
	height: 180px;
}
tr.banner td table {
	height: 100%;
}

/* Menu Styles */
table.menu {
	width: 100%;
	background-color: #161616;
	background-image: url(../img/backgrounds/menu_background.gif);
}
td.menu_separator {
	width: 10px;
	text-align: center;
}
/* Icon styles */
img.icon {
	padding-right: 2px;
}

/* Header styles */
td.header_dark {
	padding: 2px;
	min-height: 20px;
	background-color: #313132;
	background-image: url(../img/backgrounds/header_background_dark.gif);
}
td.header_bright {
	padding: 2px;
	min-height: 20px;
	background-color: #6A6A6A;
	background-image: url(../img/backgrounds/header_background_bright.gif);
}
td.header_dark, td.header_bright, td.header_dark td, td.header_bright td {
	color: #FFFFFF;
	font-size: 11px;
	cursor: default;
}
td.header_dark a, td.header_bright a, td#footer a {
	color: #FFFFFF;
}
td.header_dark a:hover, td.header_bright a:hover, td#footer a:hover {
	color: #FCD39A;
}


td.header_orange {
	padding: 2px;
	min-height: 20px;
	background-color: #5E5E5E;
	background-image: url(../img/backgrounds/header_background_orange.gif);
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
}

/* Spacer styles */
.spacer {
	height: 20px;
}

/* Submenu styles */
table.submenu {
	width: 88%;
}
td.submenu_body {
	background-color: #8A8A8A;
	padding: 10px 5px 0px 5px;
	color: #FAF4F2;
	font-size: 10px;
}
td.submenu_body td, td.submenu_body div {
	padding: 0px;
	color: #FAF4F2;
}
td.submenu_body ul {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}
td.submenu_body ul li {
	margin-bottom: 1px;
}
td.submenu_body ul li img {
	margin-right: 8px;
	vertical-align: 0;
}
td.submenu_body a {
	color: #FFFFFF;
	text-decoration: none;
}
td.submenu_body a:hover {
	color: #443270;
	text-decoration: underline;
}
td.submenu_body ul a {
	color: #FFFFFF;
	text-decoration: none;
}
td.submenu_body ul a:hover {
	color: #443270;
	text-decoration: none;
}
td.submenu_footer {
	background-color: #8A8A8A;
	
	height: 15px;
}

/* Story styles */
td.story_bright {
	padding: 10px 10px 5px 10px;
	background-color: #E9ECF9;
	font-size: 10px;
}
td.story_footer_bright {
	height: 20px;
	padding: 0px 5px 0px 5px;
	background-color: #E9ECF9;
	background-image: url(../img/backgrounds/story_footer_bright.gif);
	text-align: right;
	font-size: 9px;
}
td.story_footer_bright td {
	font-size: 9px;
}
td.story_dark {
	padding: 10px 10px 5px 10px;
	background-color: #B8BBC7;
	font-size: 10px;
}
/*
td.story_dark a:hover,td.story_footer_dark a:hover {
	color: #FCD39A;
}
*/
td.story_footer_dark {
	height: 20px;
	padding: 0px 5px 0px 5px;
	background-color: #B8BBC7;
	background-image: url(../img/backgrounds/story_footer_dark.gif);
	text-align: right;
	font-size: 9px;
}
td.story_footer_dark td {
	font-size: 9px;
}

/* Footer Styles */
td#footer {
	height: 20px;
	background-color: #202020;
	background-image: url(../img/backgrounds/footer_background.gif);
	text-align: right;
	padding-right: 5px;
	cursor: default;
	font-size: 10px;
	color: #FFFFFF;
}

/* Story Images Styles */
.story_left {
	float: left;
	clear: right;
	margin: 0px 15px 15px 15px;
	padding: 2px;
	border: 1px solid #3A3131;
}
.story_right {
	float: right;
	clear: left;
	margin: 0px 15px 15px 15px;
	padding: 2px;
	border: 1px solid #3A3131;
}

div.team_div td {
	padding: 1px;
	width: 50%;
}