@import url("layout.css");
body {
	font-family: BankGothic Lt BT, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/blue_bg.jpg);
	background-attachment: fixed;
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	scrollbar-base-color: #000077;
}
#container {
	width: 960px;
	margin: 10px auto;
	background-attachment: scroll;
}
#masthead {
	width: 960px;
	height: 120px;
	margin: auto;
	background-image: url(../images/banner.gif);
	margin: auto;
	position: static;
}
#topbar {
	width: 960px;
	height: 95px;
	margin-top: 10px;
	padding-top: 5px;
	background-image: url(../images/topbar.gif);
	position: static;
}
#leftborder {
	float: left;
	background-image: url(../images/leftborder.gif);
	width: 16px;
	height: 520px;
	position: static;
}
#content {
	float: left;
	width: 928px;
	height: 520px;
	position: static;
	margin: auto;
	overflow: auto;
	text-align: center;
	color: #FFFFFF;
}
#rightborder {
	float: right;
	background-image: url(../images/rightborder.gif);
	width: 16px;
	height: 520px;
	position: static;
}
#footer {
	clear: both;
	width: 960px;
	height: 88px;
	margin: auto;
	text-align: center;
	background-image: url(../images/footer2.gif);
	position: static;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
}

/* Styles for Content */
#content p {
	color: #ffffff;
}
#content h2 {
	font-family: BankGothic Lt BT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	color: #ffffff;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
	display: inline;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
	background-color: #ffffff;
}
/* Styles for Footer */
#footer p {
	font-size: .8em;
	color: #ffffff;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
