body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
	font-size: small;
	color: #666;
	text-align: center;
	background: #fff url(img/bg.gif) repeat-x top left;
	}

a:link {
	color: #2D73B9;
	text-decoration: none; /* royal blue */
	}
a:visited {
	color: #9781B7;
	text-decoration: none; /* light purple */
	}
a:hover {
	color: #C2C2C2;
	text-decoration: underline;
	}


img {
	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	}
#container {
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #E3CAA6;
	border-top: none;
	background: #fff;
	}
#logo {
	float: left;
	margin: 20px 0 10px 0;
	padding: 0;
	border: none;
	}
#kicker {
	font-family: "Trebuchet MS", sans-serif; 
	color: #627081;
	float: right;
	margin: 0;
	padding: 80px 60px 0 0;
	}
#firstgraf {
	clear: left;
	padding: 20px 0 0 0;
	}
#clear {
	clear: both;
	padding: 20px 0 5px 0;
	}



#nav {
	float: left;
	width: 90%;
	margin: 0;
	padding: 10px 0 0 46px;
	list-style: none;
	background: #fff url(img/nav_bg.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(img/off_bg.gif) repeat-x top left;
	}
#nav a:hover, #youarehere a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}
	

#staff {
  	float: left;
  	width: 380px;
  	padding: 10px 0;
  	background: url(img/bg_staff.gif) no-repeat top left;
  	}
#staff dl {
  	float: left;
  	width: 340px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#staff dt {
  	float: right;
  	width: 350px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 2px;
  	color: #8DCB41;
  	}
#staff dd {
  	margin: 0 0 0 98px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#staff dl dd.img {
   	margin: 0;
   	}
#staff dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

/* reverse float */

#staff .alt dt {
  	float: left;
  	}
#staff .alt dd {
  	margin: 0 98px 0 0;
  	}
#staff .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}


#content {
	float: left;
	width: 60%;
	margin-right: 4%;
	}
#sidebar {
	float: right;
	width: 35%;
	font-size: 80%;
	background: #EAF3DA; /* palest green */
	}
#sidebar div {
	padding: 10px 20px 10px 20px;
	}


h1 { 
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: .2em;
	font-size: 120%; 
	color: #627081;
	}
h2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%; 
	color: #627081;
	}
h3 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 90%; 
	color: #C2C2C2;
	text-align: center;
	}
code {
	font-size: 110%;
	}
.note {
	font-size: 90%;
	color: #8DCB41;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
