
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#045A88;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: 'georgia', helvetica, sans-serif;
	font-size: 13px;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:708px;
 background:#045A88;
 margin:auto;
 }

#hdr {
 height:298px;
 background:#045A88;
 color: #333333;
 }

#bar {
 height:2px;
 background:#05689E;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: #F5F6F9;
 color: #333333;
 width:708px;
 padding:0;
 border-top: 1px;
 }

#l-col {
 float:left;
 background:#F5F6F9;
 color: #333333;
 width:145px;
 border-top: 1px;
 border-right: 1px;
  font-family: 'georgia', helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	
 }


#main {
 width:561px;
 background:#ffffff;
 color: #333333;
 border-top:1px solid #045A88;	
 border-left:1px solid #045A88;	
 text-align:left;
 padding-top: 20px;
 }

#ftr {
 height:25px;
 background:#F5F6F9;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

.imgcenter {
margin-left: auto;
margin-right: auto;
margin: 5px;
}

/* Presentation Stylesheet */ 

p {
 font-family: 'georgia', helvetica, sans-serif;
	font-size: 13px;
 margin:0;
 padding:15px;
 line-height: 25px;
   letter-spacing: .08em;
 }

h1, h2, h4 {
  font-family: 'georgia', helvetica, sans-serif;
  color: #990000;
 margin:0; 
 padding: 5px 0;
  letter-spacing: 2px;
 }
 
 h3 {
   font-family: 'georgia', helvetica, sans-serif;
  color: #990000;
 margin:0; 
 padding: 5px 0;
  letter-spacing: 2px;
 
 }
 
 p2 {
 font-family: 'georgia', helvetica, sans-serif;
  padding: 0;
  line-height: 50px;
  color: #067EBF;
  font-size:larger;
 }
 
 a { 
  font-family: 'georgia', helvetica, sans-serif;
	font-size: 13px;
	 line-height: 25px;
 color: #990000; 
 text-decoration: none; 

 
 }

a:visited { color:#666 }
a:hover { 
color: #990000; 
text-decoration: none; 
 border-bottom:1px solid #373856;
 }

