@charset "utf-8";
/* CSS Document */

#container {
	width:960px;
	margin:0 auto;
}

#header {
	background-image:url(images/header.jpg);
	height:215px;
}

#indexheader {
	background-image:url(images/headerbckgrnd.jpg);
	background-repeat:no-repeat;
	height:430px;
}

#mainContent {
	padding:0 20px 20px 20px;
	background-color:#FFCCFF;
	background-image:url(images/vertback.jpg);
	background-repeat:repeat-x;
}

#topImg 
	{
		float:right;
	}

#leftContent
	{
		float:left; 
		width:500px;
	}

#innerContent {
	background-color:#FFFFFF;
	padding:5px 8px 8px 8px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:auto;
}

#menu {
}


#menutext {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:0 3px 8px 0;
}

#contentText {
	float:right;
	width: 450px;
	height: 280px;
}

#footer {
	text-align:center;
	background-color:#FFCCFF;
	overflow:auto;
}
.Purple {color: #FF0066}

.clearfloat {
	clear:both;
	
	font-size:1px;
	line-height:0;
	background-color:#FFCCFF;
}

#smallIndexBox{
	border:#CC0099 thick solid;
	margin:30px 15px 0 15px;
	padding:10px;
	height:325px;
	font-family:"Times New Roman", Times, serif;
}

ul {margin-left:0px;}
ul.list li {margin-left:0px;}

.Large {font-size: large}

.hovermenu {
	float:left;
	width:300px;
	height: 270px;
	padding-left:8px;
	margin:10px 0 20px 65px;
}

.hovermenu ul{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding-top:5px;
	margin-right:7px;
	text-align:center;
	text-decoration: none;
	float: left;
	color: white;
	background-image:url(images/menubutton.jpg);
	background-repeat:no-repeat;
	width:105px;
	height:38px;
}

.hovermenu ul li a:hover{
}

.tvmenu {
	width:188px;
	margin:0 auto;
}

.tvmenu ul{
	font: bold 16px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.tvmenu ul li{
	list-style: none;
	display: inline;
}

.tvmenu ul li a{
	padding-top: 8px;
	text-align:center;
	float: left;
	text-decoration: none;
	color:#990066;
	background-image:url(images/tvbutton.png);
	background-repeat:no-repeat;
	width:184px;
	height:60px;
}

#miniMenu {
	background-color: #ECCFE1;
	float: left;
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

