﻿#subnav{
	width: 199px;
	padding: 0 0 0 2%;
	margin: 0 auto;
	list-style-type: none;
}
#subnav li {
	float: left;
	width: 195px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: navy;
	border-bottom-color: navy;
	border-left-color: navy;
}
#subnav a {
	margin: 0px;
	display: block;
	width: 195px;
	color: #000;
	background: #fff;
	text-align: left;
	padding: 4px 0;
	text-decoration: none;
	float: left;
	padding-left: 5px;
	padding-right: 0px;
}
#subnav a:hover {
  color:#000; 
  background:#d4d4d4;
  }

#subnav .current{
  color:#fff; 
  background:navy; 
}



#sidebar {
	position: relative;
	width:200px;
	float: left;
	margin: 0;
	padding:0;
}

#subContent {
	position: relative;
	float: right;
	padding-bottom:40px;padding-top:0px; margin:0;
	width:590px;
}

#subContent ul{	padding-left:20px;text-align:justify; list-style:none;}
#subContent ol{	padding-left:30px;padding-right:30px;text-align:justify;}

#subContent table {padding:0px}
#subContent tr {height:18px;}
#subContent td {width:auto; padding-left:5px;padding-right:10px;padding-top:5px; line-height:18px;font-size:95%; border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: navy;text-align:left;}


.subnav{
	margin: 0px;
	font-size: 100%;
	color: white;
	background: navy;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentTitle{text-align:right; background:navy;color:white;padding-top:5px;padding-left; padding-bottom:5px; padding-right:2%;}
