/* CSS Document */

body {
	background-color: #1F1F1F;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p, address, citation, blockquote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #ff0;
	background-color: inherit;
}
a {
	background-color: #191919;
	color: #9a9a9a;
}
a:link {
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #999999;
	text-decoration: none;
}
a:active {
	border-bottom: 1px solid #FFFF00;
	text-decoration: none;
}
/* Classess */
.iconlinks a{
	border: none;
}
.normal {
	margin: 0 50px 0 50px;
	padding: 10px 20px 5px 10px;
}
.newsitem {
	font-size: small;
	padding: 0 20px 0 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.links {
	padding: 0 20px 0 20px;
	margin: 10px 0 0 0;
}
.links a:link {
	color: #ff0;
	background-color: inherit;
}
.links a:visited {
	color: #990;
	background-color: inherit;
}
.links a:hover, .links a:active {
	color: #000;
	background-color: #999;
}
/* DIV */
#wholepage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* HEADER AREA */
#header {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url(../images/index_logo.png);
	background-color: #FF0;
	background-repeat: no-repeat;
	color: #000;
}
#header h1, #header h2 {
	display: none;
}
#sublogo {
	position: absolute;
	top: 0px;
	right: 200px;
}
#sublogo a {
	color: #000;
	background-color: #FF0;
}
/* MAIN BODY AREA */
#pagebody {
	left: 0px;
	background-color: #1F1F1F;
	color: #CCC;
	height: 650px;
	width: auto;
}
#adsection {
	float: right;
	width: 165px;
	height: 600px;
	border: 1px dotted #FFF;
	margin: 0px 10px 0px 30px;
}
#sidebar {
	color: #ccc;
	background-color: inherit;
	float: left;
	width: 180px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	height: 600px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 #sidebar h5, #sidebar h6 {
	color: #ff0;
	background-color: inherit;
} 
#sidebar p {
	font-size: smaller;
}
#sidebar h3 {
	font-size: smaller;
	padding: 10px 5px 0px 10px;
}
#news {
	height: 295px;
	background-image: url(../images/float_backgnd.png);
	margin: 0;
	padding: 0;
	border: 1px solid #1F1F1F;
}
#links {
	height: 300px;
	background-image: url(../images/float_backgnd.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #1F1F1F;
}
/* FOOOTER AREA */
#pagefooter {
	left: 0px;
	width: 100%;
	clear: both;
	height: 100px;
}
#pagefooter a img {
	border: none;
}
#pagefooter a:hover img  {
	border: 1px solid #FFFF00;
}
#copyright {
	border: 2px groove White;
	text-align: right;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 30px 0px;
	font-size: smaller;
	color: #CCCCCC;
	background-color: #000000;
}
#footdetails {
	text-align: center;
	font-size: small;
}