html,body
{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color:#000000;
	background-color:#CCCCCC;
	text-align:center;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.0em; margin: .5em 0;display:inline;}
img
{
	border:0;
}
a:link, a:visited
{
	color: #666666;
	text-decoration: underline;
}
a:visited
{
	color: #666666;
}
a:hover
{
	color: #206720;
}

acronym:hover{cursor:help;}

p
{
	margin:1em 0;
}

div
{
	margin:0;
	padding:0;
}

.small {font-size: .9em;}
.alert {color: #990000;}

.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.center
{
	text-align:center;
}
.tright{text-align:right;}
.tleft{text-align:left;}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right
{
	margin: 0 0 .5em 1em;
}

div#top
{
	height:107px;
	width:770px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
	div#header
	{
		background:#FFFFFF url("images/header.jpg") right no-repeat;
	}

div#navbar
{
	background-image: url("images/menubg.jpg");
	background-position: right;
	background-repeat: no-repeat;
	width:770px;
	height:22px;
	margin: 0 auto;
}
	div#menu
	{
		margin-left: 221px;
		font-size:12px;
		font-weight:bold;
		line-height:22px;
		text-transform: uppercase;
		text-align: left;
	}
		#menu a:link, #menu a:visited
		{
			white-space: nowrap;
			padding:0 1em;
			color: #C1EDC0;
			background-color: transparent;
			text-decoration:none;
		}
		#menu a:hover
		{
			color: #FFFFFF;
			background-color: transparent;
			text-decoration:none;
		}
		#menu a:link.current, #menu a:visited.current
		{
			color: #FFFFFF;
			background-color: transparent;
		}
div#site
{
	background-image: url("images/bodybg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: .1em 0;
	font-size: .9em;
	width: 770px;
	margin:0 auto;
}

div#content
{
	margin: 1em;
	text-align: left;
	
}
	div.introtext
	{
		margin: 2em;
		line-height: 2em;
		color: #666666;
	}
div.spacer
{
	clear:both;
}

div#bottommenu
{
	margin:.5em;
	text-align:center;
	font-size:.8em;
	color:#666666;
}

div#footer
{
	color:#FFFFFF;
	background-color:#336633;
	width: 770px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
}
	#copyright
	{
		float:left;
		font-weight: bold;
		font-size: .6em;
		line-height: 22px;
		padding-left: 1em;
	}
	#copyright a:link, #copyright a:visited
	{
		color: #CCCCCC;
	}
	#copyright a:hover
	{
		color: #FFFFFF;
	}
	#rightfooter
	{
		text-align:right;
		padding-right: 1em;
		font-weight: bold;
		font-size: .9em;
	}