body {
	background-color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation bar */

div#navbar {
	height: 30px;
	width: 100%;
	/*border-top: solid #000 1px;
	border-bottom: solid #000 1px;*/
	background-color: ;
	text-align: center;
}

div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #990000;
	line-height: 30px;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #990000;
}
div#navbar li a:link {
    color: #990000;
}
div#navbar li a:visited {
	color: #990000;
}
div#navbar li a:hover {
	color: #666666;
}

/* Banner (top image) */

div#banner {
	text-align: center;	
	z-index: 5;
}


div#title {
	text-align: center;
	margin: 0 auto;
}

div#title img {
	z-index: 1;
	position: relative;
	top: -398px;
	/*margin: 0;*/
}

div#title p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	z-index: 2;
	position: relative;
	top: -398px;
	/*margin: 0;*/
}

/* Content */

div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		position: relative;
	top: -80px;
	width: 80%;
	margin-left: auto; 
	margin-right: auto;
}

/* Footer */
div#footer {
	font-size: xx-small;
	text-align:right;
}

/* General styles */
.left {
	text-align: left;
}

.centered {
	text-align: center;
}

a:link {
	color: #333333;
}

 a:visited {
	color: #666666;
}
h2 {
	color: #990000;
	text-align:center;
}
