html,body{
	margin:0;
	padding:0
	}
	
body{
		background:url(images/bodyBKND.jpg);
		background-repeat: no-repeat;
	background-attachment: fixed;
	}
p{
	font: 500 10pt arial, helvetica, sans serif;
	line-height:1.5;
	margin:0 10px 5px; 
	padding:5px;
	}
a{
	
	color: #981793;
	
	font: 800 10pt arial, helvetica, sans serif;
	
	}
	
div#header{
	background:url(images/header.jpg);

	
	height:150px;
	
	margin:0;
  	
  
  	
  	}
  	
	
div#container{
background:url(images/contentBKND.jpg)repeat-y;
	
	width:900px;
	margin:10px auto;
	text-align:left;
	
	
	}
	
		
div#content{

	margin: 0 140px;
	width:620px;
	border:0px solid #999;
	
	}
	
	
div#content p{
	font: 500 10pt arial, helvetica, sans serif;
	line-height:1.5
	}
	
div#content h1{
	
	
	line-height:1.4
	}
	
	
	h1{
	font: 800 14pt arial, helvetica, sans serif;
	padding-bottom:0;
	padding-left:10px;
	margin-bottom:0;
	background:#CCC;
	height:25px;
	
	}
		
#menu{
	background-color:#009;
	margin:0 auto;
	border-bottom:2px solid #999;
	width:100%;
	height:25px;
}


ul {
  	
 	 margin: 0;
 	 padding: 0;
 	 list-style: none;
}


ul li {
  	display: block;
 	 position: relative;
 	 float:left;
 	 margin-left: 0px solid #009;
 	 width:148px;
 	 height:25px;
 	 border-right: 1px solid #333;
 	 
}

li ul { display: none;


	
	}

 

ul li a {
font: 800 12px arial, verdana, sans serif;
  color: #FFF;
 
 display: block;
  text-decoration: none;
 
  padding: 5px 15px 10px 15px;
  text-align:center;
  margin-left: 0px;
  white-space: nowrap;
}

ul li a:hover { 
font: 800 12px arial, verdana, sans serif;
	color: #FFF;
background-color:#06C;
	
	width:122px;
	height:10px;
	
	
	
	}
	
	
li:hover ul {
  display: block;
  position: absolute;
  padding: 0px 10px 15px 0px;
  border-right: 0px solid #ffffff;

width:122px;	
  
}

li:hover li {
  float: none;
   
   border-top:1px solid #600;
   margin-left:0px;
   
}

li:hover a { 
	background: #06C;
	width:122px;
	height:10px;
	padding: 5px 14px 10px 12px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	

	}
	
li:hover li a:hover { 
	background: #999; 
	width:122px;//** control 2nd level background**/
	 
	}
	

div#nav{
text-align:center;
margin-top:10px;
	float:left;
	width:140px;
	margin-left:-900px;
	
	}



div#banners{
text-align:right;
    margin-top:10PX;
	float:left;
	width:20px;
	margin-left:-125px;
	padding-bottom:50px;
	
	}

div#footer{
	width:870px;
	background: #333;
	height:80px;
	border:0px solid #999
	}
#footer a:link{
	
	text-decoration: none;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color:#06C;
	}
#footer a:visited{
	
	text-decoration: none;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	color:#F36;
	}
	
#footer a:hover{
	text-decoration: underline;
	font-family: arial, helvetica, sans serif;
	color:#FFF;
	
	}
	
	ol{
	font:12px Arial, Verdana, Helvetica;
	color:#333
	
	
	}

p.legal{
	font: .75em arial, verdana, sans serif;
	color:#FFF;
	float:left;
	text-align:left;
	padding:0 0 0 0;
	width:200px;
	margin-top:5px;
	margin-left:5px;
}
	
p.jse{
	font: .75em arial, verdana, sans serif;
	border:1px solid black;
	background: #FFF;
	float:right;
	bottom:0;
	padding:2px;
	height:65px;
	margin:3px;
	margin-right:5px;
	text-align:center;
	}
	
	
	
	
div#wrapper{
	
	float:left;
	width:100%
	}


	

div#footer{
	clear:left;
	width:100%}
	
	
	
	
	
	
p.byline{
	font:10px, arial, verdana, helvetica;
	color:#333;
	width:95%;
	border-bottom:2px solid black;
	padding: 0; 
	margin-top: 0;
	margin-left:10px;
}
