@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}
a, a:active, a:visited {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
b, strong {
	color: #333333;
}
i, em {
	color: #999999;
}
blockquote {
	margin: 0 8px 0 8px; 
	padding: 5px;
	background-color: #ffffff;
	color: #222222;
	line-height: 13px;
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-size: 7pt;
	text-align: justify;
	border: 1px solid #aaaaaa;
	width: 500px;
	margin: 0 auto;
}
#container {
	width: 750px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	width: 613px;
}
#header img {
	margin: 0px;
	border: 0px;
}
#sidebar {
	float: left;
	width: 135px;
}
.nav {
	background-color: #eeeeee;
	text-align: right;
	margin: 0px 0px 2px 0px;
}
.nav a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.nav a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #eeeeee;
	font-weight: normal;
}
#content {
	margin: 0 0 0 139px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
#footer {
	width: 611px;
	background-color: #ffffff;
	font-size: 8px;
	text-align: center;
	margin: 0 0 0 139px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	margin: 5px 0 1px 0;
	border-bottom: 1px #333333 dotted;
	font: 11px georgia;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
}
