html
{
	width: 100%;
	font-family: arial, tahoma, verdana;
	font-size: 74%;
	background-color: Silver;
}
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: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



/* SITE WRAPPER */


div.fixedWidthContainer
{
	width: 780px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}



/* HEADER WRAPPER */

div.headerContainer
{
	width: 780px;
	height: 255px;
	background: url(images/header_bg.gif) repeat-x left bottom;
	position: relative;
}


/* FLAGS & HEADER LINKS */
div.headerUpper
{
	width: 780px;
	height: 26px;
	background-color: #197cb3;
}
div.flagLinks
{
	width: 150px;
	float: left;
	padding: 4px 0 0 12px;
}
div.flagLinks a
{
	display: inline;
	margin-right: 4px;
}
ul.headerNav
{
	width: 580px;
	float: right;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.headerNav li
{ 
	display: inline;
	float: left;
	height: 14px;
	margin-top: 7px;
}
ul.headerNav li a
{ 
	padding: 0 12px 0 12px;
}




/* LOGO & HEADER IMAGE */

div.logo
{
	width: 522px;
	float: left;
}
div.headerImage
{
	float: right;
	width: 258px;
}



/* TOP NAVIGATION LINKS */

ul.topNav
{
	width: 780px;
	position: absolute;
	left: 0;
	top: 205px;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.topNav li
{ 
	display: inline;
	float: left;
	width: 195px;
}
ul.topNav li a
{
	width: 195px;
	height: 27px;
	padding-top: 8px;
	display: block;
	text-align: center;
	font-weight: bold;
}
ul.topNav li a span
{
	font-size: 150%;
	cursor: hand;
}

ul.topNav li.green a
{
	background-color: #568237;
}
ul.topNav li.green a:hover
{
	background-color: #4a742d;
}
ul.topNav li.blue a
{
	background-color: #197cb3;
}
ul.topNav li.blue a:hover
{
	background-color: #126fa2;
}
ul.topNav li.red a
{
	background-color: #a5050d;
}
ul.topNav li.red a:hover
{
	background-color: #91030b;
}
ul.topNav li.purple a
{
	background-color: #7c206b;
}
ul.topNav li.purple a:hover
{
	background-color: #681759;
}




/* PAGE BODY WRAPPER */

div.pageBodyContainer
{
	width: 780px;
	padding-bottom: 16px;
}



/* LEFT COLUMN */

div.leftColumn
{
	width: 166px;
	float: left;
	padding-left: 7px;
	background: url(images/leftnav_upper.gif) no-repeat right top;
	font-size: 90%;
	font-weight: bold;
}
ul.leftNav
{
	width: 146px;
	margin: 0;
	padding: 15px 10px 15px 10px;
	list-style: none;
	background: url(images/leftnav_lower.gif) no-repeat left bottom;
}
ul.leftNav li a
{
	display: block;
	color: #fff;
	padding: 0px 0 0px 18px;
	background: url(images/icon_dot.gif) no-repeat left 1px;
}
ul.leftNav li a.active
{
	background-image: url(images/icon_dot_active.gif);
}
ul.leftNav li a:hover
{
	text-decoration: underline;
	background-image: url(images/icon_dot_active.gif);
}


/* RIGHT COLUMN */

div.rightColumn
{
	width: 517px;
	float: right;
	padding: 19px 54px 11px 0;
	line-height: 150%;
}


/* PAGE FOOTER */

div.footer
{
	width: 770px;
	padding: 5px;
	background-color: #a5050d;
	color: #fff;
	font-weight: bold;
}
div.copyright
{
	width: 350px;
	float: left;
}
div.designer
{
	width: 350px;
	float: right;
	text-align: right;
}