body {
	background: white;
	font-family: verdana, arial, san-serif;
	font-size: 100%;
  	margin: 0px;
	min-width: 650px;
}

h1.logo {
	background-color: transparent;
	float:left;
	margin: 0px;
	padding: 0px;
}

div.info{
	font-family: verdana, arial, san-serif;
	text-align:center;
	color:black;
	font-size: .75em;
	padding: 0px;
	padding-right: 10px;
	padding-top: 10px;
}

div.info a:hover, div.info a.mailto {
  	color: blue; text-decoration: none;
}
div.info a.mailto:hover {
  	color: blue; text-decoration: underline;
}

div#navbar {
	background: #ffddee;
  	color: black;
	font-family: verdana, arial, san-serif;
	font-size: .85em;
	font-weight: normal;
	border: 0px solid white;
	float: right;
	
}

div#navbar ul {
	margin: 0px 0px 0px 0px;
}

div#navbar li {
	list-style-type: none;
	float:right;
}

div#navbar li a {
color: black;
	display: block;
		float:left;

	padding: .7em 1em;
  	text-decoration: none;
	font-size: .8em;
	border-right: 2px solid white;
}

div#navbar a:hover {
  	color: white;
	background-color: #c30314;
}

div.leftpanel {
	float:left;
	margin-right: 15;
	margin-bottom: 0;
}

div.content {
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 14px;
	background: white;
	color: black;
	padding: 10px 10px;
}


div.content h1 {
	font-size: .85em;
	color: #333333;
	text-align: center;
}
div.content p {
	font-family: verdana, arial, san-serif;
	font-size: .7em;
	line-height: 1.4em;
	color: #333333;
	margin-left: 15px;
}
div.content a {
  	color: blue;
  	background: white;
  	text-decoration: none;
}
div.content a:hover {
  	text-decoration: underline;
}

div.footer {
	font-size: .65em;
	text-align: center;
	color: gray;
	background-color: white;
    padding-bottom: 14px;
	border-top: 1px solid gray;
	padding-top: 14px; 
	margin-top: 0px;
}

div.footer a {
  	color: #0071bd;
  	background: white;
  	text-decoration: none;
}
div.footer a:hover, div.footer a.mailto {
  	color: blue;
}
div.footer a.mailto:hover {
  	text-decoration: underline;
}

div.clear {
  	clear:both;
	color: transparent;
  	line-height: 0px;
  	font-size: 0px;
	margin: 0;
	padding: 0;
}