html{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	height: 100%;
}
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body, h1, h2, h3, h4, h5, h6, p, td, th, div, a {
	color: #808080;
}
p {
	margin: 3px 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
form{
	margin: 0px;
	padding: 0px;
}

#container{
	width: 780px;
	background-color:#FFFFFF;
	text-align: left;
	margin: 0px auto;
	height: 100%;
}
#top{
	background: url(images/bg_top.jpg) repeat-x;
	height:12px;
}
#sidebar {
	background: #C7021E url(images/sidebar_t.jpg) top no-repeat;
	width: 160px;
	margin-top: 40px;
	float: left;
	min-height: 90%;
	
}
* html #sidebar {
	height: 90%;
}
#sidebar_i {
	padding: 80px 5px 5px 5px;
	overflow: hidden;
	width: 150px;
}
#sidebar h2 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;	
	text-decoration: underline;
}

#sidebar a {
	padding-left: 8px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;	
}

#sidebar a:visited {
	padding-left: 8px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;	
}

#sidebar a:hover {
	padding-left: 8px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;	
	text-decoration: underline;
}

#main{
	float: none;
	margin-left: 170px;
	min-height: 90%;
	padding-left: 10px;
}
* html #main{
	height: 90%;
}
#navbar{
	padding-top: 10px;
	text-align: right;
}
#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navbar ul li{
	display: inline;
}
#navbar ul li a{
	color: #818181;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	background: url(images/seprator.jpg) center left no-repeat;
}
#navbar ul li a.first{
	background: none; 
}
#logo{
	padding: 60px 10px 0 10px;
	float: left;
}
#searchbox{
	background: #ECECEC url(images/bg_top.jpg) repeat;
	float: right;
	color: #808080;
	font-weight: bold;
	margin: 60px 10px 10px 20px;
	padding: 10px 10px;
}
#separator{
	background: #ECECEC url(images/bg_top.jpg) repeat-x;
	height: 5px;
	clear:right;
	margin-bottom: 10px;
	font-size: 0px;
}
#contents{
	color: #565656;
	padding: 0px 5px;
}
#footer{
	background: #ECECEC url(images/bg_top.jpg) repeat-x;
	height: 15px;
	font-size: 0.95em;
	padding: 5px;
	margin-left: 180px;
	color: #808080;
	
}
.textbox{
	font-family:inherit;
	font-size:inherit;
	background: #FFFFFF;
	border: 1px #C1C1C1 solid;
	
}
.button{
	background: #C7021E;
	margin-left:1px;
	padding: 1px;
	height: 18px;
	width: 60px;
	color: #FFFFFF;
	font-weight:bold;
	border: 1px solid #FFFFFF;
}
#pathway, #pathway a, #links .url {
	font-size: 10px;
	color: #999999;
}
.clr{
	clear: both;
}
h2.maincat {
	height: 18px;
	margin: 3px 0px;
}
h2.maincat, h2.maincat a {
	font-weight: bold;
	color: #C7021E;
}
#sidebar a {
	font-weight: bold;
	color: #8E2439;
}
#sidebar * {
	color: #FFFFFF;
}
#sidebar span.url {
	font-size: .9em;
	color: #ECECEC;
}
p.subcats a {
	font-size: .9em;
}
#links table {
	margin: 5px 0px;
}
#links a {
	font-weight: bold;
}