@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #6e4765;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b1d676;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 5px solid #7fa34d;
	border-bottom: 5px solid #7fa34d;
	border-right: 5px solid #7fa34d;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #DDDDDD;
	padding-top:10px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:115px;
}
#navbar {
	
	margin-top:10px;
	margin-bottom:10px;
	width:880px;
	padding:10px 0px 10px 0px;
	background-color:#7fa34d;
	margin-right: auto;
	margin-left: auto;
	}
	
#margueetext {
	width:540px;
	height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	padding-top:10px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b1d676; /* padding keeps the content of the div away from the edges */
	margin-top:0px;
	padding:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.sidebar_sub {
	background-color:#FFFFFF;
	width:205px;
	margin-bottom:10px;
	margin-top:0px;
	padding-left: 5px;
	padding-top:0px;
	padding-bottom:5px;
	padding-top:5px;
	}
#ads {
	background-color:#FFFFFF;
	width:205px;
	margin-bottom:10px;
	padding-left:5px;
	}

#mainContent {
	margin-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom:10px;
	background-color:#b1d676;
	width: 660px;
	padding-top: 0px;
	padding-right: 10px;
	
	
	padding-left: 10px;
	float:left;
	height:auto;
} 
#newsticker
{
	background-color:#FFFFFF;
	height:50px;
	width:660px;
	padding-top:0px;
	margin-bottom:10px;
}

.subMainContent
{
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
	width:640px;
	padding:10px;
}

#footerBox {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	clear:both;
	padding:5px;
	height:65px;
	vertical-align:middle;
		
	}

#footerBox img {
	margin:5px 11px 5px 11px;
	vertical-align:middle;
	}
	
#topbanner {
	width:468px;
	height:60px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:0px;	
	margin-left: 420px;	
}
.banner_link
	{
	margin-left: 740px;
	margin-top:20px;
	}
td {
	vertical-align:middle;
	}
img {
	border:0px;
	}
.advert
	{
	border:1px solid #999999;
	margin:5px;
	width:468px;
	}
.advert2
	{
	border:0px;
	margin:5px;
	width:180px;
	
	}
.footer_adspace {
	width:60px;
	height:50px;
	border:1px dotted #999999;
	padding:2px;
	margin-left:5px;
	}
.submit {background-color:#eeeeee;
border:1px solid #cccccc;
font-size:14px;
color:#666666;
cursor:pointer;
}

.submit a:hover {background-color:#ff0000;
border:1px solid #cccccc;
font-size:14px;
color:#ffffff;
cursor:pointer;
}
.alert
{color:#FF0000;
background-color:#ffffff;
border:1px solid #cccccc;
font-size:12px;
font-family:Verdana;
}

.hrdiv {

border: none;
height: 2px;
}

#pic {
	
	
	position: relative;
	top: 10px;
	margin-bottom:5px;
	
}

#pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {

	left: 0;
	text-decoration: none;
	top: 0;
	
}

#pic a.p1:hover {
	
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: auto;
	left: 300px;
	position: absolute;
	top: -60px;
	width: auto;
}

.highlight {
background-color:#eeeeee;
border:2px dotted #999999;
padding:3px;
margin: 3px 0 3px 0;
}

.highlight2 {
background-color:#eeeeee;
border:4px solid #999999;
padding:3px;
margin: 3px 0 3px 0;
}

.specialinput {
width:5px;
visibility:hidden;
}

.hide {
	visibility: hidden;
	position: absolute;
	
}

.show {
	margin: 0px;
	visibility: visible;
	position: relative;
}
.map {
	width:250px;
	height:250px;
	border:2px solid #FF0000;
	}
.selection {
	width:600px; 
	background-color:#ffffff; 
	margin-bottom:10px; 
	padding:10px;
	}
.selectionImg {
	float:left; 
	margin-right:10px; 
	margin-bottom:10px;
}
.selectionContainer {
 	padding:10px;
 }
.calendarTable {
	float:left;
	padding:0px;
	}
.calendarUl {
list-style:none;
margin:0px;
padding:0px;
}
.calendarLiRow1, .calendarLiRow2, .calendarLiRow3, .calendarLiRow4, .calendarLiPerfRow1, .calendarLiPerfRow2, .calendarLiPerfRow3, .calendarLiPerfRow4, .MaincalendarLi{
list-style:none;
margin:3px 2px 3px 1px;

}
.calendarLiRow1, .calendarLiRow2, .calendarLiRow3, .calendarLiRow4 {
padding:10px 10px 10px 3px;
}
.calendarLiPerfRow1, .calendarLiPerfRow2, .calendarLiPerfRow3, .calendarLiPerfRow4 {
padding:10px 5px 10px 3px;
}
.calendarLiRow1 {background-color:#EBE9E9;}
.calendarLiRow2 {background-color:#CFCFCF;}
.calendarLiRow3 {background-color:#f6f5a2;}
.calendarLiRow4 {background-color:#f4f267;}
.calendarLiPerfRow1 {background-color:#EBE9E9;}
.calendarLiPerfRow2 {background-color:#CFCFCF;}
.calendarLiPerfRow3 {background-color:#B9DEEC;}
.calendarLiPerfRow4 {background-color:#00CCFF;}

.calendarLiHeader {
list-style:none;
margin:3px 2px 0px 1px;
padding:10px 10px 0px 3px;
font-weight:bold;

}

