body {
background-color:white;
	font-family: verdana, arial, san-serif;
	font-size: 100%;
  	margin: 0px;
	min-width: 650px;	}

img {
border: 0px solid ##ffffff;
margin:0;
}

table {
background-color: white;
border-bottom: 1px solid gray;
}

table.inner {
padding: 0px;
margin: 0px;
border: 0px;
border-bottom: 1px solid gray;
background-color:white;
}

h1.logo {
margin: 0px;
padding: 0px;
}

div.info {
text-align: right;
float: right;
font-size: .75em;
padding: 10px;
color:#b3b3b3;
}

div.navbar {
width: 100%;
background-color:#d2d9db;
float: right;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
margin: 0px;
padding: 0px;
}

div.navbar ul {
margin: 0px 0px 0px 0px;
background-color:transparent;
}

div.navbar li {
list-style-type: none;
float:right;
margin: 0;
border-bottom: 0px solid white;
border-left: 1px solid white;
border-right: 0px;
color: #464c47;
background-color:transparent;
}

div.navbar li a {
float: left;
display: block;
	padding: .7em 1em;
text-decoration: none;
font-size: .7em;
font-weight: bold;
color: #464c47;
}

div.navbar li a:hover {
color:white;
background-color:#5a89b1;
}

div.content {
	color: black;
	padding: 10px;
	padding-left: 15px;
}


div.content h1 {
font-size: .9em;
font-weight: bold;
	line-height: 1.6em;
	color: #333333;
	text-align: center;
}

div.leftpanel {
float: left;
}

div.content p, div.content ul {
	font-size: .78em;
	line-height: 1.6em;
	color: #333333;
}

div.content a {
color:blue;
text-decoration:none;
}

div.content a:hover
{
text-decoration:underline;
}

div.clear {
  clear:both;
  line-height: 0px;
  font-size: .01em;
color: #fff10d;
}
