
a {
  color: #114477;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
}
body {
  font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #555555;
  color: #333333;
  text-align: left;
  
}
div
{
	width: 800px;
	background-color: #fdfdff;
	_left: 0px;
}
div.header
{
	height: 200px;
	position: absolute;
	top: 0px;
	background-color: #e5ffd5;
	clear: both;
	text-align: center;
	background-image: url('rtborder.png');
	background-position: right;
	background-repeat: repeat-y;
}
div.body
{
	margin-bottom: 10%;
	position: absolute;
	top: 200px;
	clear: both;

	background-image: url('bottomborder.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.bg
{
	background-image: url('rtborder.png');
	background-position: right;
	background-repeat: repeat-y;
}
div.container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	_margin-left: 0;
	_margin-right: 0;
	_margin-top: 0;
}
div.footer
{
	font-size: .8em;
	width: auto;
	background-image: none;
	margin: 25px 50px;
	text-align: center;
}
div.content
{
	width: auto;
	background-image: none;
	margin-right: 35px;
	margin-left: 35px;
}
div.menu
{
	background-color: #112b00;
	background-image: none;
	width: auto;
	height: 2.5em;
	margin-right: 6px;
	text-align: center;
	vertical-align: middle;
}
div.menuitem
{
	color: #e5ffd5;
	background-color: #112b00;
	background-image: none;
	width: auto;
	float: left;
	margin-top: .5em;
	padding: .25em;
	margin-right: .25em;
	margin-left: .5em;
	border-bottom: 0px dashed #112b00;
	-webkit-transition: all .2s linear;
}
div.menuitem:hover
{
	border-bottom: 3px solid #fdffd5;
}
div.rtbox
{
	clear: both; float: right; width: auto; border: 1px solid #112b00; padding: 20px; margin-bottom: 20px; margin-left: 20px; background-color: #e5ffd5; color: 112b00;
}
a.menu
{
	color: #e5ffd5;
	-webkit-transition: all .2s linear;
}
a.menu:hover
{
	color: #fdffd5;
	text-decoration: none;
}

h1,h2,h3,h4
{
	color: #112b00;
}
p { margin-bottom: .3em; }
h1 { font-weight: bold; font-size: 1.6em; line-height: 2em; margin-bottom: .3em; }
h2 { font-weight: bold; font-size: 1.2em; line-height: 1.8em; margin-bottom: .3em; }
h3 
{ 
font-weight: bold; 
font-size: 1em; 
line-height: 1.2em; 
}
h4 { 
font-weight: bold; 
font-size: 10px; 
line-height: 18px; }

hr {
  border-width: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #8cacbb;
  color: #8cacbb;
}
input {
  border: thin solid #8cacbb;
  font-size: 10px;
  color: #112233;
  text-indent: 2px;
}
input[type=checkbox], input[type=radio] {
  border:  none;
}
input[type=submit] {
  border: 1px solid #8cacbb;
  background-color: white;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #ffffff;
  cursor: pointer;
}
label {
  cursor: pointer;
}
select {
  font-size: 10px;
  color: #112233;
}
small {
  font-size: 0.8em;
}
textarea {
  font-size: 11px;
  color: #112233;
  width: 100%;
}
td {
  color: #000000;
  font-size: 11px;
  vertical-align: top;
  text-align: left;
}
th {
  border: 1px solid #8cacbb;
  padding: 0 2px;
  color: black;
  background-color: #dee7ec;
}
ul {
  margin-top: 2px;
  margin-bottom: 6px;
}
