/******************** global styles ********************/
body 
	{
	margin: 0;
	background-color: #FFFFFF;
	}
	
.container
	{
	text-align: center;			/* center div in IE5.5 and older */
	te\xt-align: auto;			/* over-ride center for modern browsers, otherwise footer will be in wrong place */
	}
	
a
	{
		color: #4F7EB8;
	}

ul 
	{
	margin: 12px 0 0 0;
	padding: 0 6px 4px 0;
	}

ul li 
	{
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	font: 11px/15px 'Trebuchet MS', sans-serif;
	color: #5F5F5F;
	list-style-type: none;
	background: url(/images/bullet.gif) 0 5px no-repeat;
	bac\kground: url(/images/bullet.gif) 0 2px no-repeat;
	}
	
ul li strong
	{
	font-weight: normal;
	color: #4F7EB8;
	}
	


/******************** menu styles ********************/
.menuContent
	{
	filter:alpha(opacity=85)
	}
	
dl.nav
	{
	margin: 0;
	border: solid 1px #CDD5D1;
	padding: 4px 14px 9px;
	background: url(/images/background_menu.png);
	filter:alpha(opacity=100)
	}
	
dl.nav dt
	{
	margin: 0;
	padding: 0;
	font: 11px/16px 'Trebuchet MS';
	color: #666666;
	}
	
dl.nav dd
	{
	margin: 0;
	padding: 0 0 0 10px;
	font: 11px/16px 'Trebuchet MS';
	color: #666666;
	}
	
dl.nav a
	{
	color: #666666;
	text-decoration: none;
	}
	
dl.nav a.selected
	{
	font-weight: bold;
	}
	
dl.nav a:hover
	{
	text-decoration: underline;
	}



/******************** graphic styles ********************/
#graphic
	{
	background-color: #292929;
	}
	
#graphic table.sub
	{
	background-color: #828C84;
	}
	
#graphic p
	{
	font: 11px/16px 'Trebuchet MS', sans-serif;
	color: #999999;
	margin: 0 34px 7px 29px;
	}
	


/******************** main styles ********************/
#main
	{
	border: solid 1px #B7B7B7;
	height: 451;
	he\ight: 423px;						/* 451 - 2 (borders) - 26 (padding) */
	width: 705px;						/* 733 - 2 (borders) - 26 (padding) */
	margin: 6px auto 6px auto;
	padding: 13px;
	text-align: left;
	}
	


/******************** content styles ********************/
#content 
	{
	margin-top: 22px;
	}
	
#content h1
	{
	font: bold 11px/15px 'Trebuchet MS', sans-serif;
	color: #4F7EB8;
	margin: 0 0 1px;
	}
	
#content p
	{
	font: 11px/15px 'Trebuchet MS', sans-serif;
	color: #5F5F5F;
	margin: 0 0 8px;
	}
	
#content .content
	{
	padding: 0 16px 0 30px;
	}
	


/******************** subcontent styles ********************/
.subcontent
	{
	padding-left: 20px;
	}
		


/******************** footer styles ********************/
#footer
	{
	position: absolute;
	top: 569px;
	width: 705px;
	margin-left: auto;
	}
	
#footer p
	{
	font: 10px/11px 'Trebuchet MS';
	color: #999999;
	margin: 0;
	}
	
#footer a
	{
	color: #292929;
	text-decoration: none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}