.light { background-color: #FFB720; }
.bright { background-color: #FF9900; }

#right { float: right; } 
.maindiv { width: 100%; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px; padding: 0px;
}

img { border: none; }


body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#bg_blue {
	background-color: #FF9900;
	width: 285px;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.maindiv {
	background: #FFB720 url(../img/theforthquarter_logo.gif) top right no-repeat;
	padding-top: 55px;
}

.toplinks {
	padding: 0px;
	margin: 0px;
	height: 22px;
	width: 700px;
	letter-spacing: 0px;
}

h3 { 
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold; 
}

#footer a {
	color: #FFFFFF;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.style1 {color: #FF0000;}
