body {
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: navy;
	background-image:  url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-weight: bold;
	clear: both;
}

h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}

dt {
	font-weight: bold;
	margin-top: 20px;
}
dd {
}

#page {
	background: url(../images/banner.jpg) no-repeat;
	width: 820px;
	margin: 10px auto 10px auto;
	border: 1px solid #000;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	background-color: #FFFFFF;
}

#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 10px;
	visibility: hidden;
}

#banner {
	color: #ee5;
	height: 72px;
/*	border: 1px solid #475;	*/
}

#banner h1 {
	position: relative;
	top: 15px;
	font-size: 36px;
	margin-top: 0px;	
	margin-left: 110px;
	text-align: left;
	margin-bottom: 0px;
}

#topnav {
	height: 27px;
	position: relative;
	background: url(../images/topnav.gif) repeat-x;
}

#topnav ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

#topnav ul li {
	float: left;;
}

#topnav ul li a {
	float: left;
	display: block;
	height: 22px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	color: #EE5;
	font-weight: bold;
}

#topnav ul li a:focus,
#topnav ul li a:hover,
#topnav ul li a:active {
	background: url(../images/topnav_hover.gif) repeat-x;
}

#pagetitle {
	clear: both;
	float: left;
	width: 130px;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14pt;
}

#content {
	float: right;
	width: 420px;
	margin: 20px 10px 15px 0px;
	padding-left: 10px;	/* because IE is poor!  KGM 5.08.07 */
	background-repeat: no-repeat;
}


#picture {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
}


#nav {
	margin-top: 20px;
	font-size: 9pt;
	font-weight: normal;
	width: 120px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: white;
	position: relative;
	border-top: 1px solid #475;		
	border-right: 1px solid #475;		
}

#nav ul li {
	position: relative; 
	list-style: none; 
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #475;
}
#nav ul li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none; 
	border-left: 0.5em solid #475;
}

#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li a:active {
	background: #DBE4DB;
	border-left-color: #83A186;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
}