



html,body{margin:0;padding:0}

body{font: 76% arial,sans-serif;text-align:center}

p {
    margin:0 10px 10px
}

a {
    padding:5px;
    text-decoration:none;
    color:#000000;
}



div#header {
    background-color:#F3F2ED;
    background-image:url('wscsHeader.png');
    height:192px;
    
    margin-bottom: 15px;
    }

div#header h1 {
    height:80px;
    line-height:80px;
    margin:0;
    padding-left:10px;
    }

div#container {
    text-align:left
    }
div#content p{line-height:1.4}

div#navigation{
    /* background:#F6F0E0; */
    }

div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}

/*  This is handy for debugging the layout 
div#extra{background:#CCC8B3;}
div#footer{background:#BFBD93;}
*/

div#footer p{margin:0;padding:5px 10px}

div#container {
    width:700px;
    margin:0 auto;
    }
    
div#index {
    text-align:center;
}

div#content {
    float:left;
    width:490px;
    
    }

div#content ul {
    list-style: disc;
    list-style-position: inside;
    padding: 10px;
}

div#content li {
    
}

div#content a {
    padding: 0px;
    text-decoration:underline;
}

div#centeredBlock {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:200px;
}

div#navigation {
    float:right;
    width:200px
    }

div#extra{
    margin-top:10px;
    font: 76% arial,sans-serif;
    float:left;
    width:500px;
    text-align:center
    }
    



div#footer{
    clear:both;
    width:100%;
    font: 70% arial,sans-serif;
    font-style:italic;
    text-align:center
    }
    

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

img {
	border: medium;
}

img.centeredBlock {
    display: block;
    margin-left: auto;
    margin-right: auto
}
        
#menu {
	width: 179px;
	margin: 10px;
	border-style: none;
	border-color: #404040 ;
	border-width: 1px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 80%; */
	font-weight: bold;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #404040 ;
	display: block;
	background:  url(menu2.jpg);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #627EB7;
	background:  url(menu2.jpg) 0 -32px;
	padding: 8px 0 0 10px;
	}
        

        

