body {
	background-color: #CB9CD5;
	color: #000000;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;

}

/* content style */

#contentbox {	
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 85%;
	background-color: #ffffff;
	color: #000000;
	padding: 5px 5px 0px 10px;

}

#contentbox a {
	color: #874CFF;
	background-color: inherit;
}

#contentbox a:hover {
	color: #FF4C4C;
	background-color: inherit;
	text-decoration: none;
}


#contentheader {
	text-align: right;
	border-bottom: 1px solid silver;
	padding: 0px 5px 3px 0px;
}


#banner {
	text-align: center; 
	margin: 10px 0px 5px 0px;
}

div.content {
	width:75%;
	float: left;
	
	border: 1px solid #A97AE9;
	padding: 0px 5px 5px 5px;
	text-align: left;
	margin-left: 10px;
}
div.content h1 {
	font-size: 16pt;
	color: #7A3688;
	background-color: inherit;
	font-family: arial, verdana, sans-serif;
	border-bottom: 1px solid #7B3BB6;
	margin-top: 3px;
}

div.content p {
	padding-left: 10px;
}

/* Site Map Style */

div.content ul.sitemap {
	margin-top: 0px;
}

div.content p.sitemapHeader {
	font-weight: bold;
	margin-bottom: 0px;
}

/* photo Sytle */

ul.photo {

	text-align: center;
	list-style: none;
	margin-top: 15px;
}

ul.photo li{
	float: left;
	display: inline;
	border: 1px solid silver;
	margin-right: 10px;
	padding: 5px 0px 5px 0px;
	width: 23%;
	height: 105pt;
}

a img {
	border: 0px;
}

p.navmenu { 
	float: left;
	width: 70%;
	padding-bottom: 10px;
}

p.navmenu a {
	font-weight: bold;
}

p.top {
	font-weight: bold;
	text-align: right;
	border-top: 1px solid silver;
}

h1.topic {
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 0px;
	font-weight: bold;
}

h1.header {
	margin-left: 5px;
	width: 70%;
	float: left;
	padding: 20px 0px 5px 0px;
	font-size: 18pt;
	color: #44532f;
	background-color: inherit;
}

/* bottom Bar Style */

#contentbottom {
	clear: both;
	margin: 5px 0px 3px 0px;
	border-top: 1px solid silver;
	padding-left: 5px;
	width: 100%;
}

/* menu style */

#menu{
	width: 150px;
	float: left;
}

#menu ul {
	list-style-type: none;
	margin-left: 0px;
}

#menu li a{
	background: white;
	font-size: 11pt;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;

	color: #4E016E;
	display: block;
	width: auto;
	padding: 2px 0px 2px 3px;
	margin: 2px 0px 2px 0px;

	text-decoration: none;
	border: 1px solid #6619B5;

	width: 150px;
}

#menu li a:hover{
	color: #A800FF;
	background-color: #E3D5F1;
}

#menu b {
	border-bottom: 1px solid silver;
	color: #532784;
}