﻿body
{
    font-family: Arial, Helvetica, sans-serif;
}
a:link,
a:visited,
a:active {color: #15212d; text-decoration: none;} 
a:hover {color: #15212d; text-decoration: underline;}
/*----------------------Divs---------------------*/
#header, 
#navigation, 
#main, 
#bottom, 
#footer {width: 844px; 
margin: 0px auto; padding: 5px;
}
#navigation{width:98%;
}
/*----------------------Styles---------------------*/
#header {height:150px; vertical-align: middle; font-size: 12pt; color: #385982;}
#navigation {background-image: url('images/bg-gradient-blue.png');}
#footer {font-size: 8pt; color: #cccccc;}
#bottom {font-size: 10pt; color: #15212d; border-top: 1px solid #15212d;}
p
{
    color: #385982;
    padding: 0px;
    margin: 0px;
}
h1 {color: #a2bccd; font-size: 18pt; padding: 0px; margin:0px;}
h2 {color: #385982; font-size: 14pt; padding: 0px; margin:0px;}
.popupmenu {color:#a2bccd; background: #ffffff; border: 1px solid #000000; width: 200px;}
.clear {background-color: transparent; border: 1px solid #000000;}
.float-right {text-align:right; float: right;}
.shadow {
	height: 1em;
	filter: Shadow(Color=#385982, 	
			Direction=135, 
			Strength=3);
    font-size:18pt;
    color: #385982;}
