body
{
	padding:10px; 
	margin:0px; 
	background-image: url(images/header.jpg);
	background-repeat:repeat-x;
}

.header
{
	text-align: right; 
	vertical-align:top; 
	color: #404040;	
}

.header a
{
	text-decoration:none; 
	color:#404040;
}

.title
{
	padding: 0px;
	margin:0px;
	text-align:center;
}

.title a
{
	text-decoration:none; 
	color:#000000;
}

.logo
{
	width:100px; 
	padding: 0px; 
	margin: 0px; 
	float:left; 
	text-align:center;
}

.logo a
{
	border:none;
}

.logo a img
{
	border:none; 
	width:100px; 
	height:100px;
}

.navlist
{
	padding: 0.1em 0em;
	margin: 0em;
	border-bottom: 1px solid gray;
	color:black;
}

.navlist li
{
	list-style: none;
	display: inline;
}

.navlist li a
{
	padding: 0.1em 0.5em;
	margin-left: 0.1em;
	border: 1px solid gray;
	border-bottom:none;
	background: #DDE;
	text-decoration: none;
}

.navlist li a:link { color:Black; }
.navlist li a:visited { color:Black; }
.navlist li a:hover { background: #AAB; }

.navlist li.selected { }
.navlist li.selected a 
{ 
	background: white;
	border-bottom: 1px solid white;
}
.navlist li.selected a:hover { }

.vertlist {
	width: 10em;
    margin: 0em; 
    padding: 0.2em;
}

.vertlist li {
    list-style: none;
    margin: 0.5em; 
    padding: 0.2em;
    border: 1px solid gray;
	background: #DDE;
	text-align: center;
  }

.vertlist li a { text-decoration: none; }
.vertlist li a:link { color:black; }
.vertlist li a:visited { color:black; }
.vertlist li a:hover { color:black; font-weight:bold;}
.vertlist li.selected { color:white; background:blue; }
.vertlist li.selected a { color:white; background:blue; }
.vertlist li.selected a:visited { color: white; }

.subtitle
{
	padding: 0em;
	margin: 0em;
	text-align:center;
	vertical-align:middle;
	color: black;
}

.sublogo
{
	height:64px;
	padding: 0em; 
	margin: 0.1em;
    border: none;
	float:left;
}
