body {
	text-align: center;
	background-color: #f6f6f6;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0;
}

* html body {
font-size:x-small; /*for ie5 and 5.5. */
f\ont-size:small;/* for ie6 in standards mode*/
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.8em;
	margin: 0;
	font-size: 150%;
	font-weight: bold;	
	color: #000;
}

h2 {
	color: #000;
	font-size: 115%;
	font-weight: bold;
}

h3 {
	color: #0B4C76;
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 95%;
	font-weight: bold;
}

a {
	color: #0B4C76;
}

a:hover {
	color: #892A24;
}

ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul {
	margin-top: 3px;
	width: 100%;
}

#mainnav li {
	display: inline;
}	

#mainnav a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	max-width: 762px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 5px;
}

#mainnav a:hover {
	color: #0B4C76;
	background: #e4e4e4;
}

#subnav ul ul li a  {
	font-size: 80%;
	color: #666666;
}

#subnav li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	color: #0B4C76;
}

#subnav li a:hover {
	background-color: #f6f6f6;
	color: #892A24;
}

.menu {
	padding: 0 5px;
	border-right: 1px solid #aaa;
}

.menu1 {
	padding: 0 5px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.menu2 {
	padding: 0 5px;
}

.img {
	border: 1px solid 0b4c76;
	float: left;
	margin-left: 10px;
	padding: 5px;
}

.contact {
	border-top: 1px dashed #ccc;
}

#wrapper {
	margin: 0 auto;
	width: 762px;
}

#top {
	text-align: left;
	background: url("images/topbanner.jpg") no-repeat top left;
	width: 642px;
	height: 40px; 
	padding: 10px 0 0 120px;
}

* html #top {
	width: 762px; /*for ie5 and 5.5*/
	heigh\t: 50px;
	w\idth: 642px; /*for ie6*/
	height: 40px;
}

#header {
	text-align: left;
	width: 762px;	
	padding-bottom: 10px;
}

#mainnav {	
	background: #fff url("images/navUl.gif") no-repeat bottom center;
	height: 30px;
	width: 762px; 
	padding: 3px 0;
}

* html #mainnav {
	height: 27px; /*for ie5*/
	heigh\t: 23px; /*for ie6*/
}

#content {
	background-color: #FFF;
	text-align: left;
	width: 564px;
	float: right;
}

#content p {
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
	margin: 0;
}

#content h3, #content h4 {
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 10px 0 0 10px;
	margin: 0;
}
 
#content ul {
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#content table {
	width: 100%;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#content table h3, #content table p {
	border: none;
}

#content li {
	margin-left: 50px;
	padding: 0 10px 10px 0;
	list-style-type: disc;
}

#content em {
	width: 544px;
	padding: 10px;
	background: #fff url("images/contentBtm.gif") no-repeat bottom left;
	display: block
}

* html #content em {
	width: 564px; /*for ie5*/
	w\idth: 544px; /*for ie6*/
}	

#content h2 {
	margin: 0;
	width: 544px;
	background: #fff url("images/contentTop.gif") no-repeat top left;
	padding: 10px 10px 0 10px;
}

* html #content h2 {
	width: 564px; /*for ie5*/
	w\idth: 544px; /*for ie6*/
}	


.fig {
	font-size: 80%;
	color: #666666;
	}

#subnav {
	background: #fff url("images/menubtm.gif") no-repeat bottom left;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 198px
}

#subnav h2 {
	color: #FFF;
	margin: 0;
	width: 176px;
	background: #2A4F92 url("images/menutop.jpg") no-repeat top left;
	border-bottom: 1px solid #04286A; 
	padding: 5px 10px 3px 10px;
}

* html #subnav h2 {
	width: 196px; /*for ie5 and 5.5*/
	w\idth: 176px; /*for ie6*/
}

#subnav h3 {
	color: #FFF;
	background: #922A2F url("images/h3Bg.jpg") repeat-x top left;
	width: 174px;
	border-bottom: 1px solid #6D1519;
	border-top: 1px solid #000; 
	margin: 0 0 0 1px; 
	padding: 5px 10px 3px 10px;
}

* html #subnav h3 {
	width: 196px; /*for ie5 and 5.5*/
	w\idth: 176px; /*for ie6*/
}


#subnav ul, #subnav p {
	padding: 10px;
}

#footer {
	margin-left: 200px;
	font-size: 85%;
	padding-top: 10px;	
	clear: both;
}

#footer li {		
	display: inline;
}

#sitemap li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	color: #0B4C76;
}

#sitemap ul ul li a {
	font-size: 80%;
	color: #666666;
}

#sitemap li a:hover {
	background-color: #f6f6f6;
	color: #892A24;
}

#sitemap li, #sitemap ul ul {
	width: 350px;
	list-style: none;
	border: none;
}
