@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 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;
	background-color: #e4f5fd;
	background-image:url(images/bg.gif);
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 867px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	border: 1px solid #3d3d3e;
	background-color:#e5e4dc;
	}
	
#bglayer {
	float:left;
	width:100%;
	background-color:#e5e4dc;
	}

	
img {
	border:0;
	}

#left {
	float: left;
	width: 170px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
	}
	

#left_box {
	background-color:white;
	margin-top: 30px;
	width:502px;
	border: 1px solid #000000;
	}

#left_box_inside {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	line-height:20px;
	}
	
	
#right_box {
	background-color:white;
	margin-top: 30px;
	width:285px;
	border: 1px solid #000000;
	}

#right_box_inside {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	line-height:20px;
	}	


#left_inside {
	margin:5px;
	margin-left: 10px;
	padding:2px;
	}

.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}

#main {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 504px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
	margin-left: 21px;
	}
	
#right {
	float: right;
	margin-top: 15px;
	width: 287px;
	margin-right: 21px;
	}

table {
	margin-left: 10px;
	margin-right: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	color:#b70400;
	font:"myriad Pro";
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top: 4px;
	}


.calheader {
	font-size:16px;
	color:#333333;
	margin:0;
	margin-bottom: 5px;
	margin-top: 5px;
	padding:0;
	}

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 12px;}


label {
	padding-top: 3px;
	padding-bottom: 3px;}

hr {
	border-style:dotted;
	border:#666666;}

a:link {
	color:#206cdf;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color:#206cdf;}
a:hover {
	text-decoration: underline;
	color:#FF0000;}
a:active {
	text-decoration: none;
	color:#206cdf;}

.pic_class_left {
	margin-right: 10px;
	float:left;}

.pic_class_right {
	margin-left: 10px;
	float:right;}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:867px;
	height:80px;
	float:left;
	background-image:url(images/footer2.gif);
	background-repeat:no-repeat;
	color:white;
	font-size:16px;
	padding: 0;
	margins: 0;
	}
	
#footer p {
	margins:0;
	padding: 0;
	}

#spacer {
	width: 100%;
	height: 1px;
	padding: 0;
	margins: 0;
	}

#menu {
	float:left;
	width:867px;
	height:37px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
	margin-bottom: 0px;
	margin-top:0px;
	padding: 0px;
	color:#FFFFFF;
	font-size:14px;
	}
	
	
#menu_inside {
	margin-left:20px;
	}	
	
#topbuttons a:link {
	color:#FFFFFF;
	}
	
#topbuttons a:visited {
	color:#FFFFFF;
	}
	
#topbuttons a:hover {
	text-decoration:none;
	color:#3be63f;
	}	

.bigtext {
	color:#000000;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	}

.red {
	color:#FF0000;
	}

#footer a {
	color:white;
	text-decoration:underline;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
		
#calendar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	font-size: 10px;
	}

#calendar a:link {
	color: #0066CC;
	text-decoration: none;
	}

#calendar a:visited {
	text-decoration: none;
	color: #0066CC;
	}

#calendar a:hover {
	text-decoration: underline;
	background-color:#FFFFCC;
	color:#C91D1D;
	}

#calendar a:active {
	text-decoration: none;
	color: #0066CC;
	}

#calendar td {
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	text-align:left;
	}

#calendar table {
	border-left: 1px #CCCCCC solid; 
	margin-left:0px;
	}

#calspacer {
	height: 5px;
	}

.time {
	font-size:9px;
	color:#5b5b5b;
	}

.caption {
	font-size:11px;
	color:#5b5b5b;
	}


.directions {
	font-size:10px;
	color:#5b5b5b;
	}
	
	
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(csstooltips/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(csstooltips/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(csstooltips/bubble.gif) no-repeat bottom;
}	