body
{
	background-color		: #e8e8e8;
	color					: #000;
	font-family				: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size				: 12px;
}

a img
{
	border					: 0;
}

.noFloat
{
	clear					: both; 
	float					: none;
}

#container
{
	margin					: 0 auto;
	width					: 900px;
}

#header
{
	background				: transparent url('../shared/headerRight.jpg') top right no-repeat;
	height					: 203px;
	width					: 900px;
}

#content
{
	width					: 900px;
}

#contentLeft
{
	
	float					: left;
	width					: 226px;
}

#spacerLeft
{
	background				: #fff url('../shared/spacerLeft.jpg') top right no-repeat;
	height					: 58px;
	width					: 226px;
}

#menuLeft
{
	background				: #1f4d91 url('../shared/contentLeft.png') bottom left no-repeat;
	padding					: 0 0 20px 0;
	width					: 226px;
}

#menuLeft p.title
{
	color					: #f8e203;
	font-size				: 16px;
	margin-top				: 0px;
	padding					: 10px 10px 0 10px;
}

#menuLeft p
{
	color					: #fff;
	margin-top				: 0;
	padding					: 10px 10px 0 10px;
	text-align				: justify;
}

#menuLeft a
{
	color					: #fff;
	text-decoration			: none;
}

#menuLeft a:hover
{
	color					: #f8e203;
}

#menuLeft a.tag1
{
	font-size				: 12px;
}

#menuLeft a.tag2
{
	font-size				: 14px;
}

#menuLeft a.tag3
{
	font-size				: 16px;
}

#menuLeft a.tag4
{
	font-size				: 18px;
}

#contentRight
{
	background				: #fff url('../shared/contentRight.png') bottom left no-repeat;
	margin-left				: 226px;
	min-height				: 600px;
	padding					: 20px 20px 20px 20px;
}

#contentRight h1
{
	background				: transparent url('../shared/h1line.gif') bottom left no-repeat;
	color					: #476ba4;
	font-size				: 22px;
	font-weight				: normal;
	height					: 41px;
	line-height				: 41px;
	margin-top				: 0;
	padding-top				: 0;
	padding-bottom			: 7px;
}

#contentRight h2
{
	color					: #1f4d91;
	font-size				: 18px;
	font-weight				: bold;
	margin-top				: 20px;
	margin-bottom			: 0;
	padding-top				: 0;
	padding-bottom			: 7px;
}

#contentRight p
{
	margin-top				: 0;
	margin-bottom			: 20px;
}

#contentRight a
{
	color					: #1f4d91;
	text-decoration			: none;
}

#contentRight a:hover
{
	color					: #f8e203;
}

#footer
{
	background				: #e8e8e8 url('../shared/footer.png') top left no-repeat;
	color					: #666;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	height					: 40px;
	padding					: 27px 0 0 0;
	text-align				: center;
	width					: 900px;
}

#footer a
{
	color					: #666;
	text-decoration			: none;
}

#footer a:hover
{
	color					: #000;
}