html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #bfd3bf;
	margin-bottom:20px;
}

#wrapper {
	width: 800px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid black;
	border-top-width: 0px;
	margin:0px;
	padding:0px;
	margin-bottom:40px;
}

#header {
	margin:0px;
	padding:0px;
}

#content {
	background-color:#fafcfa;
	margin:0px;
	padding:0px;	
}


.img_floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.photo_left {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

table.photo_right {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

table.photo_left img, table.photo_right img {
	border:1px solid #003366;
}

.photo_credit {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size:xx-small;
	color:#666666;
	text-align:right;
}

.photo_caption {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	font-size:x-small;
	color:#666666;
	text-align:left;
}

#footer {
	width: 100%;
	font-size: smaller;
	background-color:#fafcfa;
}

#footer a:hover {
	color:#000;
}

#footer .content {
	padding: 10px 25px 20px 25px;
	text-align:center;
}

#footer .textlinks {
	text-align:center;
	margin-bottom:20px;
}

#footer .contact {
	width:50%;
	float:left;
	text-align:left;
}

#footer .credit {
	text-align:right;
	width:50%;
	float:right;
	font-size:smaller;
	color:#AAAAAA;
}

#footer .credit a {
	color:#AAAAAA;
}

#footer .credit a:hover {
	color:#000;
}


.clear {
	clear: both; 
	height: 1px; 
	line-height: 1px; 
	font-size: 1px;
}

h1 {
	font-size: 1.7em;
	color: #006666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 1.3em;
	color: #006666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0.05em;
}

h3 {	
	font-size: 1.1em;
	color: #006666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0.05em;
}

a, a:active, a:visited, a:link {
	color: #666633;
}

p {
	line-height: 1.4em;
}

table.main td.left {
	width:200px;
	border-right:1px solid #999;
}
#leftnav {
	width:170px;
	margin-left:25px;
	padding-bottom: 50px;
}

#leftnav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#leftnav ul li {
	display: block;
	border-bottom:1px solid #ccc;
}

#leftnav a {
	display:block;
	padding:5px 0px 5px 4px;	
	text-decoration:none;
	color:#663366;
}

#leftnav a:hover,#leftnav a.active {
	background-color:#EBEBEB;
}

#leftnav ul.secondary-nav {

}

#leftnav h5 {
	margin: 2.5em 0 0.5em 4px; 
	color: #006666;
}

div.main {
	padding:20px;
}

.pageheaders {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

.pageheaders h1,.pageheaders h2, .pageheaders h3 {
	margin:0px;
	padding:0px;
}

.pageheaders h1 {
	color:#663366;
}

.inthissection {
	float:right;
	width:240px;
	margin-left:15px;
	margin-bottom:15px;
	padding:0px;
	/*border:1px solid #663366;*/
	
}

.inthissection .header {
	font-weight:bold;
	padding:4px 6px;
	padding:10px;
	color:#EBEBEB;
	background: #006666 url(/images/box_top.gif) no-repeat top left;
	border-bottom:1px solid #fff;
	font-size:1.1em;
}

.inthissection .content {
	padding:10px;
	background: #EBEBEB url(/images/box_bottom.gif) no-repeat bottom left;
}

.inthissection ul {
	margin:0px;
	padding:0px;
	margin-left:1.5em;
}

.inthissection li {
	padding:0px 0px 4px 0px;
}

.inthissection p {
	margin:0px;
	padding:0px;
}

.totop {
	clear:both;
	float:right;
	font-size:xx-small;
	text-align:right;
	color:#ccc;
}

.callout {
	width:90%;
	
	margin:10px auto;
	border:1px solid #333;
	background-color:#EBEBEB;
	padding:10px;
	color:#333;
}

.callout p {
	margin:0px;
	padding:0px;
	line-height:normal;
}

table.datasheet {
	border-collapse:collapse;
}

table.datasheet p {
	margin:0px;
	padding:0px;
}

table.datasheet tr {
	vertical-align:top;
}

table.datasheet td {
	border:1px solid #666633;
	padding:6px;
}

table.datasheet th {
	font-weight:bold;
	border:1px solid #666633;
	background-color:#BFD3BF;
	padding:6px;
	text-align:left;
}