/* layout */

body {margin-top:40px;}
#wrapper {
	background-color:#FBF6D5;
	margin:auto;
	padding:13px;
	width:950px;
	}
	
#header {
	background-color:white;
	height:189px;
	width:100%;
	}
	#header img.logo {width:706px;margin:0;padding:0;float:center;}
	
#content {
	background-color:white;
	margin-top:13px;
	padding:17px;
	}
	
#nav {
	float:left;
	width:200px;
	text-align:right;
	}
	
	#nav li {
		list-style:none;
		padding:0 7px 7px 7px;}
	
#main {
	float:right;
	width:690px;
	}
	#main img {border:2px solid white;}
	#main ul {
		list-style-type:disc;
		margin-bottom:15px;
		}
	#main li {margin:0 0 5px 30px;}
	
div.callout {
	background-color:white;
	float:right;
	font-size:.86em;
	padding:5px;
	text-align:center;
	width:150px;
	}
	div.callout h2 {font-size:120%;}
	div.callout h3 {font-size:114%;}
	
table {margin:0 0 15px 0;}
	table.border tr td, table.border tr th {border-width:1px 1px 0 0;border-style:solid;border-color:white;}
	table.border td.firstcell, table.border th.firstcell {border-left:1px solid white;}
	table.border td.lastrow {border-bottom:1px solid white;}



/* text styles */

body, div, p, h1, h2, h3, h4, h5, h6, td, li, address {font-family:"Trebuchet MS",sans-serif;}
body, div, p, td, th, address, #main li {font-size:.96em;line-height:1.4em;}

a:link, a:visited, a:hover, a:active {
	color:#000;
	font-size:.93em;
	font-weight:normal;
	}
#nav .section {
	background-color:#2B3795;
	color:white;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	text-transform:uppercase;
	}
	
h1 {
	border-bottom:1px solid #868686;
	font-weight:normal;
	font-size:1.2em;
	margin-bottom:12px;
	text-transform:uppercase;}
	
h2 {font-weight:bold;
	font-size:1em;
	margin-bottom:-5px;}
	h2.category {font-size:.95em;}
	h2 .newsdate {font-weight:normal;}
	
h3 {font-weight:bold;
	font-size:.98em;
	}
	


sup {
	font-size:0.75em;
	vertical-align:top;
	}
	
/* misc elements */

.clear-both {clear:both;}

.note {font-size:.75em;}


