body {
    text-align: center;
	}
.content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	left: 5px;
	padding: 7px 7px 10px;
	margin-bottom: 30px;
}

.content a{
	text-decoration: none;
	color: #666666;
}

.content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 115%;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 115%;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 30px;
}

#banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	background-image: url(graphics/nvmheader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#fff;
	text-align: center;
	height: 143px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: 800px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	vertical-align: text-bottom;
	color: #333333;
	font-weight: normal;
	text-indent: 0pt;
	margin-bottom: 10px;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	list-style-type: none;
	font-weight: bold;
}
.sidebar ul {
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	text-indent: 0pt;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #333333;
}
.sidebar li {
	font-size: 12px;
	text-transform: capitalize;
	border-top: 1px dotted #333333;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	list-style-type: none;
	line-height:20pt;
}

.sidebar a{
	text-decoration:none;
	color: #333333;
	}
	
.sidebar a:hover{
	text-decoration:none;
	color: #666;
	}
.sidebar li ul {
	font-size: 12px;
	text-align: left;
	text-decoration:none;
	list-style-type: none;
	border-bottom: none;
	padding-bottom: 0px;
}
.sidebar li ul li{
	font-size: 12px;
	text-transform: capitalize;
	border-top: 1px dotted #333333;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:25px;
	list-style-type: none;
}
.sidebar li ul a{
	font-size: 12px;
	text-align: left;
	text-decoration:none;
}
