
body  {
	
	margin: 0; /* CSS reset*/
	padding: 0;
	background-color:#000000;
}

#container { 
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border:solid 5px #999999;
} 

h1 {
    padding: 2px 0 0px 15px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	color: #ffffff;
	
}

    

#header {
    background-color:#000000;
}



#maincontent { 
	margin: 0 20px 0 1%; /* the right margin  creates the space down the right side of the page. */
	padding-bottom: 70px;
} 

#maincontent2 { 
	margin: 0 20px 0 1%; /* the right margin  creates the space down the right side of the page. */
        padding: 75 50 140 50px;
} 

#maincontent3 { 
	margin: 0 20px 0 1%; /* the right margin creates the space down the right side of the page. */
        padding: 75 50 200 50px;
} 

#maincontent3 p{
	line-height: 1.3em;
	font-size: 1.2em;
}

#maincontent3 ul{
	line-height: 1.3em;
	font-size: 1.2em;
}


.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('../img/topMenuImages.png') repeat-x;}

.menu li{padding:0; margin:0; list-style:none; display:inline;}

.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer;       background:url('../img/topMenuImages.png') 0px -30px no-repeat;}

.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('../img/topMenuImages.png') 100% -30px no-repeat;}

.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}

.menu li a:hover span{background-position:100% -60px;}

.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('../img/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}

.menu li a.active span, .menu li a.active:hover span{background:url('../img/topMenuImages.png') 100% -90px no-repeat;}