body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
	color: #CCC;
	font-size: 12px;
}
#container {
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 700px;
	background-image: url(media/hdrlogo.gif);
	clear: both;
	background-repeat: no-repeat;

}
#date {
	height: 20px;
	width: 130px;
	color: #CCCCCC;
	font-size: 11px;
	padding-top: 65px;
	padding-left: 20px

}
h4 {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
}

#menu {
	height: 50px;
	width: 700px;
	clear: both;
	background-color: #666666;

}
#sidebar {
	height: auto;
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
#maincontent {
	height: auto;
	width: 460px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
#contentouter {
	width: 700px;
	min-height: 350px;
	height: auto;
	background-image: url(media/mainbg.gif);
	background-repeat: repeat-y;
	clear: both;
	
}
#footer {
	height: 65px;
	width: 700px;
	background-image: url(media/footer.gif);
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 12px;

}
h2 {
	font-size: 16px;
	color: #CCCCCC;
	text-align: left;
}

a {
color: #fff;
}

a:hover {
color: #ccc;
}

a:visited {
color: #fff;
}

a:visited:hover {
color: #ccc;
}td {
	text-align: left;
	vertical-align: top;
}
input {
	background-color: #CCCCCC;
	font-size: 10px;
}
.smltxt {
	font-size: 10px;
	color: #FFFFFF;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 11px;
}

.Clear{
	width: auto;
	clear: both;
}
