a {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

p, td, div, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	background: #CCCCCC;
	/*border: 1px solid #000000;*/
	letter-spacing: 2px;
	margin: 0 0 6px 0;
	width: 172px;
}

.nav a {
	display: block;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 168px;
}

.nav a:link, .nav a:visited {
	background: #CCCCCC;
	color: #000000;
}

.nav a:hover {
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.navcol-box {
	/*background: #EAEAEA;*/
	/*border: 1px solid;*/
	color: #000000;
	font-size: 11px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}

#footer {
	background: #CCCCCC;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}

/*#maincontent {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 25px 5% 25px 5%;
}*/

#maincontent {
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}

#masthead {
	background-image:  url("images/mh_slice.jpg");
	background-repeat: repeat-x;
}

#masthead-right {
	text-align: right;
}

#navcol {
	/*background-color: #BEC9DB;*/
	background-color: #D7E1EC;
	width: 200px;
	padding: 10px;
}

#navcol li {
	margin: 0px 0px 3px;
}

#navcol p {
	font-size: 11px;
	margin: 7px;
}

#navcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.textbox-right, p textbox-right {
	background: #F2F2F2;
	color: #535337;
	float: right;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 5% 15px 15px;
	padding: 15px;
	text-align: left;
	width: 160px; 
}