body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top {
	background-color: #D1D1F8;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top_pic.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
}

.topmenu {
	background-color: #000099;
	width: 100%;
	text-align: center;
	visibility: hidden;
	padding: 0px;
	display: none;
}
.topmenu a {
	font-size: 1px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: -3px;
	margin-left: -3px;
	display: inline;
	background-color: #000099;
	padding: 0px;
}
.topmenu a:hover {
	background-color: #0000B3;
}

.left {
	width: 0px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	visibility: hidden;
	display: none;
}
.leftmenu {
	background-color: #000099;
	visibility: hidden;
}
.leftmenu a {
	font-size: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: none;
	width: 0px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background-color: #000099;
	background-position: left center;
}
.leftmenu a:hover {
	background-color: #0000B0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


.content {
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 10px;
}
.content h1 {
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin: 0px;
	padding: 0px;
}
.content h2 {
	font-size: 1.5em;
}
.content h3 {
	font-size: 1.2em;
	text-decoration: underline;
}
.content p {
	font-size: 1em;
	font-weight: bold;
}
.content a {
	font-size: 1em;
	color: #000099;
}
.content a:hover {
	font-size: 1em;
	color: #CC0000;
	text-decoration: none;
}
.content img {
	border: 1px solid #000000;
}
#detailimageholder {
	float: right;
	width: 300px;
	padding-right: 5px;
	padding-left: 10px;
}
.pagemenu {
	text-align: left;
	background-color: #000099;
	visibility: hidden;
	padding: 0px;
}
.pagemenu a {
	font-size: 1px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: -3px;
	margin-left: -3px;
	display: inline;
	background-color: #000099;
	padding: 0px;
}
.pagemenu a:hover {
	background-color: #0000B3;
}
.picturetext {
	font-size: 0.8em;
	color: #000066;
	text-align: center;
	margin: -15px 0px 0px;
	padding: 0px;
}
.box {
	border: 1px solid #000099;
	padding: 5px;
	background:#F4F4FF;
	color: #000066;
}

