@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header a {
	color:#666666
	}
#banner {
	background-color: #FFFFFF;
	height: 116px;
	border-left:#666666 ;
}

#banner .logo {
	text-align: left;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}

img {
	border:0;
}

#banner .chair {
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
}

#navinner {
	display: none;
}

#nav {
	display: none;
}

#header-items {
	display: none;
}

#content {
	background-color: #FFFFFF;
	margin-right: 80px;
	margin-left: 20px;
	margin-top: 2em;
}

#content h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content h2 {
	font: 130% Verdana, Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content h3 {
	font: 110% Verdana, Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content p, #content li, #content td, #content dd, #content dt {
	font: 80%/1.9em  Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 0.8em;
}

#content p.footer {
	font: 70%/1.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 2.4em;
}

#content a:link, #content a:active {
	color: #999999;
}

#content a:visited {
	color: #999999;
}

#content a:hover {
	background-color: #999999;
	text-decoration: none;
}

#sidedrop {
	display: none;
}


.clear {
	clear: both;
}

.leftimg {
	float: left;
	margin-right: 0.5em;
}
