/* ACT Search StyleSheet    */
/* harold@blue-lantern.com  */
/* 7-25-05                  */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


/* LAYOUT TABLES ******************************/
td.header {
	background-color: #FFF;
}
td.content {
	background-color: #FFF;
}
td.topnav {
	background-color: #1E62AF;
	width: 616px;
	height: 31px;
}

td.topcontact {
	width: 154px;
	height: 31px;
	background-color: #C6C8CA;
}
td.topcontact a 
{
    float: center;
	background-color:#C6C8CA;
	border:none;
	font: bold 12px trebuchet ms;
	text-decoration: none;
	color: #444;
	padding: 3px 5px 3px 5px;
}
td.topcontact a:hover {
	background-color: #D4D5D6;
}

td.header-left {
	width: 473px;
	height: 167px;
	background-image: url("../images/header-left.jpg");
	background-repeat: no-repeat;
	font: bold 12px arial;
	color: #FFF;
	line-height: 18px;
}
td.header-left p {
	font: bold 12px arial;
	color: #FFF;
	line-height: 18px;
}
td.header-right {
	width: 296px;
	height: 167px;
	background-color: #7189C5;
}
td.footer-bar {
	background-color: #C6C8CA;
	line-height: 5px;
	height: 5px;
}
td.footer {
	font: 12px trebuchet ms;
	color: #666;
	background-color: #FFF;
}
table.content td {
	background-color: #EEE;
	font: 12px trebuchet ms;
	vertical-align: top;
}
table.form td 
{
    font: 12px arial;
}
table.form a 
{
    font: bold 12px trebuchet ms;
	color: #3366cc;
	text-decoration:none;
}


/* NEWSFEEDS ***********************************/
div.newsfeed td {
    font: 12px arial;
}

/* LINKS *************************************/
td.footer a {
	font: 12px trebuchet ms;
	color: #666;
}
a.content,table.content a,div.newsfeed a {
	font: 12px trebuchet ms;
	color: #3366cc;
	text-decoration:none;
}
a.content:hover,table.content a:hover,div.newsfeed a:hover {
	text-decoration:underline;
	color: #3399ff
}

/* DIVS *****************************************/
div.panel {
	float: left;
	width: 253px;
	border-right: 3px solid #E8E9E9;
}
div.panel-right {
	float: left;
	width: 258px;
}
div.content {
	margin: 1px 10px 1px 10px;
}

/* TEXT ******************************************/
h1 {
	font: 28px trebuchet ms;
	margin: 0px;
	color: #000;
	letter-spacing: -.5px;
	border-bottom: 1px solid #CCC;
}
h3 {
	font: 18px trebuchet ms;
	margin: 15px 0 0 0;
}
h5 {
    font: 14px trebuchet ms;
    color: #FFF;
    line-height: 24px;
    padding-left: 5px;
    margin: 5px 0px 5px 0px;
    background-color: #7189C5;
}
p {
	font: 12px arial;
	color: #444;
	line-height: 18px;
	margin: 10px 0px 5px 0px;
}
p.column,div.panel p,div.panel-right p {
	font: 12px arial;
	color: #666;
	line-height: 18px;
	margin: 10px 0px 5px 0px;
	text-align: justify;
}

/* LISTS **********************************/
ul.content,ol.content {
	font: bold 12px arial;
	color: #444;
	line-height: 18px;
}
ul.content li, ol.content li {
 	margin-bottom: 5px;
}
ul.content2,ol.content2 {
	font: 12px arial;
	color: #444;
	line-height: 18px;
	list-style-type: lower-alpha;
}
 ul.content2 li, ol.content2 li {
 	margin-bottom: 5px;
}

ul.content3,ol.content3 {
	font: 12px arial;
	color: #444;
	line-height: 18px;
}
 ul.content3 li, ol.content3 li {
 	margin-bottom: 5px;
}
