html 
{ 
	overflow-y:scroll;
}

body
{
	height: 100%;
	background: url('../images/background.jpg') repeat-x;
	font-family: 'Trebuchet Ms', arial, verdana;
	font-size: 11px;	
	margin-top: 0px;
}	



#mainContainer {
	width: 902px;
	margin: auto;
}

#mainContainer img
{
	border:0;
	vertical-align: top;
}

#mainContainer a 
{
	color: white; 
	text-decoration: none;
	font-weight: bold;
}

#mainContainer a:hover
{
	color: #ec6f0e;
}

#container
{
	float: left;
	margin: auto;	
	margin-top: 4px;
	padding: 0 6px 0 6px;
	width: 890px;
	background: white url('../images/backgroundContainerBottom.jpg') bottom left repeat-x;
}

#topHeader 
{
	float: left;
	width: 890px;
	height: 84px;
}

#topImage
{
	float: left;
	padding-top: 16px;
	width: 219px;
}

#topMenuTopRightMenu
{
	float: left;
	width: 660px;
	padding: 8px 10px 0 0;
}

#topRightMenu
{
	float: right;
	text-align: right;	
	padding: 0;
	margin:0;
}

#topRightMenu ul
{
	list-style-type: none;
	float: right;
	padding: 0;
	margin:0;
}	
	

#topRightMenu ul li
{
	float: left;
	padding: 0;
	display: inline;
	color: #B2B4B8;
}

#topRightMenu ul li a
{
	color: #B2B4B8;
	font-size: 10px;	
}

#topRightMenu ul li a:hover, #topRightMenu ul li.active a
{
	color: #ec6f0e;
}

#topMenu
{
	float: right;
}

#topMenu ul
{
	float: right;
	margin-top: 45px;
	padding: 0;
	width: 612px;
	list-style-type: none;
}

#topMenu ul li
{
	float: left;
	background: #4a4f55;
	text-align: center;
	line-height: 15px;
	padding: 0;
	margin: 0 2px 0 0;
	display: inline;
	width: 100px;
}

#topMenu ul li a
{
	display: block;
}

#topMenu ul li a:hover, #topMenu ul li.active a
{
	color: #ec6f0e;
}


#header
{
	float: left;
	width: 890px;
	padding-top: 217px;
	background: url('../images/headerOrange.jpg');
}

#menu
{ 	
	float: right;
	width: 724px;
	height: 38px;
	background: white;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li
{
	float: left;
	height: 37px;
	padding:0;
	margin:0;
	display: block;
	width: 180px;
	background: url('../images/menuBackground.jpg');
	border-right: 1px solid #ec6f0e;
	border-bottom: 1px solid #ec6f0e;
}

#menu li a
{
	display: block;
}

#menu li.active 
{
	border: 0px;
	background: none;
}

#menu li .diamond
{
	padding: 8px 10px 0 10px;	
}

#menu li.borderLeft
{
	border-left: 1px solid #ec6f0e;
}

#content
{ 
	float: left;
	width: 890px;
	padding: 25px 0 25px 0;
}

#content a
{
	color: #8A8D92;
}

#content a:hover
{
	color: #ec6f0e;
}