/* CSS Document */

body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #6699CC;
}
a:link, a:visited {
	color:#0066CC;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
	color:#0099FF;
}
p, h1, blockquote {
	margin-top: 3px;
	margin-bottom: 10px;
}
h2,h3,h4,h5,h6 {
	padding-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 95%;
}
h6 {
	font-size: 85%;
}
#container {
	width:780px;
	margin: auto;
	text-align:left;
	border:solid 1px #FFFFFF;
	background-color: #FFFFFF;
}
#topBar {
	width:780px;
	height:150px;
	border: none;
	background-color:#003366;
}
#Layer3 {
	width:780px;
	height:25px;
	border: none;
	text-align:center;
	background-color:#006699;
}
#Layer4 {
	width:780px;
	background-color: #000000;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#middleBar {
	width:780px;
	border: none;
	background:url(images/faux-col.gif);
	background-repeat:repeat-y;
}
#leftBar {
	width:152px;
	border: none;
	float: left;
	padding: 14px;
	background-color:#0099CC;
	color: #FFFFFF;
	font-size: 10px;
}

#leftBar a:link, #leftBar a:visited {
	color:#CCFFFF;
	text-decoration: none;
}
#leftBar a:hover, #leftBar a:active{
	text-decoration: underline;
	color:#99CCFF;
}

#leftBar img {
	border: #FFFFFF 1px solid;
}

#leftBar a img {
	border: none;
}

#mainArea {
	width:580px;
	border: none;
	float: right;
	padding: 5px;
}
#footer {
	width: 780px;
	height: 15px;
	border-top: solid 1px #ffffff;
	padding-top:5px;
	padding-bottom: 5px;
	background-color:#006699;
	color:#FFFFFF;
	text-align:center;
}

#navBar ul
{
    width: 100%;
	color: #ffffff;
	white-space: nowrap;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	margin: 0;
	padding: 0;
}

#navBar ul li 
{
    display: inline;
}

#navBar ul li a
{
    float: left;
    width: 120;
	color: #ffffff;
	text-decoration: none;
    padding: 5px 14px;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	font-weight:normal;
}

#navBar ul li a:hover
{
    background-color: #CCCCCC; 
    color: #000;
	text-decoration: underline;
}

#navBar ul li a:active
{
	background-color:  #FF9900;
	color: #000000; 
}

#navBar ul li a:focus
{
    background-color:  #FF9900;
	color: #000000; 
}
#quoteButton a {
	float:right;
	position:relative;
	width: 160px;
	height: 90px;
	border-top: solid 1px #ffffff;
	padding:5px;
	background-color:#006699;
	color:#FFFFFF;
	text-align:right;
	font-size: 16px;
	font-weight:bold;
	margin:5px;
	text-decoration: none;
}
#quoteButton a:hover	{
	background-color:#99CCFF;	
}
