/* Page Attributes */
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial;
} 
#pagewidth{
	width:963px;
	text-align:left;
	margin-left:0;
	margin-right:0;
} 
#header{
	position:relative;
	height:93px;
	width:100%;
} 
#leftcol{
	width:572px;
}
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:391px;
}


.clearfix{display: inline;}

a:link {
	text-decoration: none;
	color:#f8ad30;
}
a:visited {
	text-decoration: none;
	color:#f8ad30;
}
a:hover {
	text-decoration: none;
	color:#f8ad30;
}
a:active {
	text-decoration: none;
	color:#f8ad30;
}
.Content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #c9d1d8;
	font-size: 11px;
}
.formTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #c9d1d8;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.formError {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #b10606;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.upload-body 
{
	width:350px !important;
	background-color:#000;
}
.upload-body td
{
	padding:0;
	margin:0;
}

.upload-outer
{
	border: 1px solid #fff; 
	height: 1.5em
}
