@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;



	background-image: ;
	background-position: 95% 120%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	}
.mainPage #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px 20px 20px;
	}
.mainPage #banner {
	width: 150px;
	background-image:url(../images/banner3.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	}
.mainPage #header {
	width: 720px;
	margin-left: 170px;
	margin-top: 0;
	
	}
.mainPage #mainContent {
	padding: 20px 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
	margin-left: 170px;
	margin-top: 30px;

	z-index: 0;
	}
#banner .info {
	margin-top: 440px;
	}
.info p {	
	font-size: 15px;
	font-variant: small-caps;
	padding-left: 4px;
	color: #ccc;
	text-align: right;
	width: 117px;
	}
.tdheadtxt {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	}
.tdhead {
	border-top: 20px solid #000000;
	padding-bottom: 5px;
	}	
.tdnotetxt {
	font-size: smaller;
	color: #666;
	}	
.tdnote {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	}	
td a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
}
td a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	background-color: #000000;
}
td a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
}


#header ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: -10px;
	padding: 0 0;
	}	
#header li {
	
	
	display: inline;
	font-variant: ;
	font-size: 11px;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
	}	
	
#header a:link,a:visited {
	background: #333;

	color: #ccc;

	text-decoration: none;
	}
	
#header a:hover {
	background: #990000;

	color: #ccc;
	
	text-decoration: none;
	}	
#header a:active {	
	background: #990000;
	color: #ccc;
	text-decoration: none;
	}
#header h3 {
	border-bottom: 1px solid #990000;
	padding-bottom: 5px;
	color: #990000;
	font-size: 20px;
	}	
p a:link,a:visited {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
	}
p a:hover, a:active {
	color: #990000;
	text-decoration: underline;
	}		
	
#mainContent p {	
	font-size: 14px;
	}
td {
	font-size: 14px;
	}	
#footer p {
	font-size: 10px;
	border-top: 1px solid #333;
	padding-top: 5px;
	}
.mainPage #footer {
	width: 720px;
	margin-left: 170px;
	}	
.pic {
	padding-right: 10px;
	padding-bottom: 50px;
	}	
	
.backtop {
	font-size: x-small;
	
	}		
	
	
	
			
