.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body
{
	background-color: #F8FDFF;
	margin: 0;
	text-align:center;
}

td, input, textarea
{
	font: 8pt verdana;
}

h1
{
	margin: 0px;
	padding: 0px;
	font: 14pt verdana;
	font-weight: normal;
	color: #67C6DC;
}

h2
{
	margin: 0px;
	padding: 0px;
	font: 10pt arial;
	font-weight: bold;
	color: #67C6DC;
}

ul
{
	padding-top: 2px;
	margin-top: 2px;

}

hr
{
	width: 90%;
	color: #000;
	height: 1px;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

A:link    { color: #414141; text-decoration: none; }
A:visited { color: #414141; text-decoration: none; }
A:hover   { color: #414141; text-decoration: underline; }
A:active  { color: #414141; text-decoration: none; }




div#entireContainer
{
	margin: 0 auto;
	width: 671px;
	height: 100px;
	text-align: center;

}


div#contentContainer
{
	background-image: url(../images/background.gif);
	width: 671px;
	border-right: 1px solid #AFAFAF;
	font: 9pt arial;
	color: #000000;
	text-align: center;
}

	div#content
	{
		margin-left: 25px;
		margin-right: 15px;
		text-align: left;
		font: 9pt verdana;
		line-height: 12pt;
	}
	
div#headerContainer
{
	border-top:1px solid #F8FDFF;
	width: 671px;
	/* height: 96px; */
	height: 134px;;
	background-image: url(../images/header_bg_1.gif);

}
	div#headerContent
	{
		font: 8pt arial;
		color: #000;
		margin: 53px 0px 0px 0px;
		width: 663px;
		height: 10px;
		margin-left: 7px;
		text-align: center;
	}
	
	div#headerContent img
	{
		float: left;
	}
	

td#footer
{
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat;
	font: 8pt verdana;
	color: #AFAFAF;
	text-align: center;
}

	td#footer img
	{
		margin-top: 5px;
	}


/*

	div#nav
	{
		float: left;
		margin: 0px 0px 0px 5px;
		border: 1px solid #000;
		width: 83px;
		height: 135px;
	}
*/

ul#nav
{
	text-align: center;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	width: 661px;
	height: 135px;

}

ul#nav li 
{
	float: left;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 81px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	font: 8pt tahoma;
}

ul#nav a, ul#nav a:link, ul#nav a:visited 
{
	background: #fff;
	color: #000;
	width: 81px;
	height: 135px;
	margin: 0 0 0 0px;
	padding: 0px;
	text-decoration: none
}

ul#nav a:hover, ul#nav a:focus 
{
	background: #E7F4FA;
	color: #619BA9;
	font-weight: bold;
}

ul#nav li.selected a, ul#nav li.selected a:link, ul#nav li.selected a:visited {
	background: #E7F4FA;
	color: #619BA9;
	font-weight: bold;
}

ul#nav li.fixTabsIE {
	display: none;
	visibility: hidden;
}