body {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	color: #58595B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 1em 0;
	color: #0055A5;
}


h2 {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 1em 0;
	color: #0055A5;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	position: relative;
	padding: 0;
	border-bottom: 5px solid #0055A5;
}

#nav {
	margin-left: 0px;
	background: #8CC63F;
	position: relative;
	z-index: 999;
	height: 31px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	behavior:  url('/css/hover.htc');
	border-left: 1px solid #ffffff;
	float: left;
	padding: 0px 36px 0 36px;
	position: relative;
	z-index: 1001;
	line-height: 30px;
}

#nav li a,
#nav li .a-empty {
	color: #0055A5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.a-empty {
	cursor: default;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 26px;
	width: 180px;
	padding: 10px 0 6px 0;
	background: #E8EAF6;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	opacity: 0.85;
	z-index: -1;
}

#nav li:hover ul,
#nav li.hover ul {
	display: block;
}

#nav li ul li {
	float: none;
	padding: 0 10px;
	border-right: 0px;
	line-height: 18px;
}

#nav li ul li a {
	display: block;
	display: inline-block; /* IE fix */
	width: 100%;
	padding: 1px 0;
	color: #0055A5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}


#border-no {
	border: 0;
}

#content {
	text-align: left;
	padding: 15px;
	background-color: #FFF;
	min-height: 400px;
}
* html #content { height: 400px; } /* IE6 Hack */

#content.home {
	padding: 0px 35px 5px 35px;
	font-size: 11px;
	color: black;
}

/* 760 */
#left {
	width: 310px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #E8EAF6;
}
#right {
	width: 315px;
	float: left;
	margin-left: 35px;
}

p { line-height: 150%; }

#footer {
	text-align: center;
	height: 35px;
	color: #FFF;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding: 0;
	margin-left: 4px;
}
#footer li a {
	line-height: 35px; 
	text-decoration: none;
	color: #FFF;
}
#footer li a:hover { color: #AC472F }

#copyright {
	margin: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
.text1 {
	font-weight: bold;
	color: #0055A5;
}
#contact { text-align: left; padding-left: 175px; }
#contact td.q { text-align: right; }
#contact td.a { text-align: left; padding-left: 5px; }
#contact input, #contact textarea { width: 180px; }
#contact .submit { width: auto; }

.locImg { float: right; margin-left: 10px; }

.clear { clear: both; }

@media print { 
	#wrapper { margin: 0; background: none; } 
	#top { display: none; }
	#nav { display: none; }
	#bar { display: none; }
	#footer { display: none; }
	body { background: none; }
	p { width: 640px; }
	#left,#right { width: 310px; } 
	#copyright { width: 340px; }
	a { text-decoration: none; }
}
