* {
    margin: 0;
    padding: 0;
}

img {
	border: none;
}

body {
	background-color: #87d0e1;
	font-size: 14px;
	color:#564b47;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}


#content {
	text-align: left;
	margin: 0px auto 40px;
	width: 720px;
	padding-top: 40px;
}

#title {
	float: left;
	width: 280px;


}


h1 {
	font-size: 36px;
	color: #FFFFFF;
	float:left;
	padding-bottom: 10px;
	letter-spacing: 1px;

}

#menu {
	float: right;
	width: 430px;
}


.youarehere {
	color: #FFFFFF;

}

.mainmenu
{
 
  list-style: none;
   padding-top: 21px;
   padding-bottom: 10px;
}


.mainmenu li 
{
	float: right
}


.mainmenu li a
{
	display: block;
	padding-left:25px;
	font-size: 14px;
	text-decoration: none;
	color: #564b47;
}

.mainmenu li a:hover
{
	color: #FFFFFF;
}

#widecolumn  { 
	width: 460px;
	float: left;

}

#narrowcolum {
	width: 240px;
	float: left;
}


.leftimage {
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	float: left;
	margin-bottom: 10px;
}

.rightimage {
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
	float: right;
	margin-bottom: 10px;

}

.textbox {
	background-color: #FFFFFF;
	float: left;
	width: 450px;
	padding: 10px;
	margin-bottom: 10px;
}


.textbox a {
	color: #564b47;
	text-decoration: underline;
}

.textbox a:hover {
	color: #87d0e1;

}


.footer {
	height: 40px;
	width: 700px;
	clear: both;
}

.footer p {
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align:center;

}

.footer p a {
	color: #564b47;
	text-decoration: underline;
}

.footer p a:hover 
{
	color: #FFFFFF;

}







h2 {
	font-size: 24px;
	color: #87D0E1;
	padding-left: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}


h3 {
	font-size: 24px;
	color: #87D0E1;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.textbox li {
	list-style-type: disc;
}
.textbox ul {
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-position: inside;
}
p {
	padding-left: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;

}

#calendar {
	width: 590px;
	clear: both;
	background-color: #FFFFFF;
	padding-left: 80px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 10px;
	border-top: 10px solid #87d0e1;


}


#calendar table {
	background-color: #FFFFFF;
margin-right: 10px;
margin-bottom: 10px;



}



#calendar table table th {
	padding-top: 5px;
	color:#564b47;
	padding-bottom:5px;

}

#calendar tr {
	width: 18px;
	font-size: 14px;
}

#calendar table table td {
	padding: 5px;
	width: 15px;
	text-align: center;
	color:#564b47;

}

#calendar p {
	padding-left: 0px;
	padding-right: 80px;
	padding-bottom: 10px;
}


#calendar p a {
	color: #564b47;
	text-decoration: underline;
}

#calendar p a:hover {
	color: #87d0e1;

}
