
/* CSS Document */
body
{
	background: #FFF;
	height: 100%;
	margin: 0;
	padding: 0;
}


.full_width
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: white;
	display: block;
}


.headerclass
{
	width: 100%;
	height: 266px;
	background: url(images/header.png) repeat-x top left;
	margin: auto auto;
	padding: 0;
	z-index: 1000;
}

.ContentClass
{
	margin: auto auto;
	padding: 0;
	
	position: relative;
	width: 100%;
	vertical-align: top;
	display: inline;
}

.FooterClass
{
	width: 100%;
	height: 162px;
	background: url(images/footer.png) repeat-x top left;
	margin: auto auto;
	padding: 0;
	z-index: 1000;
	float: left;
}

.FooterContentDiv
{
	width: 1015px;
	background-color: Transparent;
	margin: auto auto;
}

.FooterContent
{
	color: #999999;
	font-family: Arial;
	font-size: 11px;
	margin-top: 20px;
	width: 1015px;
}

.FooterContent td, .FooterContent div
{
	color: #999999;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
}


.footerborder
{
	background: url(images/footerborder.png) repeat-x bottom;
	width: 100%;
	height: 20px;
}
.header_width
{
	width: 1015px;
	background-color: Transparent;
	margin: auto auto;
	padding: 0;
}
.Content_width
{
	width: 1015px;
	background-color: Transparent;
	margin: auto auto;
	padding: 0;
	display: block;
}

.headerlinks
{
	text-align: right;
	font-size: 11px;
	font-family: Arial;
	color: #CCCCCC;
	padding-top: 35px;
	display: block;
	z-index: 1000;
	padding-right: 10px;
}
.headerlinks a:link, .headerlinks a:hover, .headerlinks a:visited, .headerlinks a:active
{
	color: #AA9F8F;
	font-size: 11px;
	font-family: Arial;
}




.lefthead
{
	background: url(images/logoleft.png) no-repeat bottom left;
	width: 296px;
	height: 266px;
	display: block;
	float: left;
}

.menu
{
	padding-left: 20px;
	height: 252px;
	float: left;
	vertical-align: bottom;
	margin-top: 51px;
}
.midhead
{
	background: url(images/logoright.png) no-repeat bottom left;
	width: 0px;
	height: 266px;
	display: block;
	float: left;
}
.midheadimage
{
	padding-top: 45px;
	background: url(images/logoright.png) no-repeat bottom left;
	width: 70px;
	height: 221px;
	float: left;
	z-index: 1000;
}

.righthead
{
	background: url(images/topright.png) no-repeat bottom left;
	width: 438px;
	height: 266px;
	float: right;
}

.logobottom
{
	background: url(images/logobottom.png) no-repeat;
	background-position: 25px top;
	height: 100%;
	float: left;
}

.tableHeader
{
	width: 1015px;
	background-color: Transparent;
	margin: auto auto;
	padding: 0;
}
.tableContent
{
	width: 1015px;
	background-color: Transparent;
	margin: auto auto;
	padding: 0;
	display: block;
	background: url(images/rightinfo.png) no-repeat right top;
	margin-top: 1px;
	z-index: -100;
}



.ContentLeft
{
	width: 600px;
	margin-top: 70px;
	margin-left: 80px;
	float:left;
}
.ContentLeftSponsers
{
	width: 100%;
	margin-top: 70px;
	margin-left: 80px;
	float:left;
}

.ContentRight
{
	float: right;
	width: 275px;
	margin-top: 60px;
}

.ContentPaneLong
{
	width: 1000px;
}


.MenuLinks, .MenuLinks a, .MenuLinks a:link, .MenuLinks a:visited, .MenuLinks a:active, .MenuLinks a:hover
{
	color: #666666;
	font-size: 11px;
	font-family: Arial;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
/* ControlPanel style */
.ControlPanel
{
	background: transparent url(images/cpanel_center.png) repeat-x bottom left;
	border: none;
	padding-bottom: 10px;
}
.cpanel_left
{
	background: url(images/cpanel_left.png) no-repeat bottom left;
	padding-left: 21px;
}
.cpanel_right
{
	background: url(images/cpanel_right.png) no-repeat bottom right;
	padding-right: 33px;
}

/*-------- Default Style --------*/
body, th, td, div, p, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
{
}
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover
{
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
	color: #375162;
}
h1, h3, h5, h1 input
{
	font-weight: bold;
}
h2, h4, h6
{
	font-weight: normal;
}
h1, h2, h1 input
{
	font-size: 14px;
	margin: 10px 0;
}
h3, h4
{
	font-size: 12px;
	margin: 8px 0;
}
h5, h6
{
	font-size: 10px;
	margin: 6px 0;
}


a, a:link, a:visited, a:active
{
	color: #3E81B5;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #D00;
	text-decoration: underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Head
{
	color: #2E3D47;
	font-weight: bold;
}
.SubHead
{
	color: #4C6171;
}
.SubSubHead
{
	color: #6E8AA0;
}
.NormalRed
{
	color: #F00;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited
{
	color: #3E81B5;
}
.ControlPanel a.CommandButton:hover
{
	color: #CB2027;
	text-decoration: underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead
{
	font-size: 11px;
}













.program_title_left
{
	background: url(images/program_title_left.png) no-repeat;
	height: 39px;
	width:9px;
}

.program_title_repeat
{
	background: url(images/program_title_repeat.png) repeat-x;
	height: 39px;
	font-family:Arial;
	font-size:18px;
	color:#918C84;
	padding-left:10px;
	
}


.program_title_right
{
	background: url(images/program_title_right.png) no-repeat;
	height: 39px;
	width:9px;
}

.memberclass
{
	
	padding-left:25px;

	
}
.memberclasstd
{
	font-family:Arial;
	font-size:12px;
	color:#918C84;
	font-weight:bold;
	line-height:18px;
	
}

.Largetd
{
	font-size:24px;
	font-family:Arial;
	
	color:#918C84;
	
}

.content
{
	padding-left:20px;
	padding-top:20PX;color:#666666;
}
.content li
{
	
	color:#666666;
	padding-left:5px;
	padding-right:10px;
	list-style-position:inside;

	list-style-image:url(images/lilight.png);
	line-height:24px;
		
	
}

.totop
{
	color:#C4001E;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	background:url(images/linktop.png) no-repeat 820px;
	
}

.totop a, .totop a:link, .totop a:visited, .totop a:active, .totop a:hover
{
	color:#C4001E;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;

	
}

.dayheading
{
	background:#423A32;
	color:white;
	height:40px;
	text-align:center;
	font-weight:bold;
}

.day_one
{
	background:#F4F3F0;

		
}
.day_two
{
	background:#E4E2DA;
		
}


.pheading
{
	background:#918C84;
	color:white;
	
	text-align:center;
	font-weight:bold;
}

.light
{
	background:#918C84;
	height:40px;
}

.dark

{
		background:#F4F3F0;
height:55px;
	
}

.time
{
	height:40px;
	width:70px;
	padding-left:10px;
}
.cont
{
text-align:center;
}