/* CSS Document */

#wrap {
	width:800px;
	min-height:200px;
	margin-left: auto;
	margin-right:auto;
	}

#left {
	float:left;
	width:440px;
	min-height:560px;
	padding-left:28px;
	padding-right:36px;
	text-align:left;
	border-right-width:thin;
	border-right-color:#999999;
	border-right-style:dotted;
	}

#nav {
	float:right;
	width:250px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:28px;
	padding-top:10px;
	}

.navelement {
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	}

.navelement:hover {
	border-right-color:#990000;
	border-right-style:solid;
	border-right-width:thick;
	background-color:#CCCCCC;
	}

#header {
	float:left;
	}

.details {
	clear:right;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:8px;
	font-size:11px;
	}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	margin-bottom:10px;
	vertical-align:bottom;
	padding-bottom:3px;
	}

.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	}

.pullout {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#CCCCCC;
	padding:8px;
	margin-top:2px;
	}

.pullouttitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#CCCCCC;
	padding:8px;
	margin-top:2px;
	}

.forcer {
	clear:both;
	}

#footer {
	padding-top:30px;
	margin-bottom:20px;
	margin-top:30px;
	border-top-color:#000000;
	border-top-style:dotted;
	border-top-width:thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	}