p {
	font-family: "Lucida Sans";
	font-size: medium;
}
/* v1.0 | 20080212 */

#container {
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#slogan {
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#menubar {
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-family: "Lucida Sans";
	font-size: medium;
}
ul#nav-bar {
	cursor:default;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #C7C7C7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #000000;
	border-left-color: #757575;
}

ul#nav-bar li {
	display:inline;
	margin-right:-4px;
}

ul#nav-bar li a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-left:1px solid #6f6f6f;
	padding:10px 20px;
}

ul#nav-bar li:first-child a {
	border-left:none;
}

ul#nav-bar li:nth-child(2) a {
	border-left:none;
}

ul#nav-bar li a:hover {
	background-color: #E20000;
	background-position: 0;
}

ul#nav-bar li a.active {
	padding:20px 20px 10px 20px;
	background: #E20000;
	color:#FFFFFF;
}
#center-section {
	background-image: url(images/back_line.gif);
	background-repeat: repeat-y;
	height: 100%;
	overflow: visible;
	margin-top: -16px;
	padding: 20px;
	font-family: "Lucida Sans";
	background-position: center top;
}

/* End of styling needed for the navigation bar */


#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
	margin-top: -16px;
}
#footer a {
	text-decoration: none;
	font-family: "Lucida Sans";
	font-size: small;
	color: #000000;
	font-weight: bold;
}
#footer p {
	text-decoration: none;
	font-family: "Lucida Sans";
	font-size: small;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline overline;
	color: #00CC00;
}
h1 {
	font-family: "Lucida Sans";
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
}
h2 {
	font-family: "Lucida Sans";
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
