body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

* {margin:0; padding:0; } 

li { text-decoration: none; list-style: none; }

b, strong { font-weight: bold; font-size: 110%; }
i, em { font-style: italic; }

img { border: 0; }

#imgholder {
	margin: 10px;
}

#map {
	border: 4px double #000;
	width: 400px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 722px;
	background: white;
}

#header {
	text-align: center;
	background: #666666 url(../images/topbg.jpg) repeat-x;
	height: 90px;
}

#header img { float: left;}

#content {
	float: left;
	padding-top: 10px;
	background: #ffffff;
	width: 540px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}

#content h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #003678;
	text-decoration: none;
	line-spacing: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #001163;
	margin-bottom: 10px;
}

#content p {
	padding-left: 15px;	
	padding-bottom: 1em;
}


#rightside {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
}

#rightside h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003678;
}


#footer {
	background: #01aae5;
	text-align: center;
	color: white;
	clear: both;
}


/* nav stuff */
#topnav {
	background: white url(../images/navbg.jpg) repeat-x;
	height: 38px;
	width: 722px;
	text-align: center;
	line-height: 38px;
}

#topnav .separator {
	display: inline;
	padding-top: 10px;
}

#topnav ul {
	height: 38px;
	display: inline;
}

#topnav ul li {
	color: white;
	display: inline;
	background:  url(../images/separator.jpg) left no-repeat;
	padding-left: 8px;
	padding-right: 4px;
}

#topnav ul li.nobg {
	background: transparent;
}

#topnav ul li a:visited {
	color: #444444;
	text-decoration: none;
}

#topnav ul li a {
	text-decoration: none;
	color: #444444;
	font: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px;

}

#topnav ul li a:hover {
	color: #444444;
	text-decoration: none;
	background:  url(../images/hoverbg.jpg) repeat-x;
}

ul.press li { margin-left: 2em; list-style-type: disc; }
