* {
	padding: 0;
	margin: 0;
}
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #566047;
	background-color:#e3e4d8;
}
img.{
padding:8px;

}
img.right {
padding:8px;
float: right;
}
img.left {
padding:8px;
float: left;
}

p {
	margin-bottom: 5px;
	line-height: 19px;
	font-size: 70%;
	page-break-before: left;
	margin-left: 0px;
}
.captions {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	display: inline;
	clear: both;
}


#container {
	margin:0  auto;
	text-align: left;
	width: 800px;
	left: 0;
}

#nav{
	float:left;
	width: 150px;
	margin:10px;
	text-align: left;
	padding: 10px 0px 0px;
}
#content{
	float:right;
	width: 630px;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px;
}
#signup{
	background-color:#636;
	padding: 5px;
}

#nav ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    color: #8C9777;
    border-bottom: 1px solid #8C9777;
	list-style: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	border-bottom-color: #7D8965;
	padding-top: 6px;
}
h2 {
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-bottom-color: #7D8965;
	padding-top: 6px;
}

h3 {
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #7D8965;
	padding-top: 6px;
}


h4 {
	margin-bottom:1;
	height: 28px;
	background: url(../../images/forwardbullet.gif) left top no-repeat;
	border-top: 1px solid #7D8965;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 30px;
	padding-top: 2px;
	clear: both;
}

a:link {
	color:#000066;
}
a:visited {
	color:#003366;
}
a:hover {
	color: #0033CC;
}
a:link.credit {
	color:#FF9900;
}
a:visited.credit {
	color:#CCCCCC;
}
a:hover.credit {
	color: #0033CC;
}
ol, ul, li{
	list-style-type:disc;
	list-style-position:inside;
	font-size:11px;
	line-height: 17px;
	text-indent: 6px;
}
#container #nav navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
#container #nav p a {
	color: #333;
}
#container #nav #signup .nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	top: 0px;
}
