
/* Layout Stylesheet - Index */ 

 body
{
 margin: 0;
 padding:0; 
 }
	 
#hdr
{
font-family: "new times roman", "arial", "verdana";
font-weight: bold;
font-size: 18pt;
border-bottom: 5px solid #387A9B;
 }

blockquote
{
margin: 1em 20em;
border: 4px solid #ddd;
padding-top: 5px;
font-weight: bold;
}

blockquote p.source
{
padding-bottom: 5px;
text-align: center;
font-style: italic;
}

#ftr {
 width:100%;
 height:85px;
 background:#eeeeee;
 color: #333333;
 margin:5px;
 }

/* Presentation Stylesheet */ 
p
{
 padding: 0 15px;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

ul
	{
	color: navy;
	}
a
	{
	color: #0099cc;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
a:link {color:#0099cc;}

a:visited {color:#0077aa;}

a:hover {background-color:#cc3333; color: #ffcc33}

