
a {
  color: #06c;
  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: #555;
  color: #000;
  text-align: left;
  
}
div
{
	background-color: #fdfdff;
	_left: 0px;
}
div.header
{
	width: 900px;
	height: 200px;
	position: absolute;
	top: 0px;
	background-color: #ddffdd;
	clear: both;
	text-align: center;
	background-image: url('rtborder.png');
	background-position: right;
	background-repeat: repeat-y;
}
div.body
{
	width: 900px;	
	margin-bottom: 10%;
	position: absolute;
	top: 200px;
	clear: both;

	background-image: url('rtborder.png');
	background-position: right;
	background-repeat: repeat-y;
}
div.container
{
	width: 900px;
	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.bottom_cap
{
	width: 900px;
	height: 6px;
	background: url('bottomborder.png') 0 bottom;
}

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;
}
div.content
{
	width: auto;
	background-image: none;
	margin-right: 35px;
	margin-left: 35px;
}
div.menu
{
	background-color: #002f5f;
	background-image: none;
	width: auto;
	height: 2.5em;
	margin-right: 6px;
	text-align: center;
	vertical-align: middle;
}
div.menuitem
{
	color: #fff;
	background-color: transparent;
	background-image: none;
	width: auto;
	float: left;
	vertical-align: middle;
	padding: .67em .75em .8em;
}
div.menuitem:hover
{
	
}
div.menuitem_selected
{
	color: #002f5f;
	background-color: #fdfdff;
	background-image: none;
	width: auto;
	float: left;
	vertical-align: middle;
	padding: .67em .75em .55em;
	margin-top: .25em;
}

a.menuitem
{
	color: #fff;
}
a.menuitem:hover
{
	text-decoration: underline;
}

a.menuitem_selected
{
	color: #002f5f;
}
a.menuitem_selected:hover
{
	text-decoration: underline;
}

h1,h2,h3,h4
{
	color: #002f5f;
}
p { margin-bottom: .75em; margin-top: .75em; }
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;
}
