@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
body {
	background-color: #121212;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #99cccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99cccc;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #99cccc;
}#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 347px;
	width: 900px;
	top: 0px;
	background-position: top;
}
#nav {
	position: absolute;
	right: 40px;
	top: 55px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#nav li:hover {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(images/over.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.current {
	background-image: url(images/over.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 1px;
		
}
#nav li a:hover{
	text-decoration: none;
	
}
#masthead {
	background-image: url(images/masthead.jpg);
	position: absolute;
	height: 230px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	top: 117px;
	z-index: -1;
	text-align: center;
}
#sidebar {
	background-image: url(images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 318px;
	left: 7px;
	z-index: 99;
}
.sidebartown {
	font-size: 16px;
	font-weight: normal;
	color: #99cccc;
	text-decoration: none;
	line-height: 24px;
}
.sidebardetails {
	
}
#sidebarhead {
	position: absolute;
	left: 14px;
	top: -15px;
	font-size: 18px;
	z-index: 999;
}
#content {
	position: absolute;
	top: 370px;
	width: 530px;
	left: 350px;
	line-height: 24px;
	padding: 5px;
}
#footwrapper {
	background-color: #121212;
	background-image: url(images/footbgtile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	color: #999999;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #99cccc;
	text-decoration: underline;
}
#sidebartop {
	background-image: url(images/sidebartop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-size: 12px;
	color: #CCCCCC;
	position: relative;
	top: -1px;
}
#sidebartop td {
	font-size: 12px;
	color: #CCCCCC;
}
#sidebarbot {
	background-image: url(images/sidebarbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
.ital {
	font-style: italic;
	color: #99cccc;
}
#content ul {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	list-style-image: url(images/arrow.jpg);
}
#content li {
	padding-left: 10px;
}
#innercontent {
	padding-top: 10px;
}
