body{	margin: 0px;	margin-top: 20px;	padding: 0px;	background-color: #FFF;	font-family: gill sans, arial, helvetica, sans-serif;	font-size: small;}#wrapper{	width: 1020px;	margin: 0 auto;}#header{	width: 1020px;	height: 230px;	margin: auto;	background-image: url(images/header2.jpg);	background-repeat: no-repeat;	border-top: 4px #FECF00 solid;	border-bottom: 4px #FECF00 solid;}#header img{	float: left;	margin-left: 30px;	margin-top: 30px;}#header p{	float: right;	color: white;	font-weight: bold;	font-size: 3em;	text-align: right;	margin-right: 2em;	vertical-align: top;}#menu{	overflow: hidden;	margin: auto;	height: 4em;	padding: 0px;	list-style: none;	background-image: url(images/button.gif);	background-repeat: repeat-x;	border: 0px solid green;}#menu li{	float: left;	padding: 0px;	border-right: 1px solid #999;	height: 100%}#menu a{	float: left;	padding-top: 1.25em;	padding-left: 2em;	padding-right: 2em;	padding-bottom: 1.5em;	color: #FFF;	text-decoration: none;	font-weight: bold;	border: 0px solid red;}#menu a:hover{	color: #FECF00;	background-image: url(images/buttonAlt.gif);	background-repeat: repeat-x;}#home{	margin-left: 200px;	border-left: 1px #999 solid;}#main{	overflow: auto;	background-image: url(images/page_back.gif);	background-repeat: repeat-x;	padding-top: 1em;	padding-bottom: 2em;	padding-left: 10px;	padding-right: 10px;	border-left: 2px solid #999;	border-right: 2px solid #999;}#nav{	float: left;	width: 180px;	border: 0px solid blue;	padding-top: 1em;}#nav h3 { color: #333; }#nav ul{	list-style: none;	padding: 0px;	margin: 1em;}#nav a{	text-decoration: none;	font-size: small;	color: #C90;	line-height: 150%;	font-weight: bold;}#nav a:hover { color: #FC3; }#content{	float: right;	width: 787px;	border: 0px solid blue;	border-left: 1px solid #999;	padding-left: 10px;	padding-right: 10px;	padding-top: 1em;}dt{	font-family: arial, helvetica, sans-serif;	font-size: 12px;	color: #333;	font-weight: bold;	padding-top: 5px;	padding-left: 5px;}dd{	font-family: arial, helvetica, sans-serif;	font-size: 11px;	color: #666;	font-weight: normal;	font-style: italic;	line-height: 150%;	margin: 0px 15px 5px 15px;}#copyright{	clear: both;	margin-bottom: 2em;	padding: 1em;	background-image: url(images/button.gif);	background-repeat: repeat-x;	font-size: smaller;	color: white;	text-align: center;}