﻿html,body
{
	margin: 0px;
	padding: 0px;

	height: 100%;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#000000;
	background-color:#ffffff;
	text-align: center;
	background: #fff url(../images/bg.jpg) repeat-x top;
}

h1
{
	margin: 0;
	padding: 3px;
	font-size: 100%;
}

h2
{
	margin-top: 5px;
	font-size: 110%;
	color: #026295;
}

h3
{
	font-size: 95%;
	color: #026295;
}

h4
{
	margin: 0px;
	font-size: 90%;
	color: #F46F0C;
}

h5
{
	display: none;
}

hr
{
	display: none;
}

a img
{
	border: none;
}

.top
{
	padding: 0;
	margin: 0;
	line-height: 5px;
	font-size: 1px;
	height: 5px;
	background: #F9EBB4;
	border-bottom: 1px solid #F2D359;
}

#wrapper
{
	width: 760px;
	margin: 12px auto 0px auto;
	text-align: left;
	background: url(../images/bg_blank.jpg) repeat-y;
	position: relative;
}

#header
{
	height: 80px;
	background: #FFF url(../images/bg_header.gif) no-repeat 0px 0px;
	border-bottom: 1px solid #9DCEFF;
	padding: 0px;
	margin: 0px;
}

#header img
{
	margin-top: 15px;
	margin-left: 6px;
}

/* Toolbar  */
#toolbar em { display: none}
#toolbar { width: 100%; float: left; padding: 0px; margin: 7px 0px; list-style-type: none; border-bottom: 3px solid #216CA4}
#toolbar li { float: left; padding: 0px; margin: 0px; display: inline }
#toolbar li a { top: 3px; display: block; height: 21px; text-decoration: none; text-align: center; }

#toolbar li a.about { background: url(../images/tab_about.gif) no-repeat left top; WIDTH: 97px }
#toolbar li a.aboutActive { background: url(../images/tab_about.gif) no-repeat left bottom; WIDTH: 97px }
#toolbar li a.titles { background: url(../images/tab_titles.gif) no-repeat left top; WIDTH: 97px}
#toolbar li a.titlesActive { background: url(../images/tab_titles.gif) no-repeat left bottom; WIDTH: 97px}
#toolbar li a.trial { background: url(../images/tab_trial.gif) no-repeat left top; WIDTH: 115px; margin: 0px; padding: 0px;}
#toolbar li a.trialActive { background: url(../images/tab_trial.gif) no-repeat left bottom; WIDTH: 115px}
#toolbar li a.support { background: url(../images/tab_support.gif) no-repeat left top; WIDTH: 97px; margin: 0px; padding: 0px;}
#toolbar li a.supportActive { background: url(../images/tab_support.gif) no-repeat left bottom; WIDTH: 97px}
#toolbar li a.contact { background: url(../images/tab_contact.gif) no-repeat left top; WIDTH: 97px}
#toolbar li a.contactActive { background: url(../images/tab_contact.gif) no-repeat left bottom; WIDTH: 97px}

#toolbar li a:hover { background-position: left bottom }

#toolbar a:link { font-weight: bold; color: #fff; }
#toolbar a:hover { font-weight: bold; color: #216CA4; }
#toolbar a:visited { font-weight: bold; color: #fff; }
#toolbar a:active { font-weight: bold; color: #FCDA6E; }

#breadcrumbs
{
	margin: 0 5px 0 0;
	padding: 10px 10px 10px 10px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#breadcrumbs li
{
	display: inline;
}

#breadcrumbs a
{
	color: #216ca4;
}

#content
{
	background: url(../images/bg_content.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;

}

#footer
{
	background: #689FC4 url(../images/bg_footer.jpg) no-repeat bottom;
	padding: 6px 0px;
	height: 134px;
	color: #fff;
	text-align: center;
	border-top: 2px solid #FCDA6E;
}

#footer a:link {	color: #fff; }
#footer a:hover {	color: #F9EBB4; }
#footer a:visited { color: #eee; }
#footer a:active { color: #FCDA6E; }

#footer .sitelogos
{
margin-left: 468px;
margin-top: 40px;
}

div.SearchFeedback
{
	text-align: left;
	font-size: 100%;
	padding: 2px;
	border: 1px solid #F1AC00;
	background-color: #FFE6AA;
	color: #000;
	width: 95%;
	margin: 10px 8px 10px 8px;
}

div.SearchFeedback table
{
	text-align: left;
	font-size: 100%;
}

div.SearchFeedback  td
{
	vertical-align: top;
}