
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
{
	_left: 0px;
}

div.rt-box
{
	width:300px;
	position:relative;
	padding:10px;
	margin: 90px 0px 75px 30px;
	float: right;
	background-color: #e5ffd5;
	border: 1px solid #112b00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
div.header
{
	width: 800px;
	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
{
	width: 800px;
	margin-bottom: 10%;
	position: absolute;
	top: 200px;
	clear: both;
	background-color: #fdfdff;
	background-image: url('bottomborder.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.bg
{
	width: 800px;
		background-color: #fdfdff;
	background-image: url('rtborder.png');
	background-position: right;
	background-repeat: repeat-y;
}
div.container
{
		background-color: #fdfdff;
	width: 800px;
	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;
	padding: 1.2em;
	text-align: center;
}
div.content
{
	width: auto;
	background-image: none;
	margin-right: 8px;
		background-color: #fdfdff;
}
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.4em; line-height: 50px; 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;
}

div.bottom {
	height: 3em;
	width: 794px;
	color: #e5ffd5;
	margin-bottom: 5px;
	background-color: #112b00;
}

/* root element for accordion.*/
#accordion {
	background:#333;
	width: 794px;
	-background:#666;
}

/* accordion header */
#accordion h1 {
	color: #e5ffd5;
	background-color: #112b00;
	margin:0;
	padding:0px 15px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	cursor:pointer;	
	height: 50px;	
}
#accordion h1:hover{
	background: #112b00 url(button.png) repeat-x;
}
#accordion h1:active{
	background: #112b00 url(button.png) repeat-x 0 -50px;
}

/* currently active header */
#accordion h1.current {
	cursor:default;
	background-color:#112b00;
}

#accordion h1.current:hover {
	background-image: none;
}
#accordion h1.current:active {
	background-image: none;
}


/* accordion pane */
#accordion .pane {
	display:none;
	padding:15px;
	background-color: #fdfdff;

}

/* a title inside pane */
#accordion .pane h2 {

}



