html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,fieldset{
	margin: 0;
	padding: 0;
	border: 0;

}



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#000000
	margin: 0px;
	padding: 0px;
	text-align: justify;	
}

.leftimage {
	float: left;
	margin: 0 10px 0  0;
}
.clearit {
	display: block;
	clear: both;
}
.rightimage {
	float: right;
	padding-top: 0;
	margin: 0 0 0 10px;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 10px auto;
	width: 750px;
	border: 1px solid #000000;
	text-align: left;
}

#banner {
	height: 100px;
	background-image: url(wsc_banner2.jpg);
	background-repeat:no-repeat;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
	background:#ffffff;
	font-size:93%;
	line-height:normal;
	width: 750px;  
      }
    #nav ul {
      margin:0;
	  float:left;
      padding:0px 100px 0;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url("norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #nav a {
      float:left;
      display:block;
      background:url("norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
		color: #a00;
	}
	#nav #current a:hover{
		color: #a00;
	}
	
    #nav #current {
      background-image:url("norm_left_on.gif");
      border-width:0;
      }
    #nav #current a {
      background-image:url("norm_right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	  
	 #nav ul ul {
position: absolute;
z-index: 500;
}

#nav ul ul li{
float:left;
background:none;
}

#nav ul ul li a{
background:none;
}

#nav ul ul ul {
top: 0;
left: 100%;
}

#nav #current ul {
	background:none;

}
#nav #current ul li {
	background:none;

}
#nav #current ul li a{
	background:none;

}

div#current ul ul,
div#current ul li:hover ul ul,
div#current ul ul li:hover ul ul,
div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#current ul li:hover ul,
div#current ul ul li:hover ul,
div#current ul ul ul li:hover ul,
div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}

#content {
	height: 600px;

}
em {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

#content p {
	padding-top: 20px;
	text-align: justify;
	margin: 10px;
}



#footer {
	width:751px;
	height:25px;
	background: #00c;
	border-top: 1px solid #000000;
	text-align: center;
	
}

#footer p{
	padding:3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	}

#footer p a{
	padding:3px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	}
	
#footer p a:hover {
      color: #FFFF00;
      }
	

