/* CSS Document */

body {
	background: white;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height:1.4em;
	margin:5px 0 10px 0;
	}
	
* {
	margin:0;
	padding:0;
	}
	
img, img:hover {
	border:none;
	}
	
p {
	padding: 5px 0px;
	}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
.copy a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	
h1 {
	background-color:#999999;
	color:#fff;
	display:none;
	font-size:10px;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	}
	
h2 {
	background-color:#999999;
	color:#fff;
	font-size:13pt;
	line-height:1em;
	margin:4px;
	padding:4px 4px 4px 4px;
	text-align:left;
	}
	
h3 {
	color: #ffffff;
	font-size:12pt;
	margin:10px 0 0px 0px;
	}
	
h4 {
	background-color:#fff;
	color:#000;
	font-size:14pt;
	line-height:20px;
	margin:0px;
	padding:4px;
	text-align:left;
	}
	
hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: #008C8C;
	border: none;
	margin-right:5px;
	padding: 4px 0px;
	} /* For Internet Explorer */
	html>body hr {
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #008C8C;
	border: none;
	} /* For Gecko-based browsers */
	html>body hr {
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #008C8C;
	border: 0px solid #008C8C;
	} /* For Opera and Gecko-based browsers */

.firstpara {
	font-weight:bold;
	}
	
.small {
	font-size:10pt;
	}
	
#bigwrap {
	}
	
#wrapper {
	background: transparent;
	float:none; !important /* Long floats cut the content off - bug */
	width:auto;
	}
#wrapper2 {
	}

#header {
	background: url(imgs/header_bg.jpg) top left no-repeat;
	padding:0px;
	width:auto;
	}
	
#navstrip {
	display:none;
	}
	
.headimg {
	float:left;
	}
	
.navimg {
	float:left;
	}
		
/* Inner_wrap ------------------------------------------------------ */

#topstripe {
	display:none;
	}

#inner_wrap {
	background: transparent;
	margin:0px 0 0 0px;
	padding:5px 5px 0px 5px;
	width:auto;
}

#content1 {
	float:left;
	padding:0px;
	width:auto;
	}
	
#content1 ul {
	margin: 10px;	
	}
	
#content1 ul li {
	margin: 0px 0px 0 20px;	
	}
	
.boxout {
	background-color:#2B6B6E;
	padding:10px;
	}
	
.boxout_pda {
	display:none; !important
	}
	
.copy {
	margin:5px;
	}
	
.copy p {
	padding: 0 0 10px 0px;
	}
	
.spacer {
	display:block;
	height:6px;
	}
	
.toppic {
	margin-top:5px;
	}
	
fieldset {
	border:1px dashed #ffffff;
	padding:5px;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 {
	background-color: #E4E4E4;
	float:none; !important
	margin-left:5px;
	overflow:visible;
	text-align:center;
	width:auto;
	}
	
#content2 img {
	display:none;
	}
	
ul.listing {
	font-weight:bold;
	list-style-type:none;
	margin:10px 10px 0px 10px;
	text-align:left;
	}
	
.listing li {
	background: url(imgs/bullet.gif) -3px 3px no-repeat;
	margin:10px 0px;	
	}
	
.listing li a {
	color:#2B6B6E;
	padding:0 0 0 15px;
	}

#bottstripe {
	background-color:#transparent;
	clear:both;
	height:20px;
	padding:20px 0px 5px 5px;
	text-align:center;
	width:auto;
	}
	
#bottstripe img {
	margin: 2px 4px 0px 0px;
	}
	
#bottstripe span {
	padding:0 8px;
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background: #2B6B6E;
	clear:both;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	height:23px;
	margin: 0px 0 0 0;
	padding:8px 5px 5px 5px;
	text-align:center;
	width:auto;
	}
	
#footer span {
	padding:0 8px;
	}
	
#footer a {
	color:#ccc;
	}
#footer a:hover {
	color:#FFF;
	}
	
#epitaph {
	clear:both;
	color:#999;
	font-size:8pt;
	padding:10px 8px;
	text-align:right;
	width:auto;
	}
	
#epitaph a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#epitaph a:hover {
	text-decoration:underline;
	}
	
#left {
	float:left;
	}
	
#right {
	float:right;
	padding:0px 0px 0 0;
	}
	
.disclaimer {
	display:none;
	}
