body
{
	background-color: #002D65;
	text-align: center;
	color: black;
	font-family: Verdana;
}

a
{
	color: #002D65;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 1000px;
	height: 250px;
	background-color: white;
	color: black;
	background-image: url('../images/header_background.png');
	font-size: 30px;
}

#logo
{
	float: left;
	width: 750px;
	height: 220px;
	text-align: center;
	padding-top: 30px;
}

#header_image
{
	float: left;
	width: 250px;
	text-align: center;
	padding-top: 10px;
}

#menu
{
	width: 1000px;
	height: 28px;
	background-color: #151B8D;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
}

#menu a
{
	text-decoration: none;
	color: white;
}

#menu a:hover
{
	text-decoration: underline;
}

#content
{
	width: 980px;
	background-color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
/*	min-height: 300px; */
}

#main_content
{
/*	width: 680px; */
	padding-right: 20px;
	min-height: 250px;
	float: left;
}

#side_bar
{
	width: 276px;
	padding: 2px;
	float: right;
}

#footer
{
	background-image: url("../images/footer.png");
	width: 1000px;
	height: 20px;
	text-align: center;
	margin-left: -10px;
	margin-bottom: -5px;
	clear: both;

}

#footer_sponsor
{
	font-size: 10px;
	padding-bottom: 5px;
}

#web_design
{
	font-size: 10px;
}

#web_design a
{
	text-decoration: none;
	color: black;
	font-weight: bolder;
}

#web_design a:hover
{
	text-decoration: underline;
	color: black;
	font-weight: bolder;
}

#dd
{
	padding: 0;
	margin: 0 auto;
	height: 28px;
	width: 892px;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#dd li a.menu
{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: auto;
	text-decoration: none;
}

#dd li a.menu:hover
{
	text-decoration: underline;
}

.submenu
{
	background: #151B8D;
	border-left: 2px solid #002D65;
	border-right: 2px solid #002D65;
	border-bottom: 2px solid #002D65;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	font-size: 14px;
}

.submenu a
{
	display: block;
	text-align: left;
	text-decoration: none;
	padding-top: 2;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.submenu a:hover
{
}

.heading
{
	font-size: 18px;
	font-weight: bold;
}

.paragraph a
{
	color: black;
}

.quote
{
	text-align: center;
}

#library_nav
{
	text-align: center;
	font-size: 15;
	font-weight: bold;
}

.library_nav
{
	cursor: pointer;
}

.news_link
{
	color: #002D65;
	text-decoration: none;
	cursor: pointer;
}

#celebration_header, #personnel_header, #thanks_header, #farewell_header
{
	color: #002D65;
}

#celebration_header:hover, #personnel_header:hover, #thanks_header:hover, #farewell_header:hover
{
	text-decoration: underline;
}
