/*--------------------
CSS by Sarah Broadbent
----------------------*/
@import url(adv_styles.css);


/* Below are the styles that are okay for Netscape 4.x browers, at the end of these the advanced stylesheet is imported for other browsers */

body {
   		background: #003366;
   		text-align:center;
   		font-size:80%;
   		margin:0;
   		font-family:verdana,arial,sans-serif;
   		color:#222222;
   		}


p 		{
	   	margin:0 0 10px 0;
	   	}
    

a:link {color:#003366;}
a:visited {color:#375B7F;}
a:hover {color:#74922D;}
    
#container {
   		margin:0 auto;
   		text-align:left;
   		width:770px;
   		}
   		
#main {
   	width:770px;
    	}
  
#neighbors {
   		background: url(images/background_top.gif) no-repeat 0 0;
   		text-indent:-9000px;
   		margin:0;
   		height:26px;
   		font-size:1.0em;
   		color:#fff;
    		}

.sidenav {background:#E3E3E3;}
#sidebar {
   		width:160px;
   		vertical-align:top;
   		padding:0 0 0 5px;
   		}
   		
#sidebar h2 {font-family:verdana,arial,sans-serif; 
   				color:#003366; 
   				font-size:1.0em; 
   				font-weight:normal; 
   				text-align:center;
   				letter-spacing:1px;
   				margin-top:20px
    				}

#navigation ul {
   				font-family:verdana,arial,sans-serif;
   				color:#003366;
   				list-style:none;
   				margin:0;
   				padding:0;
   				text-align:center;
   				} 

#communitylinks ul{
   			list-style:none;
   			text-align:center;
   			margin:0;
   			padding:0;
   			}
 
.ehlfdicside {
   		background-color:#e3e3e3;
   		}
#ehlfdic img {
   		padding:15px 0 8px 25px;
   		}
   		
.mainbody {
   		background: #fff;
   		vertical-align:top;
    		}

#logo {
   		padding:19px 0 0 50px;
   		}   				

#home #content { padding:20px 60px 20px 50px;}
#content {padding:20px;}

h1.welcome {
		text-indent:-9000px;
		background: #fff url(images/hd_welcome.gif) no-repeat 0 0;
		margin:15px 0 10px 0;
		padding:0;
		font-size:1.0em;
		}
		
#footer {color:#fff;}



/*------------------------------------------------
this file is imported to hide the styles in it from Netscape 4.7 which has a pared down version of the site 
some of the selectors are repeated but with different declarations in them.
--------------------------------------------------*/

