
/* Layout Stylesheet */ 

body {
 margin-top:0px;
 margin-bottom:20px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 background-color:#FFFFFF;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:65px;
 background:#cccccc;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:700px;
 padding:0;
 }

#l-col {
 float:left;
 text-align:left;
 margin-top:10px;
 background:#dcdcdc;
 color: #333333;
 width:190px;
 }

#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
 /* Presentation Stylesheet */ 

#picture {
 float:left;
 border:0;
 padding-right:10px;
 padding-bottom:10px;
 
}

h2 {
 margin:0;
 padding:15px;
 font-size:14px;
}

h1, h3 {
 font-size:16px;
 margin:0;
 padding:15px;
 }

p {
 margin:0;
 padding-left:15px;
 padding-bottom:15px;
}

a {
 color:#0033CC;
 font-weight:bold;
 font-family: Arial;
 font-size: 12px;
 text-decoration:underline;
 }
 
a:hover {
color:#0033CC;
font-weight:bold;
font-family: Arial;
font-size: 12px;
text-decoration:underline;	
}
 
 /*--  The directory structure just above the Main Content Title area  --*/

#bar {
height:25px;
padding-left:7px;
background-color:#666666;
font-family: Arial;
font-size: 16px;
color: #ffffff;
margin-right: 0px;
text-align: left;
border:solid #000000;	
border-width:1px 0 1px 0;
}

/*--  How the regular links look in the map area  --*/

#bar a {
font-family: Arial;
font-size: 16px;
font-weight:bold;
color: #000000;
text-decoration: underline;
}


/*--  How the map area links look when hovered over with the mouse  --*/

#bar a:Hover {
color: #000000; 
font-family: Arial;
font-size: 16px;
cursor : pointer; cursor: hand;
text-decoration: none;
}
