body {
	color: black;
	background-color: #f5ebd2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0pt
}

div#menubar {
	width: 100%;
	color: black;
	background-color: #FFFF00;
	border: 1px none #000000;
	z-index: 2;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

div#menubar a:link,a:visited { color: black; }

div#content {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
   
	min-width: 2in;
	max-width: 8in;
}

.floatLeft { 
	float: left; 
	margin-right: 1em; 
}
.floatRight { 
	float: right; 
	margin-left: 1em; 
}

.floatRightNavLinks {
	float: right;
	margin-left: 1em;
}

.floatRightNavLinks	:link { text-decoration: none; color: blue; }
.floatRightNavLinks	a:visited { text-decoration: none; color: #900090; }
.floatRightNavLinks	:link:hover, :visited:hover { text-decoration: underline; color: blue; }
.floatRightNavLinks	:link:active, :visited:active { text-decoration: underline; color: red; }

table.center { margin-left: auto; margin-right: auto; }

td.center { text-align: center; }
td.right { text-align: right; }

.image .enlargeThis {
	background-image:url(/images/icons/enlarge_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: arial,helvetica,sans-serif;
	font-size: 76%;
	padding-left: 15px;
	text-decoration: none;
}

.seqNav {
	margin: 0;
	padding: 0.8em 0;
	width: 100%;
}

.seqNavUL {
    float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.seqNav ul, .seqNav li, .seqNavUL li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.seqNav a, .seqNavUL a {
	text-decoration: none;
	border: 1px solid #C4C4C4;
	display: block;
	margin: 0 0.38em 0 0;
	padding: 0.3em 0.4em;
	text-align: center;
}

.seqNav a:hover, .seqNavUL a:hover {
	text-decoration: none;
	background: none repeat scroll 0 0 #E0A060;
	border: 1px solid #A06020;
}

.code {
	margin-left: 0.3in;
	border: 1px solid black;
	background-color: white;
	padding: 1.5ex;
	font-size: 80%;
	font-family: 'courier new', courier, monospace;
	white-space: pre;
}

