/* Global Styles */
/*
Club colors
#8c1e1f Maroon
#ffffff white
#ffff00 yellow
*/


body {
	color: #000000;
	background-color: white;
	margin:0px;
	}
	
td {
	font:13px  Arial, sans-serif;
	font-weight: bold;
	padding: 0px;
	}
	
hr {
	height:1px; 
	border: none;
	}
	
a {
	color: #8c1e1f;
	font-weight: bold;
	text-decoration:underline;
	}
	
a:hover {
	color: #000000;
	text-decoration:none;
	}
	
p {
	color: #000000;
}


hr {
	color: #8c1e1f;
	height: 3px;
}

	
/* ID Styles */

#mainBody {
	background-color: white;
}

#footer tr {
	background-color: white;
}

#header {
background-color: #8c1e1f;
width: 900px;
border-width: 0px;
}

#header tr {
border-width: 50px;
}

#navigation td {
width: 155px;
	background-color: #8c1e1f;
}

#navigation a {
	font:11px georgia, sans-serif;
	color: yellow;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:5px;
	border: solid  #8c1e1f;
	border-width: 1px 0px 1px 0px;
}
	
#navigation a:hover {
	color: #ffffff;
	border:  dotted yellow;
	border-width: 1px 0px 1px 0px;
}

	
#navigation p {
	color: white;
}

#xxsidebarHeader {
	padding: 0px 4px 14px 4px;
	font:14px georgia, sans-serif;
	color: white;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}

#xxlogo {
	font:18px georgia, sans-serif;
	color: #000000;
	line-height:24px;
	letter-spacing:.4em;
	background-color: white;
}

#xxtagline {
	font:12px georgia, sans-serif;
	color: #3030ff;
	line-height:18px;
	letter-spacing:.3em;
	background-color: white;
	}

/* Class Styles */

.mainColor {
	background-color: #8c1e1f;
}

.hightColor {
	background-color: yellow;
}


.bodyText {
	font:12px arial, sans-serif;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	background-color: white;
	}
	
	
.pageCrumb {
	font:12px georgia, sans-serif;
	color: yellow;
	line-height:20px;
}

.pageCrumb a{
	color: white;
}
		
.pageName{
	font:22px georgia, sans-serif;
	font-weight:bold;
	color: #8c1e1f;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia, sans-serif;
	color: #8c1e1f;
	letter-spacing:.1em;
	line-height:16px;
	}	

.subsubHeader {
	font:12px georgia, sans-serif;
	color: #8c1e1f;
	font-weight:bold;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia, sans-serif;
	color: white;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.smallText a {
	color: white;
}

.detailText {
	font:12px arial, sans-serif;
	color:#ff2020;
	font-weight:bold;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText p{
	font:11px arial, sans-serif;
	color: yellow;
	}
	
.xxsupportHeader {
	font:14px georgia, sans-serif;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}