/* CSS Document */
body {
	margin: 25px auto 0px auto;
	font-family: Georgia, Times New Roman, serif;
	text-align: center;

}
a:hover {
	color: #990000;
	text-decoration: none;
}
a {
	color: #990000;
	text-decoration: underline;
}
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;

}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CC0000;
	height: auto;
}
#title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	font-size:18px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 28px;
}
#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background: url(images/topbar2.jpg) no-repeat
}
#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -100px auto 0px;
	width: 686px;
	height: 106px;
	background: url(images/bottom1.gif) no-repeat;
	clear: left;

}
#nav {
	width: 620px;
	padding: 20px 30px 10px;
	margin: 0px auto;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	text-align: center;

}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 12px;
	font-weight: bold;
    font-family: verdana, sans-serif;
	color: #808080;
	text-decoration: underline;
}
#nav a:hover {
	color: #990000;
	text-decoration: none;
}
#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;
	text-align: justify;

}
#side {
    margin: 20px auto 0px auto;
	width: 145px;
	border-left: 2px dotted #990000;
	padding: 0px 10px 0px 15px;
	color: #666;
	float: right;
	font-size: 70%;
    font-family: Verdana, Arial, sans-serif;
    text-align: left;
}
#content h2 {
	color: #993300;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #990000;
	text-decoration: none;
}
#content h2 a{
	color: #990000;
	text-decoration: underline;
}
#content h3 {
	color: #990000;
	font-size: 10px;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: none;

}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 80%;
	line-height: 1.5em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #333;

}
#footertext {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	font-weight: normal;
	margin: 5px auto 0px;
	height: 20px;
	width: 686px;
	height: 21px;
	text-align: center;
	color: #333;
}
#footertext a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
#footertext a:hover {
	text-decoration: none;
}
