body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
	background-color: #F3F7FA;
	background-image: url(Images/grad-bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 0px;
}
a:link, a:visited {color: #165788;}
a:hover, a:active {color: #066f45;}
h1 {
	font-size: 17px;
	color: #066f45;
	font-weight:bold;
}
h3{color:#066f45;}
img {border:none;}
#wrapper_higher {
width: 950px;
overflow: hidden;
margin: 0 auto;
text-align: left;
}

#wrapper {
width: 950px;
background: url(Images/side-bar-grad-bg.jpg) no-repeat top right white;
float: left;
}

.left,.right {
float: left;
margin: 0px;
padding: 0px;
}

.left {
width: 628px;
color: #000;
background: #fff;
line-height: 24px;
}

.left p {
margin: 25px 40px;
clear: both;
}

.right {
width: 322px;
color: #06F;
line-height: normal;
font-size: 13px;
}

.right p {
margin: 15px;
position: relative; 
clear: both;
margin-top: 0px;
}

#header {
width: 950px;
margin: 0 auto;
position: relative;
}

#top_menu {
font: 11px Arial, Verdana, sans-serif;
color: white;
position: absolute;
width: 214px;
text-align: center;
right: 11px;
top: 10px;
line-height: normal;
}

#top_menu a:link, #footer a:link {
color: #FFFFFF;
}

#top_menu a:visited, #footer a:visited {
color: #FFFFFF;
}

#top_menu a:active, #footer a:active {
color: #ce8d2a;
}

#top_menu a:hover, #footer a:hover {
color: #ce8d2a;
}

.quotesm {
font-size: 11px;
}

#flash {
position: absolute;
right: -8px;
top: 180px;
}

#bottomboxes {
border: 1px solid #066f45;
width: 247px;
height: 190px;
font-size: 14px;
}

#bottomboxes p {
margin: 10px;
line-height: normal;
}

#footer {
width: 950px;
height: 45px;
background: url(Images/footer-grad-bg.gif) repeat-x;
color: white;
text-align: center;
margin: 0 auto;
font: 12px Arial, Verdana, sans-serif;
line-height: 50px;
}

.rss-box {
font: 14px Arial, Helvetica, sans-serif black;
line-height: normal;
margin: 10px;
}

ul.rss-items {
margin: 0px;
padding: 0px;
list-style-type: none;
}

.rss-item a:link {
color: #165788;
}

.rss-item a:visited {
color: #165788;
}

.rss-item a:hover {
color: #066f45;
}

.rss-item a:active {
color: #066f45;
}

.rss-item {
margin-bottom: 10px;
}

.rss-date {
font-style: italic;
}

.bluebold {
color: #165788; 
font-weight: bold; 
font-size: 14px; 
}
/*** Tooltip ***/
a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin:-250px 0 0 200px; width:400px;}
a.tooltip:hover span{display:block; position:relative; border:3px solid #cccccc; background:#a6cbe8; color:#000; }

