/* CSS Document */
img.figure {
	float:left;
	margin-left:0px;
}
h1 {
	font:Verdana, Arial, Helvetica, sans-serif bold;
	color:#000000;
	font-size: 2em;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin: 0;
	margin-top:1em;
	padding: 0;
	background-color:#CCCCCC;
}
.subtitle {
	font-weight:bold;
}
#wrapper {
	width: 750px;
	height: 525px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#banner {
	margin-left: 200px;
	margin-right: 43px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}
#footer {
	position:absolute;
	right: 43px;
	bottom: 10px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color:#666666;
	left: -330px;
	top: 500px;
}
#content {
	margin-left:211px;
	margin-top: 40px;
	margin-right: 43px;
}
.bodytext a {
	font-size: 0.9em;
	color:#666666;
	text-decoration: none;
}
.bodytext a:visted {
	color:#CCCCCC;
	}
.bodytext a:hover {
	color:#990000;
	text-decoration:underline;
}
#links a {
	text-align: right;
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	text-decoration: none;
}
#links a:visted {
	color:#CCCCCC;
	}
#links a:hover {
	color:#990000;
	text-decoration:underline;
}
ul a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#666666;
	text-decoration: none;
}
ul a:visted {
	color:#CCCCCC;
	}
ul a:hover {
	color:#990000;
	text-decoration:underline;
}
#email a {
	color:#666666;
	text-decoration: none;
}
#email a:hover {
	color:#990000;
	text-decoration:underline;
}
.credit {
	margin-left: 340px;
	text-align: right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color:#666666;
}
.style1 {
	color:#990000;
}
.style2 {
	color:#666666;
