/* yo! itty bitty boozy woozy greatski bring it on down down down ... */

body
{	border: 0px;
	top: 0px;
/*	bottom:0px;*/
	right:0px;
	margin-top: 0px;
/*	margin-bottom: 0px;
	padding-bottom: 0px;   */
}
table
{   margin-bottom:0px;
    border:0px;
    cellspacing:0px;
    cellpadding:0px;
    font-family: Lucida Sans Unicode, sans-serif;
	font-size: 10pt;
	color: #484848;
	line-height: 1.6;}
a{color:#E01D7E}
td
{padding:0px;}

#tabl td{
	padding:3px;
}

a 
{
	text-decoration: none;
}

h1
{
	font-size: 18pt;
	font-family: Lucida Sans Unicode, sans-serif;

}

h3
{
	font-family: Lucida Sans Unicode, sans-serif;
	font-color: #22B4C3;
}

.footer
{
	width:100%;
	text-align: center;
	background:#000000;
	height:300px;
	overflow:hidden;
}
.foot_line
{
	z-index:2;
	width:100%;
	position: relative;
	left: 0px;
	top:-300px;
	border: 0px;
}
.copy
{
	z-index:1;
	position: relative;
	margin:0 auto;
	width:900px;
	background: #FFFFFF;
	height:270px;
}
div span {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}

#nav, #nav ul {
 list-style: none;
  margin: 0;
  padding: 0;
  border: 0px solid #000;
  background: #FFFFFF;
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
}
#nav li ul {
  display: none;
  position: absolute;
  padding: 10px;
  width: 130px;
  float: left;
}
#nav li ul a:hover
{
  color: #484848;
}
#nav li ul a
{
  color: white;
  font-size: 10pt;
  font-family: Lucida Sans Unicode, sans-serif;
}
#nav a {
  color: #e52b89;
  text-decoration: underline;
  font-size: 20pt;
  font-family: Lucida Sans Unicode, sans-serif;
  display: block;
  width: 160px;
  padding: 0px;
  padding-bottom: 10px;
}
#nav a:hover {
  color: #484848;
}
#nav li:hover,
#nav li.jshover {
  background: none;
}
#nav li li a {
  width: 130px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}
#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 120px;
  top: -9px;
  left: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li:jhover ul {
  display: block;
}
