body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font:14px Verdana, Arial, Helvetica; 
	background-color: #a0acb5;
}

a:link {
	text-decoration: none;
	color: #002c5d;
}

a:visited {
	text-decoration: none;
	color: #002c5d;
}

a:hover {
	text-decoration: underline;
	color: #002c5d;
}

a:active {
	text-decoration: underline;
	color: a0acb5;
}

.bullets ul {
	margin-left: 30px;
}

.bullets li {
	margin-left: 30px;
}

h1 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #002c5d;
	text-align: left;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #c8c9b3;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	color: #002c5d;
	text-align: center;
}

h4 {
	font-size: 14px;
	color: #002c5d;
	text-align: left;
}

h5 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #002c5d;
	text-align: center;
}

#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
	text-align: center;
 }
 
 #logo{
 	position: relative;
 	width:900px;
 	height: 68px;
 	text-align: center;
 }
 
 #menu {
 	position: relative;
 	background-color: #002c5d;
 	width: 896px;
 	height:32px;
    border-left:2px solid #002c5d;
     border-right:2px solid #002c5d;
      	border-top:2px solid #002c5d; 
 	background:url(images/menubg.gif);
 	z-index: 2;
	font: 13px Verdana, Arial, Helvetica;
 }
 
 #header {
 	position: relative;
 	width: 896px;
 	height: 265px;
 	border-left:2px solid #002c5d; 
 	border-right:2px solid #002c5d; 
 	background-color:#003366;
 }
 
 #info-header {
 	position: relative;
 	float: left;
 	width:447px;
 	height: 265px;
 	border-right:1px solid #002c5d; 
 }
 
 #volunteer-header {
 	position: relative;
 	float: right;
 	width: 447px;
 	height: 265px;
 	border-left:1px solid #002c5d; 
 }
 
#content {
	float: left;
 	position: relative;
 	width: 896px;
 	border:2px solid #002c5d;
 	-moz-border-radius-bottomleft: 15px;
 	-moz-border-radius-bottomright: 15px;
 	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
 	background-color: #ffffff;
 }
 
 * html #leftcolumn { 
   height: expression( this.scrollHeight < 625 ? "625px" : "auto" ); /* sets min-height for IE */
}

  #leftcolumn {
 	position: relative;
 	float: left;
 	min-height: 645px;
 	width: 624px;
 	border-right: 2px solid #002c5d;
 	padding: 10px;
 	text-align: left;
 	font-family: Verdana;
 	z-index: 1;
 }

  #rightcolumn {
 	position: relative;
 	float: right;
 	width: 250px;
 	z-index: 1;
 }
 
 #rightcontent {
 	position: relative;
 	width: 230px;
 	padding: 10px;
 	z-index: 1;
 }
 
 #search {
 	position: relative;
 	width: 230px;
 	z-index: 2;
 	padding: 10px;
 	border-bottom: 2px solid #002c5d;
 	background-color: #c8c9b3;
 }
 
 
  #fullwidth {
 	position: relative;
 	float: left;
 	width: 854px;
 	padding: 10px;
 	text-align: center;
 	font-family: Verdana;
 	z-index: 1;
 }
 
 #facebook {
 	position: relative;
 	float: right;
 	width: 250px;
 	z-index: 1;
 }
 
 #sponsors {
	 position: relative;
	 float: right;
	 width: 250px;
	 padding-top: 10px;
	 border-top: 2px solid #002c5d;
	 z-index: 1;
 }
 
 #footer {
 	position: relative;
 	width: 896px;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 50px;
 	padding: 10px;
 }
 
 img {
 	border: none;
 }
 
 centeredimg {
 	border: none;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 }
 
 table.calendar {
 	margin-left: auto;
 	margin-right: auto;
 }
 
 div.figure {
  float: left;
  width: 100px;
  border: 2px outset #002c5d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

 div.floatingimg {
  float: left;
  width: 175px;
  border: 2px outset #002c5d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.floatimage {
	float: left;
	padding-right: 10px;
}

* {padding:0; margin:0}
.dropdown {float: left; padding-right:0px}
.dropdown dt {width:160px; padding:8px; font-weight:bold; cursor:pointer; background-color: #002c5d; background:url(images/menubg.gif); color: #FFFFFF}
.dropdown dt:hover {background:url(images/menubg_over2.gif); color: #002c5d; background-color:#FFFFFF}
.dropdown dd {position:absolute; overflow:hidden; width:181px; display:none; background:#fff; z-index:200; margin-left: -2px}
.dropdown ul {width:177px; border:2px solid #335696; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#FFFFFF; text-decoration:none; background:#002c5d; width:167px}
.dropdown a:hover {background:#ffffff; color:#002c5d}
.dropdown .underline {border-bottom:1px solid #b9d6dc}