@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
}

.container{
	width:975px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
}


.head{
	height: 193px;
	width: 975px;
}

.logo{
	background-color: #FFFFFF;
	float: left;
	height: 193px;
	width: 246px;
	margin-top:auto; margin-bottom:auto;
	margin-left:19px;
}


.left-col{
	background-image:url(../images/left-col.jpg);
	width:232px;
	height:544px;
	float:left;
	margin-left:17px;
	background-color: #FFFFFF;
	margin-top:15px;
	padding-top:20px;
	background-repeat: no-repeat;
	
}
div#left-col a:link{ color:#ffffff; text-decoration: none;}
div#left-col a:visited{ color:#ffffff; text-decoration: none;}
div#left-col a:hover{color:#202648;text-decoration: underline;}
div#left-col a:active{ color:#ffffff; text-decoration: none;}

.middle-col{
	background-image:url(../images/middle-col.jpg);
	width:512px;
	background-repeat: repeat-y;
	float:left;
	padding-left: 16px;
	padding-right: 16px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#202648;
}
.scroll{
	width:512px;
	padding-left: 16px;
	padding-right: 16px;
}

.right-col{
	background-image:url(../images/right-col.jpg);
	width:182px;
	height:564px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202648;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.foot{
	background-image: url(../images/footBG.jpg);
	background-repeat: repeat-x;
	height: 181px;
	clear:both;
	padding-top: 110px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	background-color: #202648;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#202648;
	font-weight:bold;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
}ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 8px;
}
.boxes{
	background-image: url(../images/boxes.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 518px;
}
.boxtext{
    font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; line-height:14px;
    padding-left:7px;
    margin-top:12px;
}
div#boxtext a:link{ color:#07ADE4; text-decoration: underline;}
div#boxtext a:visited{ color:#07ADE4; text-decoration: underline;}
div#boxtext a:hover{
	color:#0582AB;
	text-decoration: underline;
}
div#boxtext a:active{ color:#07ADE4; text-decoration: underline;}

/*Drop Down Menu*/

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #1F3E6D;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;
}
.eventsbox{
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:7px;
	line-height:14px;
	font-size:11px;
	height:77px;
	padding-left:5px;
	color:#FFF;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:8px;
	background-image: url(../images/special.jpg);
	background-repeat: no-repeat;
}
.eventsbox a:link{
	color:#FF0;
}
.eventsbox a:active{
	color:#FF0;
}
.eventsbox a:visited{
	color:#FF0;
}
.eventsbox a:hover{
	color:#F4C400;
}
