#siteContainer {
	width: 100%;
}

#headerContainer {
	height: 85px;
	margin-bottom: 12px;
	background-image: url(../images/pageheader_bg.gif);
	background-repeat: repeat-x;
}

#headerNavigationArea {
	width: 1012px;
	padding-top: 55px;
	color: #FFFFFF;
	text-align: right;
}

#headerNavigationArea a {
	color: #FFFFFF;
	text-decoration: none;
}

#headerNavigationArea .menuitem {
	padding-right: 5px;
}

#mainContainer {
	width: 1012px;
}

#headerArea {
	width: 1012px;
	height: 166px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

#bannerArea {
	float: left;
	width: 600px;
	height: 166px;
	background-position: 6px 6px;
	background-image: url(../images/banner_image.jpg);
	background-repeat: no-repeat;
}

#logoArea {
	float: right;
	padding-top: 60px;
	padding-right: 45px;
}

#navigationArea {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

#primaryNavigationArea {
	height: 30px;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url(../images/prim_navigation_bg.gif);
	background-repeat: repeat-x;
}

#primaryNavigationArea a:link {
	text-decoration: none;
}

#primaryNavigationArea a:hover {
	text-decoration: none;
}

#primaryNavigationArea .menuitem,
#primaryNavigationArea .menuitem_active {
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/prim_navigation_item_nmo.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#primaryNavigationArea .menuitem_active {
	background-image: url(../images/prim_navigation_item_mo.gif);
}

#secondaryNavigationArea {
	height: 30px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 5px; 
	background-image: url(../images/sec_navigation_bg.gif);
	background-repeat: repeat-x;
}

#secondaryNavigationArea a:link {
	text-decoration: none;
}

#secondaryNavigationArea a:hover {
	text-decoration: none;
}

#secondaryNavigationArea .secondaryNavigation {
	height: 30px;
	width: 990px;
}

#secondaryNavigationArea .secondaryNavigation .menuitem,
#secondaryNavigationArea .secondaryNavigation .menuitem_active {
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#secondaryNavigationArea .secondaryNavigation .menuitem_active {
	text-decoration: underline;
}

#contentArea {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	padding: 20px;
	padding-left: 26px;
	padding-right: 26px;
}

#contentTemplate1 {
	width: 960px;
}

#contentTemplate1 .primaryContentArea {
	width: 585px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

#contentTemplate1 .secondaryContentArea {
	width: 350px;
	padding-top: 25px;
	float: right;
	text-align: left;
}

#contentTemplate1 .singleContentArea {
	width: 935px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

#footerArea {
	width: 1012px;
	height: 15px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footerContainer {
	width: 100%;
	height: 85px;
	margin-top: 12px;
	background-image: url(../images/pagefooter_bg.gif);
	background-repeat: repeat-x;
}

#footerNavigationArea {
	width: 1012px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footerNavigationArea .leftArea {
	width: 610px;
	height: 65px;
	float: left;
	margin-right: 15px;
	text-align: right;
	color: #FFFFFF;
}

#footerNavigationArea .rightArea {
	width: 350px;
	height: 65px;
	float: left;
	padding-left: 15px;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	color: #FFFFFF;
}

#footerNavigationArea a {
	color: #FFFFFF;
	text-decoration: none;
}