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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
}
a:link {
	color: #1f9ff8;
	text-decoration: none;
}
a:visited {
	color: #1f9ff8;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #1f9ff8;
	text-decoration: none;
}
h1,h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	color: #000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #000;	
}
h1,h2 a:link {
	color: #666666;
	text-decoration: none;
}
h1,h2 a:visited {
	color: #666666;
	text-decoration: none;
}
h1,h2 a:hover {
	color: #FF3300;
	text-decoration: none;
}
h1,h2 a:active {
	color: #666666;
	text-decoration: none;
}
img {
	border: 0;
}
#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
}
#top {
	height: 36px;
	width: 900px;
	background: url(images/top.gif) left top no-repeat;	
}
#content {	
	float: left;
	width: 900px;
	background: url(images/top02.gif) left top no-repeat #fff;
}
#sidebar {
	width: 206px;
	float: left;
	margin-left: 33px;
}
#logo {
	text-align: center;
	margin: 20px 0 30px 0;
}
#rightbar {
	width: 600px;
	float: right;
	padding: 40px 41px 20px 0;
}
#slidetext {
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
#post {
	text-align: justify;
}
#header {
	margin-bottom: 20px;
}
#footer {
	height: 32px;
	background: url(images/footer.gif) left top no-repeat;
	clear: both;
}
.nav {
	margin-bottom: 10px;
}
.nav a:link, .nav a:visited {
	display: block;
	width: 197px;
 	height:28px;
	line-height: 28px;
	text-decoration: none;
	background: url(images/bg-cap.gif) left top no-repeat;
	text-indent: 15px;
	color: #333333;
	font-weight: bolder;
}
.nav a:hover {
	/* background: #c00; */
	background-position: right top;
	color: #fff;
}

.leftbox {
	margin: 0 0 30px 0;
	text-align: left;
	padding: 0 5px;
}
.imagecap {
	margin-bottom: 15px;
	display: block;
	border: 0;
}
.news {
	padding: 5px 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
/* Tooltips */
#dhtmltooltip{
	position: absolute;
	width: 300px;
	font-size: 11px;
	border: 1px solid #aad1f9;
	padding: 2px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* Tooltips */