/* CSS Document */
body {
	margin: 25px auto 0px auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	text-align: center;

}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a {
	color: #990000;
	text-decoration: none;
}
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: center;

}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CC0000;
	height: auto;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
	font-weight: normal;
	font-size:36px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
#top {
	margin: 0px auto;
	width: 800px;
	height: 96px;

}
#middle {
   	background: url(images/middle1.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -100px auto 0px;
	width: 800px;
	height: 106px;
	background: url(images/bottomson.gif) no-repeat;
	clear: left;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;

}
#content h2	a:hover{
	color: #990000;
	text-decoration: underline;
}
#content h2 a{
	color: #990000;
	text-decoration: none;

}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 800px;
	height: 31px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}
