﻿body {
	margin: 0px;
	padding: 0px;
	/*background: #424242; /* url(/images/background4.gif) repeat-x top;*/
	background-image: url(../images/BG4.gif);
	background-color: #292929;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
#pageWrap {
	margin: 0px auto;
	width: 990px;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
/*----------------------header----------------------*/      
#header {
	width: 990px;
	background-color: #282828;
	color: #fff;
}
#header a {
	color: #fff;
}
#header .loginRow {
	height: 30px;
	line-height: 30px;
}
#tlrBanner {
	height: 97px;
	width: 990px;
	background-image: url(../images/Banner.gif);
}
#welcome {
	border: solid 1px #fff;
	background: url(../images/WelcomeGradient.gif) repeat-x top;
	color: #000;
	margin-right: 16px;
	padding: 3px;
	height: 84px;
	line-height: 2;
}
/*----------------------navigation----------------------*/
#nav {
	width: 990px;
	height: 45px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/Links.gif) repeat-x top;
}
#nav #topLinks {
	height: 20px;
	line-height: 20px;
	padding-top: 2px;	
	margin: 0px 0px 0px 60px;
}
#nav #bottomLinks {
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	font-size: 10px;
	margin: 0px 0px 0px 175px;
}
#nav .link {
	float: left;
	margin: 0px 10px 0px 10px;	
}
#nav a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: none;
	color: #999; 
}
/*----------------------content----------------------*/      
#content {
	width: 990px;
	background-color: #fff;
	color: #000;
	overflow: auto;
}
#leftContent {
	width: 750px;
	float: left;
	clear: left;
	height: 100%;
}
#rightContent {
	width: 240px;
	float: right;	
	clear: right;
	height: 100%;	
}
/*----------------------footer----------------------*/      
#footer {
	width: 990px;
	background-color: #282828;
	color: #fff;
	height: 60px;
	line-height: 1.5;
}
#footer a {
	color: #ffffff;
}
/*----------------------registration----------------------*/
.textBoxRow {
	height: 25px;
	line-height: 25px;
	margin: 5px 0px 5px 0px;
	clear: both;
}
.formLabel {
	width: 270px;
	float: left
}
.formData {
	float: left;
	width: 470px;
}
.textAreaRow {
	margin: 5px 0px 5px 0px;
}
.registerSectionHeader {
	color: #000000;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
}
/*----------------------fonts----------------------*/
.sectionHeader {
	color: #fff;
	font-weight: bold;
}
/*----------------------links----------------------*/
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none; 
}
/*----------------------lists----------------------*/
ul {
	margin-top: 0px;
}
/*----------------------images----------------------*/
img {
	border: none 0px;
}
/*----------------------section title----------------------*/
.titleBar {
	height: 5px;
	background: url('/images/GradientGreen.gif') #042200;
	color: #fff;
}