/* CSS Document */

#container {
  width:98%;
  margin:0 auto;
}
#topwrapper {
  width:auto;
  display:block 
}
#topbar {
  background:#fff;
  width:auto;
  display:block;
}
#navbar {
  width:auto;
}
 
#contentwrapper{
float: left;
width: 100%;
}
#main {
  width:auto;
  background:#fff;
  padding-left:2px;
  padding-right:2px;
  padding-top:2px;
  padding-bottom:2px;
  margin-top:2px;
}
#info {
  width:auto;
  background:#fff;
}
#infoinner {
  padding-left:2px;
  padding-right:2px;
}

#footer {
  clear:left;
  width:auto;
  display:block;
  padding-left:2px;
  padding-right:2px;
  background:#fff;
}

.box {
  margin-top:5px;
  margin-bottom:5px;
  padding-top:10px;
  padding-bottom:10px;
  width:238px;
  border-style:dashed;
  border-width:1px;
  border-color:#EC8960;
  text-align:center;
  color:#EC8960;    
}

iframe {
  margin-top:5px;
}

body {
	background-attachment: fixed;
  background-color: #EC8960; 
	font-family: Arial, Helvetica, sans-serif
}

.h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #696969;
	line-height: 20px;
  padding: 2px;
  margin: 0px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	padding: 2px;
  line-height: 24px;
}

hr {
  width:95%;
  color:#696969;
  background-color:#696969;
  height:1px;
  border:0px
}
hr.small {
  width:40%;
  color:#696969;
  background-color:#696969;
  height:1px;
  border:0px
  margin-top:10px;
  margin-bottom:10px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px; 
}
li {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px;
	list-style-type: disc;
}
li.small {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px;
	list-style-type: none;
}
td ol ul li {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px;
	list-style-type: decimal;
}
td ol li {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px;
	list-style-type: disc;
}
a:visited {
	color: #db2234;
	text-decoration: none;
}

a:link {
	color: #db2234;
   text-decoration: none;
}
a:hover {
	color: #5A5A5A;
; text-decoration: none
}
a:active {
	color: #5A5A5A;
; text-decoration: none
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 16px;
  vertical-align:top;  
}
td.dark {
  color:#444;
  font-weight:bold;
}
td.bright {
  color:#999;
}
#main table.wide td {
  padding:8px;
}
#main table.hwide td {
  padding:2px;
}
#main table.hwide td.space {
  padding:0px;
}

.rightbartitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
	color: #696969;
	line-height: 20px;
  padding: 2px;
  margin: 0px;
}
.rightbartext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 14px;
  padding: 2px;
  margin: 0px;
}
a.rightbartext:visited {
	color: #db2234;
	text-decoration: none;
}
a.rightbartext:link {
	color: #db2234;
	text-decoration: none;
}
a.rightbartext:hover {
	color: #5A5A5A;
; text-decoration: none
}
a.rightbartext:active {
	color: #5A5A5A;
; text-decoration: none
}

.texta {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #696969;
 background-color: #ffffff;
 border: 1px solid #EC8960;
 
}
.textb {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #696969;
 background-color: #ffffff;
 border: 1px solid #999999;
 
}
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: -200px;
width: 200px;
z-index: 100;
color: #696969;
border: 1px solid;
border-color: #696969;
padding: 2px 10px 2px 10px;
background: #ffffff;
font-style: Normal;
text-align: left;
}
