/* CSS Document */



body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

#header h1{
	font-size: 28px;
	border-bottom: 1px solid black;
	}

#header{
	border-bottom:1px solid black;
	padding-bottom:15px;}
	
#header a:link, #header a:visited{
	color:#009;
	font-weight:bold;
	font-size: 14px;
	}

#header a:hover{
	color:#F60;
	}
	
#content h1 {
font-size: 22px;
}

h2 {
font-size: 16px;
margin-top: 1.5em;
color:#003366;
}

h3 {
font-size: 14px;
}


p#text_underline{
text-decoration:underline;
font-weight:bold;}

#content ul.locations{
margin:0;
padding:0 0 5px 15px;
}

#content ul.locations li{
margin:0;
padding:0;
}

p.note{
font-style: italic;
}


/*SIDE NAVIGATION*/
#sidenav{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
border-bottom:1px solid black;
}

h4{	
margin-bottom: 3px;			
font-size:120%; 
font-weight:bold;
}


#sidenav a:link, #sidenav a:visited{
color:#00C;
font-weight: 600;
letter-spacing: 1px;
display: block;
width:200px;
padding:4px 4px 4px 20px;
text-decoration:none;
}

#sidenav a:hover{
text-decoration: none;
background: #FF9900;
}


#sidenav a.sidelinkheader, #sidenav a.sidelinkheader:visited{
font-size: 16px;
color:black;
font-weight: bold;
padding: 10px;
text-decoration:underline;
}

#content{
	border-bottom:1px solid black;
	}
	
#content a:link, #content a:visited{
	color:#009;
	background:#CFF;
	}

#content a:hover{
	background:#FC9;
	}

.network{
	margin-left:30px;
	}
	
#footer{
text-align: center;
font-size: 14px;
width: 100%;
padding-top:10px;}

#footer a:link, #footer a:visited{
	color:#006;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#F60;
	}
