html body {
	overflow:hidden;
	font-family: Arial,Helvetica,sans-serif;
	font-size:.9em;
}

#top {
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	width:auto;
	height:106px;
}
#main {
	position:absolute;
	top:98px;
	left:0;
	right:0;
	bottom:12px;
	height:auto;
}
#left {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:auto;
	height:auto;
	width:144px;
	overflow:hide;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#content {
	overflow:auto;
	position:absolute;
	left:144px;
	top:0;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
	padding:20px 125px 40px 30px;
}
#bottom {
	position:absolute;
	top:auto;
	height:12px;
	left:0;
	right:0;
	width:auto;
	bottom:0;
	background-color:#eeeeee;
	color:#666666
}
.center {
	text-align:center;
}
#bottom p{
	text-align:center;
	font-size:xx-small;
	margin:0;
}
#bottom a, #bottom a:visited{
	color:#666666;	
}
#bottom a:hover{
	color:#e33;
}
h1, h2, h3 {
	background-image: url(hr_wide.gif);
	color:#333333;
	font-weight:bolder;
	font-family: Times New Roman, serif;
	margin-top:30px;
	padding:2px;
	text-indent:5px;
}
h1 {
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
#logo {
	border:0;
	position:absolute;
	left:30px;
	top:6px;
	right:auto;
	bottom:auto;
	width:145px;
	height:59px;
}
#legal-menu {
	position:absolute;
	top:0;
	right:0;
	width:483px;
	height:16px;
	left:auto;
	bottom:auto;
	background-color:#eeeeee;
	color:#333333;
	font-size:x-small;
	font-weight:bolder;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}
#legal-menu li{
	margin:0 12px;
	float:right;
	list-style-type: none;
}
#legal-menu a, #legal-menu a:visited{
	color:#333;
}
#menu-bar{
	position:absolute;
	bottom:15px;
	height:26px;
	width:auto;
	top:auto;
	right:0;
	left:0;
	background:#fff url(nav_leftbutt.gif) left no-repeat;
}
#top-menu{
	position:absolute;
	left:90px;
	top:0;
	right:0;
	bottom:0;
	width:auto;
	height:26px;
	background-image: url(nav_bg.gif);
	margin:0;
	padding:0;
}
#top-menu li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:6px 12px;
	font-weight:bold;
}
#top-menu li:hover, #top-menu li.reverse{
	background-image: url(nav_bg_dark.png);
}
#top-menu a, #top-menu a:visited{
	color:#fff;
	text-decoration:none;
}
#shadow{
	position:absolute;
	left:0;
	right:0;
	width:auto;
	bottom:0;
	height:15px;
	top:auto;
}
#left-shadow{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:auto;
	width:144px;
	height:15px;
	background-color:#333333;
}
#corner-shadow{
	position:absolute;
	left:144px;
	right:auto;
	width:10px;
	height:15px;
	bottom:0;
	top:0;
	background-image: url(corner_shadow.gif);
}
#right-shadow{
	position:absolute;
	left:154px;
	right:0;
	top:0;
	bottom:auto;
	width:auto;
	height:7px;
	background-color: #333333;
}
#corner-image{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:auto;
	width:auto;
	height:143px;
	border:3px solid #333;
}
#section-title{
	position:absolute;
	top:149px;
	bottom:auto;
	left:0;
	right:0;
	height:26px;
	width:auto;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	background-color:#333;
	text-align:center;
}
#section-title p{
	padding:0;
	margin:3px 0 0 0;
}
#side-menu{
	position:absolute;
	top:175px;
	bottom:auto;
	width:auto;
	right:0;
	left:0;
	margin:0;
	padding:0;
	background-color:#333;
}
#side-menu li{
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	padding:0;
	width:auto;	
	left:0;
	right:0;
	list-style-type:none;
}
#side-menu a, #side-menu a:visited{
	display:block;
	text-decoration:none;
	color:#fff;
	background-image: url(subnav_bg.gif);
	margin:0 5px 0 3px;
	padding:4px 3px 4px 7px;
}
#side-menu a:hover, #side-menu a.reverse, #side-menu a.reverse:visited{
	background-image: url(subnav_bg_hover.gif);
}
#left-bottom{
	display:block;
	margin-top:5px;
	padding:0;
	width:144px;
	height: 36px;
	background-image: url(subnav_bottomfoot.gif);
}
table{
	border:solid 1px;
	border-collapse:collapse;
}
th, td{
	padding:7px;
	border:solid 1px;
}
th{
	background-color:#eeeeee;
	font-weight:bold;
	color:#333333;
}
li{
	list-style-type: square;
}
td {
padding:2px 10px;
}

#content a, #content a:visited{
  color:#e33;
  text-decoration:none;
}

#content a:hover, #legal-menu a:hover{
  text-decoration:underline;
}

#content {
  font-family: Arial, Helvetica, sans-serif;
  text-align:justify;
  font-size:14px;
  line-height: 1.5em;
}
#content p{
  line-height: 1.2em;
  margin-top: 16px;
  margin-bottom:16px;
}
.button a, .button a:visited{
	background-image:url(button_on.png);
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	padding:3px 7px 5px;
	margin:5px;
}
.button a:hover{
	background-image:url(button_off.png);
	text-decoration: none !important;
}


.small {
  font-size:90%;
}

.small li{
  line-height:230%;
}

.half {
  display:block;
  width:48%;
  float:left;
}

.half li{
}
#content li{
  margin-bottom:.7em;
  line-height:1.3em;
}
.text-shadow{
	color: #333;
	position:absolute;
	margin-top:1px;	
	margin-left:1px;
	z-index: 1;
	cursor:pointer;
}
.text-foreground{
	position:absolute;
	color: #fff;
	z-index:2;
	cursor:pointer;
}
.text-real{
	color: transparent;
	cursor:pointer;
}
