@charset "UTF-8";
/* CSS Document */

.centerContainer {
	width: 700px;
	margin: 0 auto;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainContainer {
	width: 700px;
	position: relative;
	float: left;
}
.logoBox {
	width: 191px;
	left: 21px;
	position: relative;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.navBox {
	width: 21px;
	position: relative;
	float: left;
	top: 15px;
}
.navInfoBox {
	width: 191px;
	height: 431px;
	position: relative;
	float:left;
	background-image: url(images/LeftColumn.png);
	background-repeat: no-repeat;
}
.redBox {
	width: 168px;
	height: 106px;
	position: relative;
	float:left;
	left: 10px;
	padding-top: 10px;
}
.contentBox {
	width: 488px;
	height: 412px;
	position: relative;
	float: left;
	top: 10px;
	background-image: url(images/MainBkgd.png);
	background-repeat: no-repeat;
}
.textBox {
	width: 290px;
	height: 382px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	overflow: auto;
}
.pictureBox {
	width: 173px;
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.nmpBox {
	width: 488px;
	position: relative;
	float: right;
	padding-top: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.nmpText {
	color: #ffffff;
	font-size: 9px;
	text-align: center;
}
a.nmp:link {
	color: #ffffff;
	text-decoration: underline;
}
a.nmp:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.nmp:hover {
	color: #ffffff;
	text-decoration: none;
}
a.nmp:active {
	color: #ffffff;
	text-decoration: underline;
}