body
{
	margin: 0;
	padding: 0;
	font: 12px verdana, arial, sans-serif;
	background: #fff;
}

.header
{
	background: #036 url(../img/header.jpg) no-repeat scroll;
	_height: 126;
	height: 126;
	_padding-top: 101px;
}

logo
{
}

h1#home
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1index.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#about
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1about.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#agents
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1agents.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#business
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1business.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#consumer
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1consumer.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#portal
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1portal.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h1#support
{
	padding: 31px 0 0 0;
	overflow: hidden;
	background-image: url("../img/h1support.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:31px;
}

h2
{
	font-size: 14px;
	color: #f00;
	font-weight: 100;
	text-indent: 10px;
	padding: 0;
	margin: 0;
}

p
{
	margin: 5px 0px 10px 0px;
	text-align: left;
}

table, tr, td
{
	font: 10px verdana, arial, sans-serif;
}


ul.body
{
	list-style-type: circle;
	list-style-image: url(../img/ui.gif);
}
li
{
	padding-bottom: 5px;
}

.toplink
{
	position: absolute;
	left: 530px;
	top: 132px;
	_left: 508px;
	_top: 130px;
	_width: 200px;
}

.content
{
	padding: 10px 10px 50px 10px;
	width: 640px;
	min-height: 400px;
	background-color: #fff;
}

img
{
	border: none;
}





.footer
{
		padding: 0px 0px 0px 10px;
		font: 10px verdana, arial, sans-serif;
		background-color: #fff;
}

#navcontainer
{
	width: 100%;
	_width: 100%;
}
ul#navlist
{
	font: 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding: 0px 0px 0px 35px;
	border-bottom: 3px solid #ffe100;
	height: 35px;
	margin: 0;
   background: url(../img/greybg.gif) repeat-x scroll;
}

ul#navlist li
{
float: left;
height: 35px;
background-color: #fff;
margin: 0;
padding: 0px;
}

ul#navlist li#active
{

background-color: #fff;
}

li#active a 
{
color: #f00;

}

#navlist a
{
float: left;
display: block;
color: #999;
text-decoration: none;
}

#navlist a:hover { color: #000; }

.toplink a, .toplink a:visited, .toplink a:active
{
	color: #f00;text-decoration: none;border-bottom: 1px solid #ff0000;
}

.toplink a:visited:hover, .toplink a:hover
{
	color: #000;text-decoration: none;border-bottom: 1px solid #ff0000;
}

a, a:visited, a:active
{
	color: #f00;text-decoration: none;
}

a:visited:hover, a:hover
{
	color: #000;text-decoration: none;
}