@charset "UTF-8";
.nav {
	letter-spacing: 0px;
	margin: 0 0 0px 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	border-top: 0px none #fff;
	border-right: 0px none #fff;
	border-bottom: 1px solid #434273;
	border-left: 0px none #fff;
	text-indent: 15px;
}

.nav a {
	display: block;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	width: 196px;
}

.nav a:link, .nav a:visited {
	color: #fff;
	background-position: 0px;
}

.nav a:hover {
	background: #fff;
	color: #00005a;
	text-decoration: underline;
	background-position: 0px;
}
.bottom-bar {
	background-image: url(images/bottom-bar.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.outline {
	border: 1px solid #dfdcae;
}
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #00005a;
	text-align: center;
}
.side {
	background-image: url(images/side-bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.bodyItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.bodyBoldItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
