html
{
	width: 100%;
	font-family:  arial, tahoma, verdana;
	font-size: 74%;
	background-color: #CCC;
}
body
{
	width: 100%;
	margin: 0;
	padding: 0;
}

div.floatClearer
{
	height: 0;
	line-height: 0;
	clear: both;
}
div.floatClearer
{
	font-size: 0;
}
img
{
	border: none;
}
a
{
	color: #0055E4;
	text-decoration: none;
}
a:hover
{
	color: #0055E4;
	text-decoration: underline;
}



/* SITE WRAPPER */


div.fixedWidthContainer
{
	width: 778px;
	margin: 0 auto 0 auto;
	background: #fff url(images/site_bg.gif) repeat-y left top;
}



/* HEADER WRAPPERS */

div.headerContainer
{
	width: 778px;
	height: 100px;
	background: #fff url(images/header_bg.jpg) no-repeat left top;
	position: relative;
}


/* TOP NAVIGATION LINKS */

ul.topNav
{
	width: 543px;
	position: absolute;
	left: 193px;
	top: 40px;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.topNav li
{ 
	display: inline;
	float: left;
}
ul.topNav li a
{ 
	display: block;
	width: 90px;
	height: 19px;
	padding-top: 8px;
	color: #000;
	text-align: center;
	background: url(images/navtab.gif) no-repeat left center;
	font-size: 90%;
	font-weight: bold;
}
ul.topNav li.active a
{ 
	background-image: url(images/navtab_active.gif);
}
ul.topNav li a:hover
{
	text-decoration: none;
	background-image: url(images/navtab_hover.gif);
}




/* PAGE BODY WRAPPERS*/

div.pageBodyContainer
{
	width: 715px;
	margin-left: 24px;
	padding-left: 14px;
	clear: both;
	background: #fff url(images/body_bg.gif) repeat-y left top;
}
div.pageBody
{
	width: 715px;
	background: url(images/body_bottom.gif) no-repeat right bottom;
}



/* LEFT COLUMN */

div.leftColumn
{
	width: 232px;
	float: left;
}

div.logo
{
	width: 232px;
}

div.summaryPanel
{
	width: 211px;
	height: 241px;
	margin-top: 9px;
	padding: 10px;
	background: url(images/summarypanel_bg.gif) no-repeat left top;
	font-size: 90%;
	line-height: 140%;
}


/* RIGHT COLUMN */

div.rightColumn
{
	width: 432px;
	float: right;
	padding: 0 28px 18px 0;
	line-height: 140%;
}
div.rightColumn h1
{
	font-size: 120%;
	color: #608fcc;
}



/* PAGE FOOTER */

div.footer
{
	width: 719px;
	margin-left: 24px;
	padding: 24px 5px 12px 5px;
	background: url(images/footer_bg.gif) no-repeat top left;
	color: #4e4a3a;
	font-size: 90%;
}
ul.footerLinks
{
	width: 530px;
	float: left;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footerLinks li
{ 
	display: inline;
	float: left;
	padding: 0 12px 0 16px;
	background: url(images/footer_dot.gif) no-repeat left center;
}
ul.footerLinks li.firstLink
{ 
	padding-left: 10px;
	background-image: none;
}
ul.footerLinks li a
{
	color: #4e4a3a;
}
div.designer
{
	width: 190px;
	float: right;
}
div.designer a
{
	color: #fe6745;
	font-weight: bold;
}