html {
	margin: 0;
	padding: 0;
	}
body {
	font: 11pt/17pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #524539 url(../images/body-bg.gif);
	color: #505050;
	}
a img {
	border: none;
}
#container {
	background: #fff url(../images/page-bg.gif) top repeat-y;
	padding: 0;
	text-align: left;
	margin: 10px auto;
	width: 750px;
	}
#pageHeader { 
	background: transparent url(../images/page-header.gif) no-repeat top center;
	position:relative;
	width: 750px;
	height: 84px;
	}
#pageHeader h1 {
	background: transparent url(../images/logo.gif) no-repeat top left;
	width: 349px;
	height: 84px;
	}
#pageHeader h1 span {
	display:none
	}
#top {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: left;
	height: 20px;
}
span#top-nav {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
span#top-nav a, span#top-nav a:visited {
	color: #3c76cb;
	text-decoration: none;
}
span#top-nav a:hover, span#top-nav a:visited:hover {
	text-decoration: underline;
}
#footer { 
	background: transparent url(../images/page-footer.gif) no-repeat top center;
	width: 750px;
	height: 39px;
	}
#footer p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	padding-left:20px;
	}
a:link, a:active, a:visited {
	color: #3c76cb;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }

.content {
	width: 750px;
	overflow: hidden;
	clear: both;
}
.unequalColumns .columnA { width: 300px; padding:0 10px 0 25px; }
.unequalColumns .columnB { width: 390px; padding:20px 0 0 15px; border-left:1px #000 dotted;}
.left {	float: left; }
.right { float: right; }

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin: 10px 0;
	color: #516da5;
}
br.clear {
	clear: both;
}
acronym { border-bottom: none; }
.divider {
	width:700px;
	height:1px;
	border-bottom:1px #000 dotted;
	margin-left:25px;
}
.nav-table {
	width:710px;
	margin-left:20px;
	border:0;
}
.nav-table td {
	padding:10px;
	width:130px;
	background-color:#e4dab4;
	border:1px #bcbc8f solid;
}
select { width:100px; }
