/* header */
#siteheader
{
	background-color: #abd39a;
	color: white;
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
}

#siteheader ul
{
	margin: 0;
	padding: 2px;
/*	line-height: 150%;*/
	font-size: 70%;
	font-weight: bold;
	background-color: black;
}

#siteheader ul li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 13px;
	margin: 0;
}

#siteheader ul li a
{
	font-weight: normal;
}

#siteheader ul li a:link, #siteheader ul li a:visited, #siteheader ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#siteheader ul li a:hover
{
	color: #ccc;
	text-decoration: none;
}

.navborder
{
	border-left: 1px dotted #ddd;
}

#siteheader div
{
	height: 56px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
}

/* footer */
#sitefooter
{
	clear: both;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 70%;
	text-align: right;
	padding-right: 16px;
	margin-top: 20px;
/*	border-top: 1px solid black; */
}

#sitefooter a:link, #sitefooter a:visited, #sitefooter a:active, #sitefooter a:hover
{
	color: #555;
}

/* navpath */
#sitenav
{
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 80%;

	background-color: #f5f5f5;
	color: #666666;
	padding: 6px;
	margin: 0;
}

#sitenav a
{
	color: #000;
	text-decoration: underline;
}

#sitenav a:hover
{
	text-decoration: none;
}

