* {
	margin: 0;
	padding: 0;
}
body, html {
	color: #333;
	font: 10pt/10pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3{

	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 4px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
img {
	border: none;
}

p {padding-bottom: 1em;}

ul {
	margin: 0 0 2em 2em;
	list-style: disc;
}

a:hover {
	text-decoration: none;
}

.rtAlignImg {
	font-size: 10px;
	color: #666;
	text-align: center;
	float: right;
	width: auto;
	margin: 0 0 10px 10px;
	padding: 0;
	line-height: 14px;
}

#container {
	position: relative;
	padding: 0;
	background: url(../media/interface/contentbg.png) top left repeat-y;
	border: none;
}

#extra1 {}

#flags {
	display: none;
}

#content {
	margin: 0 10px;
	line-height: 16px;
}
#content p {
	list-style: circle;	
}
#header {
	position: relative;
	height: 240px;
	width: 850px;
	background: url(../media/interface/header.jpg) top left no-repeat;
}

#header object {
	display: block;
	margin: 5px 0 0 5px;
	width: 850px;
	height: 169px;
}

#header embed {}

#location p {
	padding: 2px 7px;
	font-size: 8pt;
}

#search {
	display: none;
}

#news {
	display: none;
}

#survey th, #survey td {
	font-size: 9px;
	padding: 8px;
}

#footer {
	display: none;
}

/* Navigation Code */
#nav1 {
	display: none;
}

#nav2 {
	display: none;
}

#locationContactInfo {
	float: right;
}
#breadcrumbs {
	font-size:9px;
	color:#999999;
}
#breadcrumbs a {
	color: #999999;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
#producedBy {
	line-height: 21px;
	padding-left: 11px;
	font-size: 11px;
}
.prodHeader {
	padding: 10px 15px 10px 2px;
	border-top: 1px solid #006600;
	font-size: 11px;
	line-height: 18px;
}
.prodHeader img {
	padding: 0 5px 3px 0;
}

.altTable {
	border: 1px solid #999;
	border-bottom: none;
}
.altTable th {background-color: #ddd;	}
.altTable th, .altTable td {
	font-size: 11px;
	padding: 2px 5px;
	border-bottom: 1px solid #999;
	text-align: left;
}
.altTD0 {background-color: #fff;	}
.altTD1 {background-color: #eee;	}
.print {
	float: right;
	margin: 0 10px;
	font-size: 7pt !important;
}