body {
	margin: 0;
	padding: 0;
	font: normal 100.1%/1.5 Arial,Helvetica,sans-serif;
}
h2 {
	color: #f00;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
h3 {
	color: #f00;
	font-size: 1em;
	margin: 0 0 1em 0;
}


#wrapper {
	min-width: 100%;
	background-color: white;
	color: #000;
	font-size: .83em;
	border-bottom: 2px solid navy;
}
#wrapper td {
	vertical-align: top;
}
#header {
	background:navy url(logo.gif) no-repeat left center;
	color: white;
	padding: 5px 5px 5px 200px;
	border-right: 5px solid navy;
	font-weight:bold;
	height: 150px;
}
#header div {
	width:185px;
	height: 75px;
	padding: 5px;
	float:right;
}
#header ul {
	list-style:none;
	margin:0;
	padding:0;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	width: 185px;
}
#header h1 {
	color: #ffcf00;
	font-size: 1.4em;
	margin: 0 180px 0 0;
}
#header p {
	margin: 0 180px 0 0;
}
#header ul li.title {
	display:block;
	margin: 0;
	padding:2px 5px;
	border-top: 1px solid silver;
	color:navy;
	background-color: silver;
	font-weight:bold;
	line-height: 1.1;
	height: 1em;
}
#content {
	background: white url(bg-content.png) no-repeat;
	color: black;
	border-right: 2px solid navy;
	padding: 20px 10px 20px 20px;
	height:100%;
}
#nav { 
	background-color:navy;
	color: white;
	padding: 10px;
}
#nav dl, #header ul {
	font-size: 8pt;
	line-height: 1.2;
}
#nav dl dt {
	background-color: silver;
	color:navy;
	font-weight:bold;
	margin: 5px 0 0 0;
	padding: 1px 5px;
}
#nav dl dd {
	margin:0;
	padding:0;
	border: 1px solid silver;
}
#nav ul, #header ul {
	list-style: none;
	margin:0;
	padding:0;
}
#nav ul li {
	margin:0;
	padding:0;
	display:block;
}
#nav ul a, #header ul a {
	display:block;
	margin: 0;
	padding:2px 5px;
	border-top: 1px solid silver;
	color:white;
	font-weight:bold;
	text-decoration: none;
	line-height: 1.1;
	height: 1em;
}
#nav ul a:hover, #header ul a:hover {
	background-color: #ffcf00;
	color: navy;
}

div.inset {
	margin: 0 0 20px 20px;
	padding: 2px 2px 0 2px;
	width: 175px;
	max-width: 185px;
	float:right;
}
div.inset h2 {
	margin: 10px 0 0 0;
}

#right {
	text-align:center;
	background-color: silver;
	margin:0;
	padding:0 5px;
	width: 260px;
}

#right img {
	border: 0 none;
}
#right form fieldset {
	padding: 5px 0 10px 0;
}

#right select {
	width: 160px;
	font-size: .9em;
}

#right h2 a {
	color:#fff;
	float:right;
	padding-left: 25px;
	background: transparent url(feed.png) left center no-repeat;
}

#right h2 {
	margin: 10px 0 0 0;
	padding: 2px 5px;
	background-color: navy;
	color: white;
	font-size: 1em;
	text-align: left;
}

#right dl, #content dl { 
	text-align:left; 
	border: 1px solid navy;
	margin: 0;
	padding: 0 5px;
	font-size: .9em;
	background-color: white;
}
#right dt, #content dt { 
	font-weight:bold; 
	color: #c00; 
	margin:5px 0 0 0;
	padding: 0;
}
#right dd, #content dd { 
	margin:0; 
	padding: 0;
}
#right dl#credits {
	font-size: .9em;
	display: block;
	display: inline-block; /* MSIE ONLY */
}
#right dl#credits:after {
	content: " ";
	display:block;
	height:0;
	clear:left;
}

#right dl#credits dt {
	margin:0;
	clear: left;
	width: 10em;
	line-height: 2;
	float: left;
}
#right dl#credits dd {
	float: left;
	width: 8em;
	line-height: 2;
}
#right dl#credits {
}

dd p.Date {
	text-align:right;
	color: #333;
	margin:0 0 10px 0;
}
#right p.more { text-align:right; }

#linkspanel {
	text-align:left;
	margin:10px 0;
	padding:0 5px;
	list-style: none;
	background-color: white;
	border: 1px solid #c00;
	background-color: #c00;
	color:white;
}
#linkspanel li {
	font-weight:bold;
	margin: 0;
	padding: 2px 0 0 0;
}
#linkspanel ul {
	margin:0 -5px;
	padding:0 5px;
	list-style: none;
	color: #c00;
	background-color: white;
	border-bottom: 1px solid #c00;
}
#linkspanel ul li {
	font-weight:normal;
	color: black;
	margin:0;
	padding: 2px 0;
}
#wrapper td#content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#wrapper td#content table td,
#wrapper td#content table th { 
	padding: 0px 5px; 
	vertical-align: middle;
}



* html #wrapper { width: auto; }
