a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #00FFFF;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#master {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	border: 0px;
	background-color: #000000;
	text-align: left;
}

#logo {
	position: absolute;
	width:384px;
	height:53px;
	top: 0px;
	left: 0px;
	background-color: #000000;
}

#logobg {
	color: #000000;
	position: absolute;
	height:53px;
	width: 100%;
	background-color: #000000;
	background-image: url('logobg.png');
	background-repeat: repeat;	
}

#navbar {
	color: #0000FF;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	height: 12px;
	line-height: 12px;
	right: 7%;
	top: 32px;
	text-align: right;
	background-color: #000000;
}

#bodywrap {
	background-color: #000000;
	width: 100%;
	margin-top: 70px;
	position: absolute;
	padding: 0px;
}

#sidecol {
	color: #000084;
	font-weight: bold;
	line-height: 18px;
	width: 150px;
	float: left;
	background-color: #000000;
}

#gf {
	font-weight: normal;
	line-height: normal;
	margin-left: 10px;
	background-color: #000000;
}

#maincol {
	color: #CCCCCC;
	margin-left: 190px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #000000;
}

#footer {
	color: #BDBDBD;
	height:30px;
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: #000000;
	font-size: 10px;
}

.filename {
	font-weight: bold;
	text-indent: 30px;
}

.filelinks {
	color: #000084;
	text-indent: 40px;
}
