*  {
	margin: 0px;
	padding: 0px;
}



body {
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/background.gif);
	background-position: center top;
	text-align:center;
	}

	

div#wrap {
	background-color:#FFFFFF;
  	width:760px;
  	margin:0 auto;
  	text-align:left;
}



p {
	font-size:small;
	margin: 0px;
	padding: 0px;
	text-align:left;
}



#header {

	float:left;
	width:100%;
	background-color: #009CDC;
	margin:0;
	padding:0;
	height:160px;	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EE3A42;
}



#hleft {
	float:left;
	padding: 15px;
	height:150px;
	}
	

.title {
	position: relative;
	left: 170px;
	color: white;
	font-weight: bolder;
	font-size: x-large;
	bottom: 110px;
}



#hright {
	float:right;
	width:150px;
	padding-top:30px;
	}


#main1 {
	margin:0pt;
	padding:0pt;
}


#main2 {
	margin:0pt;
	padding:0pt;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EE3A42;
	border-bottom-color: #EE3A42;
	border-left-color: #EE3A42;
}

#left {
	float:left;
	margin:0pt;
	padding: 0pt;
	width:150px;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}

#right {

	float:right;

	font-size:80%;

	margin:0pt;

	padding: 0pt;

	width:150px;

	font-size: x-small;

}



#middle {
	padding: 25px;
	margin:0px 150px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EE3A42;
	border-left-color: #EE3A42;
}



h1 {

	font-size: medium;

	margin: 0px;

	padding: 0px;
	position: relative;

}



h2 {

	font-size: small;

	margin-top: 5px;

	padding-bottom: 5px;

}



h3 {

	font-size: small;

	margin-top: 5px;

	padding-bottom: 5px;

}



h4 {

	font-size: small;

	margin-top: 5px;

	padding: 0px;

}

.centre {
	text-align: center;
}

#footer {
	text-align:center;
	font-size: x-small;
	font-weight: bold;
	color: #009CDC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EE3A42;
}

a:link { 
	color: #000000;
	text-decoration:underline;
	}

	

a:hover { 

	color:#008457;

	text-decoration: underline;

	}



a:visited {

	color:#000000;

}



a:active {

	color:#000000;

	}



.slider {

	font-size: small;

	color: #006633;

	text-align: center;

	font-weight: bold;

}



#div1, #div2 {

	font-size: small;

	font-weight:normal;

	padding: 5px 10px;

	background-color: #E8FFE8;

	text-align: left;

}



#div3 {

	font-size: small;

	font-weight:normal;

	padding: 5px 10px;

	background-color: #E8FFE8;

	text-align: center;

}



#footer a:link { 

	color: #009CDC;

	text-decoration:none;

	}

	

#footer a:hover { 
	color:#009CDC;
	text-decoration:underline;
	}



#footer a:visited, .footmenu a:active {
	color:#009CDC;
}

#calendar {
	width: 150px;
	text-align: center;
	margin-left: 8px;
	right: auto;
}



.centre a:link {
	text-decoration: underline;

}

ul#menu,
ul#menu li,
ul#menu ul {
  	margin: 0;
  	border: 0 none;
  	padding: 0;
  	width: 150px; /*For KHTML*/
  	list-style: none;
	z-index:100;
}



ul#menu:after /*From IE 7 lack of compliance*/{

  	clear: both;
  	display: block;
  	font: 1px/0px serif;
    content: ".";
    height: 0;
	visibility: hidden;
  	z-index:100;


}


ul#menu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}



/* Root Menu */
ul#menu a {

	border: 1px solid #FFF;
	border-right-color: #EE3A42;
	border-left-color: #EE3A42;
	border-bottom-color: #EE3A42;
	padding: 6px 0px;
	display: block;
	background: #fff;
	color: #006633;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-size: small;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color:#FFFFFF;
	background-color: #006633;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  background: #FFF;
  color: #006633;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color:#FFFFFF;
	background-color: #006633;
}

ul#menu ul,
ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

hr {
	background-color:#EE3A42;
	color: #EE3A42;
}

#plan {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding:0;

}

#list-indent {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding:0;
}
