body{
background-color: #FFFFFF;
color: #000000;
font-size: 7pt;
font-family: Verdana;
scrollbar-arrow-color: #235588;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #235588;
scrollbar-3dlight-color: #235588;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #235588;
}

h1{
text-align: right;
text-transform: uppercase;
font-family: Georgia;
font-size: 10pt;
color: #000000;
}

h1:first-letter {color:#235588;}


h2{
text-align: right;
font-family: Georgia;
text-transform: uppercase;
font-size: 10pt;
color: #000000;
}

h2:first-letter {color:#86a2be;}

h3 {
background-color: #FFFFFF;
text-align: left
font-size: 9pt;
color: #000000; 
font-family: Georgia;
border-left: 5px solid #97acc5;
padding-left: 10px;
}

input, textarea{
font-family: verdana; 
font-size: 8pt;
color: #000000;
border: #235588;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
scrollbar-arrow-color: #235588;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #235588;
scrollbar-3dlight-color: #235588;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #235588;
}

b {
color: #235588;
font-weight: bold;
}

i {
color: #232419;
font-weight: italics;
}

u {
color: #bfcedc;
font-weight: underline;
}

A:link{
color: #235588; 
text-transform: uppercase;
font-size: 6pt;  
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
}

A:active{
color: #232419; 
text-transform: uppercase;
font-size: 6pt;  
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
}

A:visited {
color: #bfcedc; 
text-transform: uppercase;
font-size: 6pt; 
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
}

A:hover {
color: #FFFFFF; 
text-transform: uppercase;
font-size: 6pt; 
font-weight: bold;
text-decoration: none;
letter-spacing: 1px;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#navigation li {
   margin-bottom: 2px;
}

#navigation a {
   background: #FFFFFF;
   display: block;
   width: 182px;
   border-left: 5px solid #86a2be;
   padding-left: 10px;
}

#navigation a:hover {
   background: #86a2be;
   color: #FFFFFF;
   text-align: right;
   text-transform: uppercase;
   border-right: 5px solid #235588;
   padding-left: 10px;
}

#container {
    position: relative;
	}

#header {
	position: absolute; 
	left: 0px; 
	top: 0px:
	}

#blog {
    position: absolute; 
	left: 25px; 
	top: 542px; 
	width: 445px;
    }

#sidebar {
	position: absolute; 
	left: 500px; 
	top: 375px; 
	width: 186px;
	text-align: justify;
	}

#footer {
    background-image: url("");
    background-position: center;
    clear:both;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    height: auto;
}