body {
	text-align: center;
	background-color: #eee;
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #666666;
}
a:link {
	color: #006699;
	font-weight: bold;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #006699;
	font-weight: bold;
}
#header-wrapper {
	 /*background-color: #333333;*/
}
#header {
	width: 85%;
	/* height: 100px; */
	/* background-color: #006699; */
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	border-top: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(/img/headerbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	text-align: left;
	background-color: #006699;
	width: 85%;
	/*height: 26px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu ul {
	background-color: #006699;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#menu a:hover, #menu-current-page a:link, #menu-current-page a:visited{
	color: #333333;
	background-color:#FFFFFF;
}
#content-wrapper {
	background-color:#FFFFFF;
	text-align: left;
	width: 83%;
	margin: 0 auto;
	padding: 10px 1%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#content-wrapper p {
	text-indent: 30px;

}
#content-footer {
	background-color: #666666;
	text-align: center;
	width: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 22px;
	background-image: url(/img/contentfooterbg.gif);
	background-repeat: repeat-x;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.content-p {
	margin-bottom: 0;
}
.footer-hr {
	width: 85%;
	border-width: 1px;
	border-color: #000033;
}
#content-footer {
	font-size: 12px;
	font-weight: bold;
}
#master-wrapper {

}
