/* Content controls */
#PageBody .contentControl .contentControlInner
{
	margin-left: 5px;
	margin-right: 5px;
}

/* Navigation */
#PageNavigation 
{
	background-image: url(/r/i/h/navbg.gif);
	background-color: #bf9a22;
}

/* Page Attraction/Feature */
#PageAttraction 
{
	background-image: url(/r/i/h/abg.gif);
	background-repeat: repeat-x;
	background-color: #26393d;
	color:#fff;
}
#PageAttractionWallpaper 
{
	background-image: url(/r/i/h/awbg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#PageAttraction .contentControlInner {
    margin: 0;
}
#Columns 
{
	background-image: none;
}


.colLeft, .colMiddle, .colRight
{
        width: 280px;
	color: #26393d;
}

.colMiddle
{
	margin:0px 30px;
}
.colRight a
{
    color:#40627C;
}
.colRight a:hover
{
    color: #d0a825;
}
.colLeftInner, .colMiddleInner, .colRightInner 
{
	padding: 20px 0;
}

/* one-column layout */
#Columns .oneColumn .colLeft, #Columns .oneColumn .colRight
{
    display: none;
}
#Columns .oneColumn .colMiddle 
{
    width: 900px;
}

/* two-column layout */
#Columns .twoColumns .colLeft 
{
    display: none;
}
#Columns .twoColumns .colMiddle 
{
    width: 600px;
}
#ContentSide a, .colLeft a
{
    color:#40627C;
}/* 3/15/2010 3:59:10 PM */