body {
  background-color: #f7f6f6;
  margin-top: 0px;
	height: 100%;
}

a {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-weight: bold;
  text-decoration: none;
  color: #888888;
}

a:hover {
  color: white;
}

span.imageright {
	position: relative;
	float: right;
	color: white;
	padding: 4px;
  font-size: 22px;
	font-weight: lighter;
	letter-spacing: 2px;
  font-family: 'Verdana', 'Arial', 'sans-serif';
}

div.page {
  background-color: #D3E0F0;
  color: #43484E;
  width: 700px;
	min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
}

div.navbar {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

div.cola {
  float: left;
  color: #633421;
  width: 170px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

div.cola img {
  display: block;
  padding: 2px;
  background-color: #ffeebb;
}

div.colb {
  float: right;
  width: 510px;
  font-size: 14px;
  font-weight: normal;
	line-height: 20px;
}

img.main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.navbar {
  padding: 5px;
  font-size: 10pt;
  font-weight: bold;
}

a:hover.navbar {
  padding: 5px;
  font-size: 10pt;
  font-weight: bold;
}

span.navbar {
  padding: 5px;
  font-size: 10pt;
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-weight: bold;
  text-decoration: none;
  color: #43484E;
}

.basic {
  margin-left: 20px;
  margin-right: 20px;
}

div.plug {
	clear: both;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

div.plug a {
  font-family: 'Zapf Dingbats', 'MS Gothic', 'MS Mincho', 'Dingbats';
	font-size: 20px;
}

span.bullet {
  font-weight: normal;
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  padding-right: 2px;
}

ul {
  list-style-type: none;
	list-style: none;
	padding-left: 5px;
	/*line-height: 19px;*/
}

ul.with-bullets {
  list-style-type: none;
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -16px;
	/*line-height: 19px;*/
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.indexbody {
  font-size: 18px;
	padding: 4px;
  font-weight: bold;
  text-align: left;
}

a.linkblock {
	padding: 10px;
  display: block;
}

