
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: white;
}

a {
	text-decoration: none;
	color: #508;
}

a:hover {
  text-decoration: underline;
}

.outer-wrapper {
	width: 920px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.inner-wrapper {
	background-color: white;
	text-align: left;	
}

.mainmenu, .sidepanel {

}

.sidepanelbox {
  border: 1px solid #888;
  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;  padding: 10px;
  margin-bottom: 20px;
}

.mainmenu {
}

.maincontent {
  margin-top: 12px;
  margin-left: 300px;
}

.sidepanel {
  padding: 10px;
  width: 250px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

.mainmenuitem {
	float: left;
	padding-right: 1em;
}

.mainmenuitem a.selected {
  font-weight: bold;
  color: black;
}

.clearboth {
	clear: both;
}

h3 {
  padding-top: 0;
  margin-top: 0;
  color: #508;
}

.address {
  color: #888;
}

.articleimage {
  top: 2em;
  float: right;
}

.footer {
  font-size: smaller;
  color: #888;
}

hr {
  border: none;
  border-top: 1px dotted #ccc;
}

fieldset {
  border: 1px solid #888;
  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;}

legend {
  font-weight: bold;
}

label {
  display: block;
  float: left;
  width: 160pt;
  padding-top: 3px;
}

.example {
  padding-left: 10pt;
  color: #888;   
}