/* CSS Document */

/* Layout */

body {
	margin:0;
	padding:0;
}

a
{
	color: #0000EE;
	text-decoration: underline;
}

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

#page_container {
	margin-left:auto;
	margin-right:auto;
	width: 934px;
}

#static_container {
	background-image:url(../images/background1.jpg);
	background-repeat:repeat-y;
}

#header {
	width:934px;
	height:222px;
	position:relative;
	z-index:10;
	background: url(../images/header/header_top_bg.jpg) #D1D1D1 no-repeat left top;	
}

#header_top
{
	text-align: right;
	padding-right: 20px;
	padding-top:2px;
	text-transform: uppercase;
	color: #999999;
	font-family: arial,verdana;
	font-size: 8pt;
}

#header_top a
{
	color: #999999;
	text-decoration: none;
}

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

#banner {
	position:absolute;
	left:0px;
	top:20px;
	z-index:6;
}

#header_buttons {
	position:absolute;
	left:0px;
	top:19px;
	height:27px;
	z-index:6;
}

#main_container {
	width:934px;
}

#footer {
	clear:both;
	width:934px;
	height:54px;
	/*background: url(../images/footer/footer.jpg) #D1D1D1 repeat-x left top;*/
	background: url(../images/footer/bg.png) #37424A repeat-x left top;
}

#footer_buttons {
	clear:both;
	text-align:center;
	line-height:16px;
	padding-top:5px;
}

#footer_buttons a {
	color:#000000;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#footer_trade {
	clear:both;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:capitalize;
	line-height:16px;
}

#footer_trade a {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	line-height:16px;
}

#menu {
	position:absolute;
	left:0px;
	top:190px;
	width:934px;
	height:40px;
	background: url(../images/menu/menu_bg.gif) #cccccc repeat-x left top;
	z-index:10;
}

#menu_buttons {
	position:absolute;
	left:30px;
	top:3px;
	z-index:10;
}


#nav {
	width:189px;
	position:relative;
	float:left;
	/*background-color:#2B66AA;*/
	z-index:5;
}

#sponsors {
}

#dugout {
}

#catalogue {
}

#content_container {
}

#body_container_general {
	margin-left:1px;
	float:left;
	width:544px;
	height:100%;
	border-left:4px solid #D91113;
	border-right:4px solid #D91113;
	z-index:3;
	overflow:visible;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px;
}

#content_general {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content_elements {
	float:left;
}

#right {
	float:right;
	margin-right:0px;
	text-align:right;
	height:100%;
}

/* Left Side Navigation Menu */
.navitem
{
	background-color:#1365a1;
	vertical-align:inherit;
	line-height:20px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin-left:15px;
}

.navitem a
{
	color:#FFFFFF;
	text-decoration:none;
}

.navitem a:hover
{
	color:#000000;
	text-decoration:none;
}

/* Right Side Navigation Menu */
#champs
{
	margin-left: 16px;
	text-align:left;
	vertical-align:top;
	width:190px;
}
.rnavitem
{
	background-color:#1365A1;
	vertical-align:inherit;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.rnavitem a
{
	color:#FFFFFF;
	text-decoration:none;
}

.rnavitem a:hover
{
	color:#000000;
	text-decoration:none;
}

/* Content */
p.redtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CC232A;
	font-weight:bold;
}

p.redtitle a {color:#CC232A;text-decoration: none;}
p.redtitle a:hover {color:#CC232A;text-decoration: underline;}

p.redmore a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC232A;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin-bottom:10px;
}

p.redmore a:hover {color:#CC232A;text-decoration: underline;}

p.content_text {

}

.newsdate { color: #666666;font-size: 10px; }

h1,h2,h3,h4,h5,h6 {font-family: Verdana, Arial, Helvetica, sans-serif;color:#CC232A;font-weight:400;}
h1 {font-size:20pt;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:12pt;margin-top: 8px;margin-bottom: 8px;font-weight:bold;}
h6 {font-size:10pt;margin-top: 8px;margin-bottom: 8px;}

p.general_redtitle {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC232A;
	font-weight:bold;
}

.general_text {
	font-size:12px;
	clear:both;
}

.general_red {
	color:#CC232A;
	font-size:12px;
}

.general_bold {
	font-weight:bolder;
}

img.content_pic {
	float:left;
	margin:15px 15px 30px 15px;
}

hr.content_dash_separator {
	clear:both;
	background-color:#1C4A98;
	color:#1C4A98;
	width:80%;
	border-style:dotted;
}

/* Content element table */
td.content_elements_table_text {
	background-image:url(../images/elements/content_element_background.jpg);
	background-repeat:repeat-y;
	padding:8px 15px 0px 20px;
	vertical-align:top;
}

td.content_elements_table_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}

td.content_elements_table_text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}

/* Right Side elements */
a.rightlink {
	background-color:#2B66AA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFC000;
	font-size:10px;
	padding-left:20px;
	text-decoration:none;
}

a.rightlink:hover {
	background-color:#2B66AA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	padding-left:20px;
	text-decoration:none;
}

tr.bluebg {
	background-color:#1165A1;
	color:#FFFFFF;
}

/* SITE MAP */
ul.sitemap {

}

li.sitemap {
	list-style-type:none;
}

#tblschedule
{
	background-color: #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
}

#tblschedule th
{
	color: #434343;
	height: 20px;
	background-color: #DFDFDF;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#tblschedule td
{
	background-color: #ffffff;
}

#tblschedule tr.tr td {}
#tblschedule tr.trred td {background-color:#F2F2F2;color: #000000;}

#tblschedule .subt1
{
	text-align: center;color:#ffffff;background-color:#3570AB;padding:2px;font-weight:bold;
}

#tblschedule .tred {color: #aa3535;}
#tblschedule .tblu {color: #3570AB;}
#tblschedule .tlast {padding-bottom: 6px;}

.tbound
{

}

.divframe
{
	border: 1px solid #dddddd;
	padding-left: 6px;
	margin-bottom: 10px;
}

.ft8 { font-size: 8pt; }
.ft10 {font-size: 10pt;}
.ft11 {font-size: 11pt;}
.ft12 {font-size: 12pt;}
.ft13 {font-size: 13pt;}
.ft14 {font-size: 14pt;}

.align-right { float:right; margin: 0 0 5px 5px; }
.align-left { float:left; margin: 0 5px 5px 0; }

.pquote
{
	background-color: #f0f0f0;
	border: 1px dotted #dddddd;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10pt;
}


.rss a { color: #eeeeee; text-decoration: underline; }
.rss a:hover { color: #ffffff; text-decoration: none; }

.board
{
	font-size:12px;
	clear:both;
	margin-top: 0px;
	margin-bottom: 2px;
}

.boardrole
{
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}