﻿
/* Layout Stylesheet */ 

body {

 margin:0px;

 background:#0066FF;

 color:#0099FF

 text-align:center;

 padding:0;
 

 font-family:Verdana,Segoe,sans-serif;

 }



#top_bar  {

 height:25px;

 color: #000;

 margin:0px;

 padding:0px;

 background:#0066FF;

 border:2px solid black;

 border-width:2px 0px 2px 0px;

 }




#ftr {

 height:25px;

 color:black;

 border:solid #1e330c;

 border-width:2px 0 0 0;

 margin:0;

 background:#0066FF;
 
 }




#outer {

 text-align:left;

 border:2px solid #1e330c;

 width:1022px;

 margin:auto;

 }



#hdr {

 height:200px;

 background: #000 url(../images/header.jpg) no-repeat top left;

 color: #24504f;

 }



#bodyblock {

 position:relative;

 color:#000000;
 

 background:white;

 width:962px;

 height:550px;

 padding:0px 30px 0px 30px;

 }


/* Presentation Stylesheet */ 



h1 {

 font-size:18px;

 margin:0;

 padding:15px;
 color:#bb3d2f;

 }
 
h2 {

 font-style:italic;
 
}



h3, p {

 margin:0;

 padding:10px;
 color:#000;
 

 }



h4 {

 margin:0; 

 padding: 5px 0;
 color:#bb3d2f;

 }



li {
 padding:5px 0px 5px 5px;
 font-size:12px;
 margin:0px 20px 0px 20px;
}



a:link { 

 font-weight: bold; 

 text-decoration: none;

 color:#000;

	}



a:visited { 

 font-weight: bold; 

 text-decoration: none;

 color:#000;

	}



a:hover, a:active { 

 text-decoration: none; 

 color:#000;

	}




