* {
	padding:0px;
	margin:0px;
}

p {
	margin: 10px 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

body {
	background: #FFF;
	font: 13px/1.5 Arial, Helvetica, Sans-Serif;
	color: #333;
	font-size: .8em;
}

#page {
	width: 852px;
	margin: 15px auto;
}

#header {
	position: relative;
	background: #990000 url(../images/top.jpg) center repeat-x;
	margin-bottom: 1px;
	color: #FFF;
	clear: both;
}

#header h1 {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
	padding: .3em 10px;
	margin:0px;
	font-weight: normal;
	width: 50%;
}

#header #date {
	position: absolute;
	top: 0px;
	right:10px;
	padding: 1.15em 0px;
	width: 50%;
	text-align:right;
}

#banner {
	clear: both;
	height: 85px;
	background: url(../images/banner.jpg);
	margin-bottom: 1px;
}

#i-nav {
	clear: both;
	background: #990000 url(../images/top.jpg) center repeat-x;
	overflow: hidden;
}

#nav #i-nav, #i-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav #i-nav {
	padding: 3px 0px;
}

#nav #i-nav li {
	float: left;
}

#nav #i-nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#nav #i-nav li a:hover, #nav #i-nav li .selected {
	color: #ff6666;
}

#left {
	overflow: hidden;
	width: 150px;
}

#main {
	position: relative;
	background: #FFF url(../images/page.gif) top left repeat-y;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}

#main #left {
	float: left;
	width: 170px;
	
}

#main #left #subnav {
}

#main #left #subnav, #main #left #subnav li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main #left #subnav li {
	margin: 10px;
}

#main #left #subnav li a {
	color: #000;
	text-decoration: none;
}

#main #left #subnav li a:hover, #main #left #subnav li a.selected {
	color: #990000;
}

#main #left #logos {
	position: absolute;
	text-align: center;
	width:170px;
	bottom:10px;
}

#main #left #logos p {
	font-size: .7em;
	line-height: 1em;
	margin: .5em auto;
	width: 154px;
	text-align: left;
}

#main #content {
	margin-left: 190px;
}

#main #content.internal {
	padding-right: 10px;
}

#main #content h2 {
	color: #990000;
	padding:0px;
	margin: 0px;
	font-size: 1em;
	padding: 1em 0px;
}

#bottom{
	clear: both;
	height: 93px;
	background: url(../images/bottom.jpg);
	margin-bottom: 1px;
}

#footer {
	position: relative;
	clear: both;
	background: #990000 url(../images/top.jpg) center repeat-x;
}

#footer #maintained {
	width:50%;
	color: #FFF;
	padding: .4em 10px;
}

#footer #copyright {
	position: absolute;
	width:50%;
	top: 0px;
	right: 10px;
	font-size: .8em;
	color: #FFF;
	text-align:right;
	padding: .7em 0px;
}

.i_float_right {
	float: right;
	margin-left: 10px;
	width: 282px;
}

.caption {
	color: #990000;
	margin-top: 5px;
	font-size: .8em;
	line-height: 1em;
}
ul{ margin: 0 0 20px 40px; }
