﻿
body
{
	font-family: Helvetica, Arial, sans-serif;
	margin:1px;
	font-size:12px;
	width:100%;
	
}
.mainDiv
{
	float: left;
	width:100%;
	height:980px;
	min-height:980px;
}
.headerDiv
{
	width: 995px;
	height: 120px;
	min-height:120px;
	float: left;

	background-image: url(images/header.gif);
}
.bodyDiv
{
	width: 995px;
	height: 860px;
	min-height: 860px;
	float: left;
	background-image: url(images/Background.gif);
}
.navigationDiv
{
	width: 16%;
	height:860px;
	min-height:860px;
	float: left;
	
}

.navigationDiv td
{
	padding-left:10px;
	padding-right:10px;
}
.contentDiv
{ 
	
	width:84%;
	min-width:825px;
	min-height:650px;
	float: left;
	
	}


.footerDiv
{
	 font-family:Verdana;
	width: 995px;
	height: 50px;
	float: left;
	font-size:10px;
	text-align:center;
	background-image: url(images/footer.gif);;
}


.link
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	color:Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/view.gif);
}
.link:hover
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/hover.gif);
	color:Black;
}
.linkactive
{
	width: 130px;
	height: 25px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
	color:navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/visited.gif);
}
.sublink
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-image: url(images/subview.gif);
}
.sublink:hover
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/subhover.gif);
}
.sublinkactive
{
	width: 100px;
	height: 20px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	color: navy;
	background-image: url(images/subactive.gif);
}
.welcomeheader
{
	font-weight: bold;
	vertical-align: middle;
	text-transform: capitalize;
	font-style: italic;
	text-align: center;
	font-variant: normal;
	font-size: 16px;
	font-family: Arial;
	color: #006600;
	background-color: #ffffcc;
	text-indent: 10px;
}
.eventcontentdiv
{
	width: 825px;
	height: 650px;
	float:left;
	
}
.leftsidediv
{
	width: 530px;
	height: 650px;
	float: left;
	
}
.datalistdiv
{
	width:530px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	

}
.pagingdiv
{
	width:500px;
	height:50px;
	float:left;
	text-align:left;
	
}
.rightsidediv
{
	width: 250px;
	height: 650px;
	float: left;
	
}
.calanderdiv
{
	width:220px;
	height:200px;
	margin-top:5px;
	padding-left:20px;

	
}
.adddiv
{
	width:250px;
	height:470px;
	margin-left:10px;
	
}
.pagingdiv
{
	color: #990033;
	
	width: 750px;
	height: 15px;
	vertical-align: text-bottom;
	font-family: Arial;
	text-align: center;
	margin:0px;
 }

.datalisttopdiv
{
	width: 750px;
	height: 400px;
	border-bottom: thin double;
}
.pagebuttonspeech
{
	
}
.pagebuttonspeech img
{
	text-decoration:none;
	border:0px;
}

.advtdiv
{

height:295px;
float:left;

}
.bookadvtdiv
{
padding-bottom:10px;
height:110px;
float:left;
}
.upcomingboxheader
{
	background-image:url(images/upcomingboxheader.gif);
	background-repeat:no-repeat;
	width:500px;
	float:left;
}
.upcomingboxbody
{
	background-image: url(images/upcomingboxbody.gif);
	background-repeat: repeat;
	width: 500px;
	float: left;
	text-align: center;
	
}
.upcomingboxfooter
{
	background-image:url(images/upcomingboxfooter.gif);
	background-repeat:no-repeat;
	width:500px;
	height:36px;
	float:left;
}
