HTML  {
	margin: 				0;
	padding:				0;
	width: 					100%;
	height: 				100%;
}
BODY  {
	margin: 				0px;
	font-family:  			Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color:					#FFF;
	font-size: 				0.71em;
	line-height: 			1.6em;
	font-weight: 			normal;
	width: 					100%;
	height: 				95%;
	background-color:		#100202;
	background-image:		url(../images/bg.jpg);
	background-repeat:		repeat-x;
}
A {
	color : 				#1b3067;
	TEXT-DECORATION: 		underline;
}
A:HOVER {
	color : 				#e0003c;
}

#main	{
	width:					912px;
	height:					618px;
	background-image:		url(../images/bgCenter.jpg);
	background-position:	center;
	background-repeat:		no-repeat;
}
#header	{
	width:					717px;
	height:					90px;
	margin-top:				40px;
}
#thefiles	{
	width:					255px;
	height:					49px;
	float:					left;
}
#menu	{
	width:					300px;
	height:					49px;
	float:					right;
	margin-top:				0px;
}
.optionHolder	{
	width:					140px;
	height:					49px;
	float:					left;
	text-align:				left;
}

A.topLink {
	color:					#fbd47f;
	TEXT-DECORATION: 		none;
	font-size:				1.0em;
	display:				block;
}
A.topLink:HOVER {
	color : 				#FFF;
	TEXT-DECORATION: 		none;
}
A.topLinkWin {
	color:					#fbd47f;
	TEXT-DECORATION: 		none;
	font-size:				1.0em;
}
A.topLinkWin:HOVER {
	color : 				#FFF;
	TEXT-DECORATION: 		none;
}
#mainContent {
	width:					717px;
	height:					400px;
	text-align:				left;
	border-top:				1px solid #FFF;
	border-bottom:			1px solid #FFF;
	padding-top:			20px;
}
#bottom	{
	width:					717px;
	height:					36px;
	background-image:		url(../images/bottom.gif);
	background-repeat:		no-repeat;
}
.contHolder {
	width:					45%;
	text-align:				left;
	margin-right:			20px;
	float:					left
}
.fieldUser{
	width:					300px;
	border:					solid #1b3067 1px;
}
h1	{
	width:					400px;
	color:					#FFF;
	font-size: 				1.6em;
	font-weight: 			bold;
	margin-bottom:			10px;
	float:					left;
}
#dlPageHolder {
	width:					600px;
	border:					solid #d6d6d6 1px;
	padding:				30px;
	background-color:		#FFF;
	text-align:				left;
}
.adminLinksRight {
	width:					200px;
	float:					right;
	text-align:				right;
}

#adminWin {
	width:					900px;
	text-align:				left;
	padding:				15px;
	border:					solid 1px #000;
	background-color:		#000;
	margin:					10px;
}

A.adminLink {
	color:					#fbd47f;
	TEXT-DECORATION: 		none;
}
A.adminLink:HOVER {
	color : 				#FFF;
}
.adminField	{
	width:					400px;
	border:					solid #000 1px;
}
.smallField	{
	width:					50px;
	border:					solid #000 1px;
}
.adminArea	{
	width:					400px;
	height:					50px;
	border:					solid #000 1px;
	font-family:  			Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.0em;
}
.adminAreaSmall	{
	width:					300px;
	height:					50px;
	border:					solid #000 1px;
	font-family:  			Arial, Verdana, Helvetica, sans-serif;
	font-size: 				1.0em;
}
.scrollingArea	{
	width:					717px;
	height:					320px;
	overflow:				auto;
	border-top:				1px solid #FFF;
}
