body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.2em;
	text-align: center;
	background-image: url(../../images/background_blueStrip.gif);
	min-width: 820px;
	max-width: 940px;
}

#container
{
	margin: 0;
	text-align: left;
	background-image: url(../../images/background_main-70.gif);
	background-repeat: no-repeat;
}

#header
{
	margin: 0;
	text-align: left;
}

#headerNav
{
	background-color: #21467B;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	width: 98%;
	text-align: right;
}

li.inline
{
	display: inline;
	padding-left: 2px;
	padding-right: 8px;
}

li.last
{
	display: inline;
	padding-left: 3px;
	padding-right: 10px;
	border-right: 0px;
}

#headerNav a
{
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: 300;
}

/* Commented Backslash Hack
       hides rule from IE5-Mac \*/

#headerNav a { float: none; }

/* End IE5-Mac hack */
#headerNav a:hover { text-decoration: underline; }

#left
{
	float: left;
	margin: 40px 20px 0 40px;
	width: 300px;
	text-align: center;
}

#right
{
	margin-left: 420px;
	margin-right: 20px;
	
}

#footer { clear: both;
			width: 450px;
			text-align: center;}

