@charset "utf-8";
/* CSS Document */

/*	This file contains modifications to the standard style sheet that apply to the HOME PAGE ONLY. 	*/

#Content	{
	margin: 0;
	padding: 0;
	width: 960px;
}

#redTabs {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 940px;
	background-image: url(/images/bg_body_red.jpg);
	background-repeat: repeat-x;
	background-color: #660000;
	padding: 15px 10px;
	font-family: Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}


#redTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 1px;
	height: 50px;
}

#redTabs ul li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	background-image: url(/images/redTabOff.gif);
	background-repeat: no-repeat;
	width: 277px;
	height: 51px;
}

#redTabs ul li.redTabOn	{
	background-image: url(/images/redTabOn.png);
}

#redTabs ul li a {
	color: #fff; 
	display: block;
	font-size: 27px;
	padding: 10px 12px 7px 30px; 
	text-decoration: none;
}

.redTabSelected {
	background-image:url(/images/redTabBody.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 15px 15px 30px;
	color:#fff;
	width: 892px;
	height: 146px;
	overflow: auto;
}

#Content .redTabSelected p {
	font-size:18px;
}



#splash	{
	width: 960px;
	height: 240px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
	
