html, body {
	background:url(../media/graphics/body_background.gif) repeat;
}

div#border_container {
	width:801px;
	margin:15px auto 0 auto;
}

div#top_background {
	width:801px;
	height:17px;
	background:url(../media/graphics/top_background.png) no-repeat; /* if_ie.css */
}

div#middle_background {
	width:801px;
	background:url(../media/graphics/middle_background.png) repeat-y; /* if_ie.css */
}

div#bottom_background {
	width:801px;
	height:17px;
	background:url(../media/graphics/bottom_background.png) no-repeat; /* if_ie.css */
}

#container {
	margin: 0px auto;
	width: 767px;
	/*background: #CFDA71 url(../media/graphics/splash-body-bg.jpg) no-repeat right bottom;*/
	background:#FFFFFF;
}

#banner {
	height: 155px;
	padding:25px 0 0 0;
	background:url(../media/graphics/banner_background.jpg) no-repeat;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 8px; /* if_ie.css */
	margin: 5px; /* if_ie.css */
	background-color: #F2F2F2;
	width: 720px;
	clear:both;
}

div#banner h1 {
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	text-align:right;
	margin:0;
	padding:0 425px 5px 0;
	border:0;
}

div#banner h2 {
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	background:url(../media/graphics/text_background.png) repeat-x bottom; /* if_ie.css */
	font-weight:normal;
	letter-spacing:1px;
	text-align:right;
	margin:0;
	padding:2px 5px;
	border:0;
}

h2 span {
	text-decoration:underline;
}