﻿html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
body{
	text-align:center;
	padding:0;
	margin:0 auto;
	font-size:12px;
	font-family:"Arial";
	
	/*SCROLLBARS*/
	SCROLLBAR-FACE-COLOR: #E9E9E9; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #E9E9E9; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #F2F2F2; 
	SCROLLBAR-DARKSHADOW-COLOR: #E6E6E6; 
	SCROLLBAR-BASE-COLOR: #FFFFFF;
}

#GlobalLayout {
	text-align:left;
	width:100%;
}

#FixedGlobalLayout {
	text-align:center;
	width:950px;
	margin:0 auto;
}


#PageTop
{
	background-image: url(../images/bg_head_top.gif);
	background-repeat: repeat-x;
	height:69px;
	border-bottom:3px solid #000000;
	clear:both;
	background-color:#444444;
	min-width:950px;
}

#PageTop Div.Logo
{
	float:left;
	width:220px;
}

#PageTop Div.Banner
{
	height:41px;
	float:right;
	text-align:right;
	overflow:hidden;
}

#MenuBar
{
	width:710px;
	float:right;
	font-size:12px;
	text-align:left;
}

#MenuBar li.MenuItem
{
	float:left;
	width:101px;
	height:28px;
	background-image:url(../images/bg_menu_black.gif);
	background-repeat:no-repeat;
	text-align:center;
	list-style:none;
	line-height:28px;
}

#MenuBar li.MenuItem a:link,#MenuBar li.MenuItem a:visited
{
	color:#CCCCCC;
	text-decoration:none;
}
#MenuBar li.MenuItem a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}


#MenuBar li.ActiveMenuItem
{
	float:left;
	width:101px;
	height:28px;
	background-image:url(../images/bg_menu_red.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	list-style:none;
	line-height:28px;
}

#MenuBar li.ActiveMenuItem a:link,#MenuBar li.ActiveMenuItem a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#NavBar
{
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	font-size:12px;
	text-align:left;
	height:23px;
	color:#999999;
	clear:both;
	margin-bottom:5px;
}

#NavBar a:link,#NavBar a:visited
{
	color:#666666;
}

#Copyright
{
	clear:both;
	background-color:#F7F7F7;
	line-height:220%;
	text-align:center;
	margin-top:10px;
}

#Copyright .headbar
{
	height:25px;
	background-image:url(../images/bg_head_bottom.gif);
	background-repeat:repeat-x;
}

#Copyright a:link,#Copyright a:visited
{
	color:#E5E5E5;
	text-decoration:none;
}
#Copyright a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#PageLeft
{
	float:left;
	width:230px;
	margin-right:5px;
}


#PageRight
{
	float:right;
	clear:right;
	width:715px;
}

#PageRight .Column1
{
	float:left;
	width:500px;
}
#PageRight .Column1Sub1
{
	width:315px;
}
#PageRight .Column1Sub2
{
	width:355px;
}

#PageRight .Column2
{
	float:right;
	margin-left:5px;
	width:210px;
}

Div.Clear
{
	clear:both;
}

