body {
	background-image: url(../images/barBG.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.bannerBG {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#content {
	padding-top: 19px;
	padding-right: 40px;
	padding-left: 40px;
}
.orange {
	color: #F88B12;
}
.copyright {
	font-size: 10px;
	color: #999999;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
#menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}
#menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFCC99;
	margin: 0px;
	padding: 4px;
}
#menu a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;	
}
.active {
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
	text-decoration: underline;
	padding: 4px;	
}
#menu {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.grey {
	color: #666666;
}
a:link {
	font-weight: bold;
	color: #0033CC;
}
a:visited {
	font-weight: bold;
	color: #0033CC;
}
a:hover {
	font-weight: bold;
	color: #990000;
}
a:active {
	font-weight: bold;
	color: #0033CC;
}
#login {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #0033CC;
	position: absolute;
	top: 0px;
	width: 770px;
}

