@charset "utf-8";
/* CSS Document */
body {
	background-image:url(bg.jpg);
	background-position:center;
	background-repeat:repeat;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*----------------------mainText--------------------------------------*/

body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #000;
	font-size: 17px;
}
#body tr td h2 {
	color: #000040;
}
#body tr td h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

/*----------------------siteShell--------------------------------------*/

#header {
	background-image: url(header.jpg); 
	width: 1024px; 
	height: 283px;
}
#body {
	background-image: url(body.jpg);
	width: 1024px;
	color: #CCC;
	text-align: left;
}
#footer {
	background-image: url(footer.jpg); 
	width: 1024px; 
	height: 40px;
}

/*----------------------navbarLinks--------------------------------------*/

a:link{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:visited{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #FFF;
}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #09F
}
a:active{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #FFF;
}

/*----------------------pageLinks--------------------------------------*/

.b:link{
	font-family: Times New Roman, Times, serif;
	color: #06F;
	text-decoration: none;
}
.b:visited{
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
	color: #06F;
}
.b:hover{
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
	color: #09F;
}
.b:active{
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
	color: #06F;
}

/*----------------------footerLinks--------------------------------------*/

.c:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.c:visited{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
.c:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}
.c:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;

/*----------------------bottomBar--------------------------------------*/

}
.btmBar{
	width: 100%;
	height: 38px;
	position: fixed;
	bottom: 0;
	background-image:url(footerbar.png);
	right: 0px;
}
	
	

