/* CSS Document */

div#footer a:link 			{ color: #444;  text-decoration: none; }
div#footer a:visited		{ color: #444;  text-decoration: none; }
div#footer a:hover			{ color: #006;  text-decoration: none; }
div#footer a:active			{ color: #444;  text-decoration: none; }

div#menu a:link,
div#menu li a:link			{ color: white; text-decoration: none; }
div#menu li li a:link		{ color: black; text-decoration: none; }
div#menu a:visited,
div#menu li a:visited		{ color: white; text-decoration: none; }
div#menu li li a:visited	{ color: black; text-decoration: none; }
div#menu a:hover,
div#menu li a:hover			{ color: #F33;	text-decoration: none; }
div#menu li li a:hover		{ color: #F33;  text-decoration: none; }
div#menu a:active,
div#menu li a:active		{ color: #eee;  text-decoration: none; }
div#menu li li a:active		{ color: #eee;  text-decoration: none; }

div#sectionlistTop a:link,
div#sectionlistBottom a:link	{ color: white; text-decoration: none; }
div#sectionlistTop a:visited,
div#sectionlistBottom a:visited	{ color: white; text-decoration: none; }
div#sectionlistTop a:hover,
div#sectionlistBottom a:hover	{ color: #F33;  text-decoration: none; }
div#sectionlistTop a:active,
div#sectionlistBottom a:active	{ color: white; text-decoration: none; }

tr.OddRow { background: #f0f8ff; }

body
{
	background-color: white;
	color: black;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

div#frame
{
	width: 760px;
	float: left;
	overflow:hidden;
}

div#middle
{
	background-image: url(images/spacer01.jpg);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 760px;
}

div#menu
{
	float: left;
	width: 142px;
	color: white;
	font-size: 0.75em;
}

div#menu p
{
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 0.85em;
}

div#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu li 
{
	position: relative;
	background-image: url(images/button.jpg);
	color: white;
	float: left;
	font-style: none;
	height: 27px;
	text-align:left;
	text-indent: 5px;
	font-variant: small-caps;
	width: 142px;
	line-height: 23px;
}

div#menu li.last
{
	background-image: url(images/button_last.jpg);
} 

div#menu li li
{
	background: white;
	color: black;
	overflow: visible;
	text-indent: 10px;
	width: 100%;
}

div#menu ul ul  
{
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 150%; /* width is based on the containing block */
	border: 2px double #04173f;
	border-left: none;
	background: white;
	padding-left: 10px;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{
	display: block;
}

div#content
{
	float: right;	
	font-size: 13px;
	margin-right: 10px;
	margin-left: 14px;
	margin-top: 0;
	width: 580px;
}

div#content h1
{
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
	text-shadow: black;
	font-size: 3em;
}

div#content h2
{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
/*	text-align: center; */
}

img
{
	border: 0;
	display: block;
	margin: auto;
}

div#content > h2:first-child
{
	margin-top: 0px;
}

div#sectionlistTop,
div#sectionlistBottom
{
	display: block;
	width: 575px;
	position: relative;
	margin-top: 0;

	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	background: #04173f;
	color: white;
	text-align:center;
}

div#footer
{
	color: #777;
	float: left;
	text-align: center;	
	width: 750px;
	font-size: 0.60em;
}

div#footer hr 	
{ 
	background: #ff1304; 
	color: #ff1304; 
}

span.signature
{
	display: block;
	padding-left: 5em;
}

table.consumerlinks
{
	border: 0;
	width: 95%;
	margin: auto;
}

td.link
{
	width: 200px;
}