/* CSS Document */
#wrapper {
	color: white;
}
h1 {
	color: #00CCFF;
}
body {
	background:  url(../images/sidelogo.jpg) no-repeat fixed;
}
.content {
	float:left;
	width:auto;
	background:#FEFEFE;
	left: 200px;
	position: absolute;
	top: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 460px;
	border-top: 1px none #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px none #B9B9B9;
	border-left: 1px none #B9B9B9;
	padding: 5px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.nav {
	background:#FEFEFE;
	top: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	height: 30px;
	border: none #B9B9B9;
	text-align: right;
	width: 200px;
	float: right;
}
#coverimage {
	float: right;
	width: 183px;
	height: 226px;


}
div.content a:link {
	color: #000099;
	text-decoration: none;
}
div.content a:visited {
	color: #000099;
	text-decoration: none;
}
div.content a:hover {
	color: #000099;
	text-decoration: underline;
}
#closing {
	text-align: right;
}
.navImage {
	border: none;
}

dt {
	font-weight: bold;
	font-size: 12px;

}
dd {
	margin-bottom: 1em;
	font-size: 12px;
}
#imagefloat {
	float: right;
	width : 183px;
}
#imagefloat2 {
	float: right;
	width : 365px;
}
