body {
	margin:0;
	padding:0;
	text-align:center;
	background: #285D89 url("images/body-background.jpg") top center repeat-x;
	font-family: "Arial", Helvetica, sanserif;
	font-size: 15px;
	color: #333333;
	line-height: 130%;
}
#page {
	width: 784px;
	margin: 12px auto;
	text-align:left;
	background-color: #ffffff;
}
#hd {
	margin:0;
	background: #ffffff url("images/header0.jpg") top center no-repeat;
	height: 131px;
	position: relative;
	font-size: 12px;
}
#bd {
	margin:0;
	padding: 16px 27px 120px 43px;
	*padding: 30px 27px 120px 43px; /* IE */
	background: #ffffff url("images/bd-background.gif") top center repeat-y;
	position: relative;
	overflow:auto;
}
#ft {
	margin:0;
	background: #285D89 url("images/ft-background.gif") top center no-repeat;
	position: relative;
	font-size: 10px;
	height: 40px;
	padding-top: 10px;
	clear:both;
}
#hd, #ft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #285D89;
	margin-bottom: 15px;
}
h1 .subtitle {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	*margin-top: 3px; /* IE */
}
.author {
	font-style: italic;
	padding-bottom: 1em;
}
.deg {
	font-size: smaller;
}
p { margin: 0 0 1em 0; }


.hnav { margin:0; padding:0; list-style-type:none; }
.hnav li {
	display: inline;
	list-style-type: none;
	padding: 0 14px 0 8px;
	*padding: 0 10px 0 12px; /* IE */
	border-right: 1px solid #AE281D;
	text-align: center
}
.hnav li.last {
	border: 0;
}
.hnav a {
	color: #285D89;
}
.hnav a:link, .hnav a:visited { text-decoration:none; }
.hnav a:hover, .hnav a:active { text-decoration:underline; }

#hd #menu {
	position: relative;
	top: 109px;
	bottom: 0;
	text-align: center;
}
#hd .hnav {
	margin: 0 auto;
	width: 90%;
}
#ft .hnav {
	position: absolute;
	top: 3px;
	right: 10px;
	left: 150px;
	width: 550px;
}


#ft .copyright {
	position:absolute;
	right: 22px;
	bottom: 0;
	color: #ffffff;
	font-size: 9px;
}


.col1 { 
	width: 488px;
	max-width: 36em;
}
.col2 { 
	width:195px;
	padding-left: 30px; 
}

.section-title { font-weight: bold; padding-right:1em; }

.sidebar { 
	padding: 11px;
	background-color: #F3F3EE;
	border:1px solid black;
	margin-top: 0;
}
.sidebar .title {
	font-style: italic;
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.sidebar .content {
	font-size: 12px;
}
.col11 {	width: 488px;
	max-width: 36em;
}