/* CSS Document */
#container
{
width: 90%;
margin: 10px auto;
background-color: #DDFE98;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: 0.5em;
background-color: #FFCC66;
border-bottom: 1px solid gray;
}
#top a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006500;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 130px;
margin: 0;
padding: 0.5em;
}

#content
{
	margin-left: 145px;
	padding: 1em;
	max-width: 36em;
	border-left: 1px dotted gray;
	border-left-style: dotted;
}

.text {
 font: 11px/18px Georgia, "Times New Roman", Times, serif;
 color: #5B604C;
 margin-bottom: 10px;
}
#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #80866A;
	background: transparent url(images/bullet_title.gif) no-repeat;
	padding: 0 0 0 30px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background-color: #FFCC66;
	border-top: 1px solid gray;
	text-align: center;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5B604C;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.topimageright {
 float: right;
 background-color: #FFCC66;
}
.topimageleft {
 float: left;
 background-color: #FFCC66;
}
.imageright {
 float: right;
 padding: 5px;
 background-color: #ffffff;
 border: 1px solid #bac1a3;
}

.imageleft {
 float: left;
 padding: 5px;
 background-color: #ffffff;
 border: 1px solid #bac1a3;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
}

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006500;
	font-weight: bold;
	
}
#leftnav p { margin: 0 0 1em 0; }
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 100px;
background-color: #FFFF9F;
/*background-image: url(images/l1_down.gif);*/
}

#navcontainer a:link, #navlist a:visited
{
color: #999999;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/l1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #F60;
/*background-image: url(images/l1_over.gif);*/
color: #333;
}
.textright {
	float: right;
	vertical-align: bottom;
}
