/* CSS Document */

html {
	background:url(/images/background2.JPG) repeat ;
	height:100%;
	width:100%;
}
body {
	background:url(/images/background1.JPG) repeat-x;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
} 
#wrapper { 
	text-align: left; 
	width:900px; 
	margin-left: auto;
	margin-right: auto;
}
#header {
	background:url(/images/header.JPG) no-repeat;
	width:900px;
	height:163px;
}
#navigation {
	width:900px; 
	height:44px;
	background:url(/images/navigation.JPG) no-repeat;
	margin-bottom:10px;
}
#banner {
	width:900px;
	height:285px;
	background:url(/images/banner.JPG) no-repeat;
	margin-bottom:10px;
}
#side {
	width:219px;
	float:left;
}
#sidecontenthome {
	background:url(/images/ourlatestnews.JPG) no-repeat;
	width:189px;
	height:155px;
	padding:180px 15px 15px;
}
#sidenavtop {
	background:url(/images/sidenavtop.JPG) no-repeat;
	width:134px;
	height:35px;
padding-left: 85px;
padding-top: 15px;
color: #0054a1; 
	font-size: 16px;
	font-weight: bold;



}
#sidenavmiddle {
	background:url(/images/sidenavmiddle.JPG) repeat-y;
	width:204px;
	padding-left:15px;
}
#sidenavbottom {
	background:url(/images/sidenavbottom.JPG) no-repeat;
	width:219px;
	height:15px;
}
#maincontent {
	width:673px;
	float:right;
}
#content {
	background:url(/images/contenttop.JPG) no-repeat top #fff;
	width:633px;
	min-height:310px;
	padding:20px 20px 10px 20px;
}
#contentbottom {
	background:url(/images/contentbottom.JPG) no-repeat top;
	width:673px;
	min-height:10px;
	margin-bottom:25px;
}
#footer {
	background:url(/images/footer.JPG) no-repeat;
	width:900px;
	height:44px;
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	clear:both;
} 
#footer a:link, #footer a:visited { 
	color: #fff; 
	text-decoration: none;
	cursor:pointer;
} 
#footer a:hover { 
	text-decoration: underline; 
	color: #fff;
	cursor:pointer;
}
H1 {
	color: #0054a1; 
	font-size: 18px;
	font-weight: bold;
} 
H2 {
	color: #0054a1; 
	font-size: 16px;
	font-weight: bold;
} 
H3 {
	color: #0054a1; 
	font-size: 14px;
	font-weight: bold;
} 
H4 {
	color: #0054a1; 
	font-size: 12px;
	font-weight: bold;
} 
a:link, a:visited { 
	color: #cb412f; 
	text-decoration: none;
	cursor:pointer;
} 
a:hover { 
	text-decoration: underline; 
	color: #cb412f;
	cursor:pointer;
} 
.nav {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(/images/nav.JPG) no-repeat;
	vertical-align:middle;
	cursor:pointer;
}
.nav-on {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	background:url(/images/nav.JPG) no-repeat;
	background:url(/images/nav-on.JPG) repeat-x;
	vertical-align:middle;
	cursor:pointer;
}
.subnav {
	color:#fff;
	font-size:14px;
	padding-left:19px;
	text-transform:uppercase;
	border-bottom:dotted #FFF 1px;
	cursor:pointer;
}
.subnav-on {
	color:#0e537c;
	font-size:14px;
	padding-left:19px;
	text-transform:uppercase;
	border-bottom:dotted #FFF 1px;
	cursor:pointer;
}
hr {
	background-color:#6DACD7;
	color:#6DACD7;
	border:none;
	height:1px;
	width:100%;
}
hr2 {
	background-color:#0054a1;
	border:dotted;
	height:1px;
	width:100%;
}