/* CSS Document */

body{
	background-image: url(imagesNEW/siteBG.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

.maincontent {
	background-image: url(imagesNEW/contentBG.gif);
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.maincontent a{
	color: #6699FF;
	text-decoration: underline;
}
.maincontent a:visited{
	color: #CCCC33;
}

.maincontent a:hover{
	color: #003366;
	text-decoration: underline;
}

.copyright{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.copyright a{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:visited{
	color: #003366;
}
.copyright a:hover{
	color: #CCCC33;
}

