@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.2em;
	background-image: url(images/banner_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.navbar {
	background-color: #35a3ff;
	height: 40px;
	background-image: url(images/topnav_bg3.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.nav {
	height: 40px;
	padding-top: 5px;
}
.navtext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.navtext a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
		color: #FFFFFF;

}
.navtext a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000066;

}
.date {
	font-size: 16px;
	color: #333333;
}
.title {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.headline {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: .1em;
}

.blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
}
.headline {
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0em;
}
.red {
	font-size: 1.2em;
	font-weight: bold;
	color: #c32028;
}
.background {
	background-image: url(images/vert_rules.jpg);
	background-repeat: repeat-y;
	background-position: 0px 120px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.headlineRed {
	font-size: 24px;
	font-weight: bold;
	color: #c32028;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 0em;
	line-height: 30px;
	text-align: center;
}
