
* { padding: 0; margin: 0; }
html { height: 100%; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
  background: #75cfe5;
  height: 100%;
min-height: 100%;
}

a:link, a:visited {
	text-decoration: underline;
	color: #75cfe5;
	}
a:hover {
	text-decoration: none;
	color: #FF6600; }
	
#wrapper { 
 margin: 0 auto;
 width: 950px;
 height: 100%;

}
#logo {
width: 260px;
height: 61px;
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
 margin: 40px 0px 15px 5px;

}

li {list-style: outside; margin: 0 0 0 20px;}

#leftcolumn { 
 color: #999999;
 border: none;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
height: 100%;
width: 240px;
 float: left;
}
#plus ul {
list-style-type: disc;
list-style-image: url(images/plus.jpg);
list-style-position: outside;
display: block;
font-family: verdana, arial, Helvetica, sans-serif; 
 padding: 0px 0px 0px 20px; 
}
#minus ul {
list-style-type: disc;
list-style-image: url(images/minus.jpg);
list-style-position: inside;
list-style-position: outside;
font-family: verdana, arial, Helvetica, sans-serif;
 padding: 0px 0px 0px 35px;  
}
#leftcolumn li {
margin: 0 0 0 0; 
}
#leftcolumn a {
display: block;
padding: 2px 0px;
width: 230px;
color: #333333;
text-decoration: none;
}

#leftcolumn a:hover {
color: #FF6600;
 }

img { margin: 0px 0px 0px 0px;
}
#rightcolumn { 
 border: none;
 padding: 10px;
 position: absolute;
 text-align: left;
 width: 650px;
  height: auto;
 color: #333;
 background: #ffffff;
 margin: 20px 20px 20px 20px;
 display: inline;
}
#front { 
 border: none;
 padding: 10px;
 position: absolute;
 text-align: center;
 width: auto;
 height: 100%;
 display: inline;
 margin: 0px 0px 0px 50px;
  padding: 10px;
  background-color: #ffffff;
 }

.style1 {font-size: 14px; color:#FFFFFF;  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style2 {font-size: 10px; 
}
h1 {
	text-align: left;
	font-size: 30px;
	padding: 8px 0 20px 0;	
	color: #666666;
}
h4 {
	text-align: middle;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #666666F;
}
* {margin:0; padding:0}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}