@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.sidebarBG {
	background: url(../images/bg_sidebar.gif) repeat-y;
}

img {
	border: none;
}

a {
	color: #173394;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	height: 215px;
	background: url(../images/bg_header.gif) repeat-x;
	background-color: #fff;
}

#banner {
	width: 1200px;
}

#nav {
	width: 430px;
}

ul.topNav {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

ul.topNav li {
	display: inline;
	float: left;
}

ul.topNav li a {
	outline: none;
}

#sidebar {
	width: 275px;
	float: left;
	font-size: 0.75em;
}

.sidebarContent {
	margin: 18px;
}

.contentContainer {
	width: 950px;
}

#content {
	width: 625px;
	float: left;
	margin-left: 30px;
}

.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #173394;
	margin-bottom: 20px;
}
.pageSubtitle {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin-top: -20px;
	margin-bottom: 20px;
}

.paragraph {
	font-size: 0.75em;
	line-height: 1.5em;
}

#footer {
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: .6875em;
}

