body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #039;
	text-align: center;
	margin-bottom: 250px;
}

img {border: 0px; margin: 10px;}

p {font-variant: normal;}

a {color: #039;}

#container {
	width: 800px;
	height: 100%;
	margin:0 auto;
	padding: 0;
	border: 1px solid #039;
	position: relative;
	background: #FFF url(../img/bgLeft.gif) repeat-y right;
}

#header {
	height: 180px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #0099FF;
	text-align: left;
	background: #FFF url(../img/headerBC.jpg) no-repeat left bottom;
}

#num {display:none;}

#logo {float: left; margin-top: 5px;}

#imgHeader {position: relative; display: block; float: right; margin: 0; padding: 0;}

* html #imgHeader {margin-right: -3px;}

#topNav{
	background-color: #039;
	margin: 0;
	padding:0;
	text-align: center;	
	height: 36px;
	font-size: larger;
}

#topNav li{
	list-style: none;
	float: left;
	margin-right: -8px;
	padding: 0;
	height: 36px;
    width: 135px;
	background: url(../img/slant.gif) no-repeat right top;
}

#topNav li #current {border-bottom: 3px solid #F90;}

#topNav li a{
	display: block;
	padding: 8px 15px;
	margin-right: 8px;
	color: #CCC;
	text-decoration: none;
}

html>body #topNav a{padding: 5px 15px 6px 15px;}

#topNav a:hover {color: #F90;}

#topNav .active, #sidebar .active {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

#topNav li ul {
	padding: 0;
	margin: 3px 0 0 0;
	position:relative;
	font-size: smaller;
	display: none;
	z-index: 30;
}

* html #topNav li ul {
	position: absolute;
	margin: 0 0 0 -68px;	
}

#topNav li ul li { 
	width: 128px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}

#topNav li ul li a {
	margin: 0;
	padding: 10px;
	background: #039;
	border-top: 1px solid #09F;
	border-left: 1px solid #09F;	
	border-bottom: 2px solid #003;
	border-right: 2px solid #003;
	text-align: left;
	display: block;
}

#topNav li:hover ul, #topNav li.over ul{display: block;}

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	z-index: 20;
}

#sidebar ul {list-style: none; margin: 0; padding: 20px 0;}

#sidebar li {margin:0; padding: 0;}

#sidebar a {display: block;	width: 199px; color: #CCC; text-decoration: none;}

#util {
	font-size: smaller;
	position: relative;
	text-align: center;
	margin: -20px 0 0 0;
	padding: 10px 0;
	font-weight: lighter;
}

#util a {
	text-align: left;
	padding: 5px 0 5px 20px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	margin-bottom: -1px;
	width: 80%;
}

#sideNav {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
}

#sideNav a {
	position: relative;
	width: 100%;
	background: url(../img/arrows.gif) no-repeat 5px 50%;
	border-top: 1px solid #999;
		
	border-bottom: 1px solid #333;
	
	padding: 10px 0 10px 30px;
	
}

html>body #sidebar a{width: 170px;}

#sidebar a:hover {color: #F90;}

#sideNav a:hover {background-position: -190px 50%;}

#sideNav #curr2 {
	background:#006 url(../img/arrLS.gif) no-repeat 10px 50%;
	border-top: 2px solid #000;



}

#content {
	position: relative;
	width: 590px;
	float: right;
	padding: 50px 20px 100px 20px;
	text-align: left;
	background: url(../img/corner.jpg) no-repeat right top;
	z-index: 10;
}

html>body #content {width: 550px;}

#content li {font-size: 14px;}

#sitemap {
	font-size: 14px;
	clear: both;
	background-color: #CCC;
	color: #039;
	height: 200px;
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
	text-align: center;
	padding-left: 50px;
}

#footer {
	clear: both;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background: #FFF;
	margin: 0;
}

#add {display: none;}

.contactUs {clear: both;}

.siteSect {
	display: block;
	float: left;
	position: relative;
	margin: 20px 0 10px 40px;
	text-align: left;
	font-weight: bold;
}
	
html>body .siteSect {margin: 10px 0 10px 70px;}	

.siteSect li {
	list-style: square;
	margin: 5px 0 0 -25px;
	font-size: smaller;
	font-weight: normal;
}

.siteSect li #here {border: 1px dotted #F90;}

.inLineImg {float: left;}

.inLineEmp {
	padding-left: 2px;
	font-style: italic;
	font-weight: bold;
}