
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background: white url(/img/bg-gray.jpg) repeat-y scroll top center;
}

img {
	padding: 0;
	margin: 0;
}

img.icon {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

a {
  color: #24b;
}

h3 {
  margin-top: 0;
  padding-top: 0;
}

.Banner {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 10px;  
}

.infolink {
  border-top: 1px dotted #bbb;
  text-align: right;
  margin-bottom: 10px;
}

hr {
  border: none;
  border-top: 1px dotted #bbb;
}


.infolink input {
    float: right;
    margin: 6px;
}

.Content {
  margin-left: 210px;
}

.outerframe {
  width: 780px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.innerframe {
  text-align: left;
}

.SideMenu {
  float: left;
  width: 190px;
}

.MenuItem {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 11pt;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.MenuItem .selected {
  font-weight: bold;
}

.Clearboth {
  clear: both;
  height: 1px;
  line-height: 1px;
}

.Footer {
  text-align: center;
  font-size: smaller;
}

label {
  display: block;
  float: left;
  width: 160pt;
  padding-top: 3px;
}

.example {
  padding-left: 10pt;
  color: #888;   
}

div.clear {
	clear: both;
}
