/* CSS Document */
@media screen,projection,tv {
/* Mainstyles ---------------------------------------------------------------*/

body {
	color: #393939;
	font: 1em "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center; /* IE hack */
	background: white;
}
	

img {
	margin: 0;
	border: none;
}

a {
  color: black;
}

a:visited {
	color: #4B4B4B;
}

a:hover {
	color: #00829A;
	text-decoration: none;
}

address {
  font-style: normal;
}

fieldset {
	padding: 0;
	border: none;
}

input {
	font-size: 90%;
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,h7 {
  margin: 0;
  padding: 0;
}

#gotop {
  margin: 10px 0;
}


/* Layout ------------------------------------------------------------------*/

#container {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 195px;
}

#body {
  margin: 20px 0;
}


#rightbar {
  float: right;
  width: 220px;
}

#content {
  float: left;
  width: 756px;
}

#footer {
  color: #848484;
  padding: 30px 0 0;
	font-size: 80%;
	background: url("img/design/bg_footer.gif") no-repeat center top;
}

#footer p {
  text-align: center;
  margin: 0;
	padding: 10px 0;
}

/* Header -------------------------------------------------------------------*/

h1, #logo {
	position: absolute;
	margin: 0;
	font-size: 10px;
	width: 996px;
	height: 195px;
	top: 0;
	left: 0;
	overflow: hidden;
}

#logo {
	background: url("img/design/bg_header.gif") no-repeat center top;

}

h1 a {
	cursor: pointer;
}

/* Rightbar -----------------------------------------------------------------*/

#menubox {
  padding: 20px;
  color: white;
  background: #FF9600;
}

#menubox ul {
  font-size: 110%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style-type: none; 
}

#menubox ul li {
  padding: 3px;
}

#menubox ul a {
  color: white;
}

#menubox ul a:hover {
  background: #FF6600;
}

#icons {
  margin: 20px;
  text-align: center;  
}

/* Content -------------------------------------------------------------------*/

h2 {
  color: #00829A;
  font-size: 160%;
  padding: 3px 0;
  margin-bottom: 10px;
}

/* Styles for lists -------------------------------------------------------*/

.lstdisc {
	list-style-type: disc;	
}

.lstsquare {
	list-style-type: square;	
}

.lstcircle {
	list-style-type: circle;	
}

.lstdec {
	list-style-type: decimal;	
}

.lstrom {
	list-style-type: upper-roman;	
}

.lstlalfa {
	list-style-type: lower-alpha;	
}

.lstualfa {
	list-style-type: upper-alpha;	
}

/* Styles for tables -------------------------------------------------------*/

.tablestyle1 {
	margin: 15px 0;
	font-size: 90%;
	width: 550px;
	border: none;
  background: #F8CA39;
}

.tablestyle1 th, .tablestyle1 td {
	padding: 3px 5px;
}

.tablestyle1 th {
	color: white;
	background: #6B3D01;
}

.bg0 {
	background: white;
}

.bg1 {
	background: #FEF1CF;
}

}
/* All media -----------------------------------------------------------------*/

.noshow {
	visibility: hidden;
}

.nodisp {
	display: none;
}

hr.leftclear, hr.rightclear, hr.masterclear {
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: none;
}

.leftclear {
	clear: left;
}

.rightclear {
	clear: right;
}

* html hr.rightclear { /* IE hack */
	display: none;
}

.masterclear {
	clear: both;
}