/* General Rule */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
}
p {
	color:#333;
	font-size:70%;
}
p a {
	color:#e00022;
	text-decoration:underline;
	font-weight:bold;
	line-height:200%;
}
p a:hover {
	text-decoration:none;
}
h1 {
	font-size:110%;
}
h2 {
	font-size:75%;
}
.colour999 {
	color:#999;
}
.colour333 {
	color:#333;
}
.colourRed {
	color:#e00022;
}
.noBorder {
	border:0 !important;
}
.noBackground {
	background:none !important;
}
.clearBoth {
	clear:both;
	margin:0;
	padding:0;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.marginTop0 {
	margin-top:0px;
}
.marginTop25 {
	margin-top:25px;
}
.marginBottom10 {
	margin-bottom:10px;
}
#wrapper {
	width:100%;
}
#wrapperContainer {
	margin:10px auto;
	width: 773px;
	padding:0px;
}
.bodyContainer {
	width:769px;
	border-left:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	background-color:#FFFFFF;
	padding:0 1px;
	margin:0;
}
.mainBody {
	background:url(../images/Pink_Bg.jpg) left top repeat-x;
	padding:10px;
}
/* Header/Logo */
.header {
	width:100%;
	height:110px;
}
.logo {
	width:270px;
	float:left;
}
.headerRight {
	width:503px;
	height:110px;
	background:url(../images/Streamers.jpg) right top no-repeat;
	float:right;
}
/* Top Nav */
.topNav {
	margin-top:85px;
	margin-left:-30px;
	float:right;
	list-style:none;
}
.topNav li {
	padding:0px 5px 3px 5px;
	float:left;
	border-right:1px #999 solid;
	line-height:70%;
}
.topNav a {
	color:#e00022;
	font-size:70%;
}
.topNav a:hover{
	color:#999;
	text-decoration:none;
}
/* Main Nav */
.mainNav {
	height:28px;
	background:url(../images/MainNav_GreyBg.gif) top left repeat-x;
	margin:0;
}
.mainNav ul{
	list-style:none;
	margin:0 0 0 -15px;
}
.mainNav li{
	display:block;
	float:left;
	background:url(../images/MainNav_SeperationLine.gif) right top no-repeat;
}
.mainNav a {
	display:block;
	color:#666;
	font-size:70%;
	font-weight:bold;
	text-decoration:none;
	padding:9px 11px 6px 11px;
}
.mainNav a:hover {
	text-decoration:underline;
	color:#e00022;
}
#current {
	background:url(../images/MainNav_RedTab_Left.gif) left top no-repeat;
}
#current a {
	background:url(../images/MainNav_RedTab_Right.gif) right top no-repeat;
	padding-bottom:6px;
	color:#FFFFFF;
}
/* Sub Nav */
.subNav {
	height:25px;
	margin:0;
	background-color:#ee2125;
	border-bottom:1px solid #fff;
}
.subNav ul{
	list-style:none;
	margin:0 0 0 -40px;
}
.subNav li {
	display:block;
	float:left;
	background:url(../images/SubNav_SeperationLine.gif) right center no-repeat;
}
.subNav a {
	display:block;
	color:#FFFFFF;
	font-size:70%;
	text-decoration:underline;
	padding:5px 15px 6px 15px;
}
.subNav a:hover {
	color:#000000;
	text-decoration:none;
}
#active a{
	color:#000000;
}
/* Footer */
.footer {
	height:30px;
	background-color:#f5f5f5;
	padding-left:1px;
	padding-right:1px;
	border-top:1px solid #ccc;
}
.footer ul{
	list-style:none;
	margin:0;
	padding-top:15px;
	float:right;
}
.footer li {
	display:block;
	float:left;
	background:url(../images/FooterNav_SeperationLine.gif) right center no-repeat;
}
.footer a {
	display:block;
	color:#666;
	font-size:65%;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}
.footer a:hover {
	color:#000000;
	text-decoration:underline;
}
/* Page Bottom */
.pageBottomLeft {
	width:15px;
	height:15px;
	background:url(../images/PageBottom_LeftCorner.gif) left bottom no-repeat;
	float:left;
	margin:0;
	padding:0;
}
.pageBottomRight {
	width:15px;
	height:15px;
	float:right;
	background:url(../images/PageBottom_RightCorner.gif) right bottom no-repeat;
	margin:0;
	padding:0;
}
.pageBottomMiddle {
	width:743px;
	height:15px;
	background:url(../images/PageBottom_Middle.gif) left bottom repeat-x;
	float:left;
	margin:0;
	padding:0;
}