body	{
	font-family:Arial;
	font-size:12px;
	background-color: #75c7d8;
	text-align: center;
}
#container{
	width: 774px;
	background-color: #ffffff;
	margin:	0px auto;
	text-align: left; 
	overflow:hidden; 
}
#header		{height:128px; overflow:hidden;}
#bborder 	{*overflow:hidden; *height:100%;background-color: #decfb5; margin-top:1px; border:1px solid #9a9a9a;}
#top		{text-align: left; font-family: arial, sans-serif; color: #ce3000; font-size: 16px;font-weight: bold;margin-left: 20px;padding: 2px;}
#toparrow 	{position: relative; left:0; z-index:	300;}
#toptitle 	{padding-bottom: 40px; padding-left:2px;}
#body{
	width:			730px;
	margin: 		0px 20px 20px 20px;
	background-color: 	#ffffff;
	border:			1px solid #9a9a9a;
	font-family:	arial, sans-serif;
	font-size:		12px;
	text-align: 	left;
		
}
#left{
	background-color: #ffffff;
	width:	220px;
	float:	left;
}
#right{	
	width:	490px; *width: 475px;
	float:	left;
	margin:	10px 10px;
}
#rightHeader, #articles, #sitemap{
	width:	450px;
	margin: 15px 0px 15px 0px;	
}
#clearDiv{
	clear:	both;
	height:0px;
}
/*** FOOTER ELEMENTS ***/
#footerLinksContentRight{
	text-align:right;
	padding-right:10px;
	background-color: #75c7d8;
}
.prvLink {
    color: #333333;
	font-family: Arial, sans-serif;
    font-size:10px;
    font-weight: normal;
    text-decoration: underline;
}
.copyright{
    color: #333333;
	font-family: Arial, sans-serif;
    font-size:10px;
}

#sitemap #rightHeader 	{margin-left: 20px; }
#sitemap h1				{font-size:16px; font-weight:bold; margin-bottom:10px;}
#sitemap ul				{list-style:outside;}
#sitemap li, #sitemap li a 		{font-size:16px; text-decoration:none; color:#333333;}
#sitemap li				{list-style:disc;}
#sitemap li li			{list-style:circle; }
#sitemap li li	a		{font-size:14px; color:#0033CC;}
#sitemap li a:hover		{text-decoration:underline;}

#articles h1	{font-size:16px;}
#articles h2	{font-size:14px;}
#articles h3	{font-size:12px;}
#source, #author{border-top:1px solid #cccccc; margin-top:15px;}
#articles ul	{margin:0px 0px 0px 20px; padding:0px;}
 
.strong			{font-weight:bold;}
