body {
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container
{
	width: 90%;
	margin: 10px auto;
	color: #333;
	line-height: 130%;
	background-color: #FFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}

.divider
{
	height: 6px;
	width: 100%;
	background-image: url(../images/horizontal_fill.gif);
	background-repeat: repeat-x;
	display: block;
	clear: both;
}

#logo
{
	padding: 0;
	margin: 12px;
	float: left;
	position: relative;
}

#tagline
{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #003;
	text-align: right;
	display: inline;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#topnav
{
	float: left;

}

#topnav a
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	margin: 0px;
	float: left;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#topnav a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #003;
}

#topnav a:active
{
	color: #FF0;
	text-decoration: none;
	background-color: #003;
}

.leftnav
{
	float: left;
	width: 170px;
	background-image: url(../images/leftnavfill.gif);
	background-repeat: repeat-y;
	margin: 1em;
	float:left;
	clear:both;
}

.leftnavtop
{
	background-image: url(../images/leftnavtop.gif);
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	text-indent: 25px;
}

.leftnavbody
{
	margin: 0px;
	padding: 0px;
	width: auto;
}

.leftnavbody a
{
	font-weight: bold;
	color: #006;
	text-decoration: none;
}

.leftnavbody a:hover
{
	color: #666;
	text-decoration: none;
}
.leftnavbottom
{
	background-image: url(../images/leftnavbottom.gif);
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.leftnav h3
{
	text-align: left;
	text-indent: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #006;
}

.leftnav p
{
	padding: 10px;
	margin: 0px;
}

#content
{
	margin-left: 200px;
	padding: 10px;
	max-width: 780px;
}
#content p
{
	width:100%;
}
#content h1
{
	display:block;
	width:100%;
	font-size: 24px;
	font-weight: bold;
	color: #006;
	padding: 0px;
	margin:0px;
}

#content h2
{
	display:block;
	width:100%;
	padding: 0px;
	margin:0px;
	font-size: 20px;
	font-weight: bold;
	color: #003;
}

#content h3
{
	display:block;
	padding: 0px;
	margin:0px;
	width:100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#content h4
{
	display:block;
	width:100%;
	padding: 0px;
	margin:0px;
	font-size: 16px;
	font-weight: bold;
	color: #009;
	font-style: oblique;
}

#content ul 
{

}

#content li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

#content img
{
	float:right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	text-align: center;
}
