@charset "utf-8";
/* CSS Document */

/* Welcome Styles
--------------------------------------------------------------------------------- */
#Content #Welcome {
	width: 385px;
	margin: 0 10px 0 10px;
	padding: 10px;
	background: #FFF;
	float: left;
	overflow: hidden;
}
#Content #Welcome h2 {
	font-size: 130%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
}
#Content #Welcome p {
	margin-bottom: 10px;
}
#Content #Welcome p strong {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Welcome a:link, #Content #Welcome a:visited {
	text-decoration: none;
	color: #333;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Content #Welcome a:hover {
	text-decoration: none;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C00;
}

/* Column Styles
--------------------------------------------------------------------------------- */
#Content #RHColumn {
	width: 220px;
	float: left;
	margin: 0 10px 0 0;
	color: #FFF;
}
#Content #RHColumn .Video {
	width: 120px;
	margin: 10px auto 0 auto;
}

/* Hot Gossip Styles
--------------------------------------------------------------------------------- */
#Content #CaptainsBlog {
	width: 205px;
	float: left;
	border: 1px solid #000;
	background: #FFCC00;
	padding: 10px;
	margin-top: 10px;
}
#Content #CaptainsBlog h1 {
	margin-bottom: 10px;
}
#Content #CaptainsBlog p {
	font-size: 95%;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
}
#Content #CaptainsBlog p strong {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #CaptainsBlog p a:visited, #Content #CaptainsBlog p a:link {
	clear: both;
	color: #000;
	text-decoration: none;
	background-image: none;
}
#Content #CaptainsBlog p a:hover {
	text-decoration: underline;
	background-image: none;
}

/* Quick Link Styles
--------------------------------------------------------------------------------- */
#Content #QuickLinks {
	width: 940px;
	height: 60px;
	margin: 0 10px 10px 10px;
	position: relative;
	float: left;
	clear: both;
}
#Content #QuickLinks li {
	float: left;
	width: 225px;
	height: 60px;
	margin-right: 10px;
	border: 1px solid #333;
	overflow: hidden;
	list-style: none;
}
#Content #QuickLinks .Line_End {
	margin-right: 0;
}
#Content #QuickLinks li a.subMenu-Important, #Content #QuickLinks li a.subMenu-Important:visited {
	display: block;
	width: 225px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/Important.png) no-repeat 0px 0px;
}
#Content #QuickLinks li a.subMenu-Important:hover {
	background-position: 0px -60px;
}
#Content #QuickLinks li a.subMenu-Sponsors, #Content #QuickLinks li a.subMenu-Sponsors:visited {
	display: block;
	width: 225px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/Sponsors.png) no-repeat 0px 0px;
}
#Content #QuickLinks li a.subMenu-Sponsors:hover {
	background-position: 0px -60px;
}
#Content #QuickLinks li a.subMenu-Calendar, #Content #QuickLinks li a.subMenu-Calendar:visited {
	display: block;
	width: 225px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/Calendar.png) no-repeat 0px 0px;
}
#Content #QuickLinks li a.subMenu-Calendar:hover {
	background-position: 0px -60px;
}
#Content #QuickLinks li a.subMenu-Who, #Content #QuickLinks li a.subMenu-Who:visited {
	display: block;
	width: 225px;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/Home/Who.png) no-repeat 0px 0px;
}
#Content #QuickLinks li a.subMenu-Who:hover {
	background-position: 0px -60px;
}
