a:focus {outline:none;}
object {outline:none;} 
#header {
	background-image: url(images/headerbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
#topbg {
	background-image: url(images/mainpic.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#topfade {
	background-attachment: scroll;
	background-image: url(images/topfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
}
body {
	background-image: url(images/sitebg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: normal;
	text-decoration: none;
}
.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C43459;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
}

#siteshadow {
	background-attachment: scroll;
	background-image: url(images/siteshadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	font-weight: bold;
}
.required {
	color:#C43459;
	font-weight:bold;
}h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C43459;
	font-weight: bold;
}
#notice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B93155;
	height: 83px;
	padding: 10px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 109px;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	display:none;
}
