/* Change width on this div to match design */
body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:-moz-scrollbars-vertical;
	background:url(/images/bg-body.jpg) repeat-x top;
}

div#globalBox {
	float:none;
	margin:0px auto;
	width:1130px;
}

iframe {
	display:none;
	visibility:hidden;
}

/* headerBox */
div#headerBox {
	float:left;
	width:1000px;
	padding:0px 65px 0px 65px;
	height:114px;
}

div#yearsBox {
	float:left;
	height:114px;
	width:138px;
}

div#logoBox {
	float:left;
	height:114px;
	width:174px;
	padding:0px 0px 0px 2px;
}

div#headerLinkBox {
	float:right;
	width:200px;
	height:78px;
	border:1px solid black;
	background:#CCCCCC;
}
/* end of headerBox */

div#splashBox {
	float:left;
	width:100%;
	padding:0px 0px 30px 0px;
	background:#ffffff;
	text-align:center;
}

div#topMenuBox {
	float:left;
	height:114px;
	width:677px;
	background:url(/images/bg-topmenu.jpg) repeat-x;
}

div#topMenuBoxRight {
	float:left;
	height:114px;
	width:9px;
	background:url(/images/bg-topmenuright.jpg) no-repeat;
}

div#topMenulist {
	float:left;
	height:23px;
	padding:10px 40px 0px 40px;
	margin:65px 0px 0px 0px;
	border-right:1px solid #FFFFFF;	
}
div.mattblackmenu {
	float:left;
	height:23px;
	padding:10px 40px 0px 40px;
	margin:65px 0px 0px 0px;
	border-right:1px solid #FFFFFF;	
}

div.langList {
	float:right;
	margin:34px 0px 0px 0px;
	padding:10px 10px 0px 40px;
}

div#mainBox {
	float:left;
	width:900px;
	padding:100px 112px 0px 118px;
	background:url(/images/bg-mainbox.jpg) no-repeat left top;
	min-height:400px;
	overflow:hidden;
}

div#leftColumn {
	float:left;
	width:250px;
	padding:0px 20px 5px 30px;
}

div#mainColumn {
	float:left;
	width:410px;
	margin:0px 10px 0px 10px;
	padding:0px 10px 10px 10px;
	background:#CCCCCC;
}

div#mainColumnFull {
	float:left;
	width:820px;
	margin:0px 0px 0px 0px;
	padding:0px 40px 0px 40px;
}

div#mainColumnNoLeft {
	float:left;
	width:610px;
	margin:0px 10px 0px 10px;
	padding:0px 10px 10px 10px;
	background:#CCCCCC;
}

div#mainColumnNoRight {
	float:left;
	width:570px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 20px;
}

div#rightColumn {
	float:left;
	width:180px;
	background:#CCCCCC;
	padding:0px 10px 5px 10px;
}

div.fullBox {
	float:left;
	width:100%;
}

div.objectBox {
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	margin:5px 0px 0px 0px;
}

div.parentLinkBox {
	float:left;
	width:100%;
}

div.eventsHome {
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.events {
	float:left;
	width:285px;
	margin:0px 0px 5px 0px;
}

div.titleDivider {
	float:left;
	width:450px;
	border-top:1px solid #999999;
	padding:0px 0px 0px 0px;
}

div.boxImage {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.divider {
	float:left;
	width:255px;
	height:2px;
	margin:5px 0px 5px 0px;
	background:url(/images/bg-divider.jpg) repeat-x;

}
div.dateBox {
	float:left;
	width:100%;
}

div.dateBoxRight {
	float:left;
	width:100%;
	text-align:right;
	margin:0px 0px 0px 0px;
}

div.dateBoxArticleRight {
	float:left;
	width:100%;
	text-align:right;
	margin:-15px 0px 0px 0px;
}

div.formBox {
	float:left;
	width:100%;
}

div#sitemap{
	padding:10px 0px;
	margin:0px;
}

/* footerBox */

div#footerBoxContainer {
	float:left;
	width:100%;
	background:url(/images/bg-footerboxcontainer.jpg) repeat-x top;
	
}

div#footerBox {
	float:left;
	width:100%;
	
	margin:10px 0px 0px 0px;
	background:url(/images/bg-footerbox.jpg) repeat-x bottom left;
	position:relative;
	z-index:1;
}

div#footerBoxUpper{
	float:left;
	width:100%;
	text-align:center;
	height:100px;
}

div#developed {
	float:left;
	width:200px;

	padding:10px 0px 0px 85px;
	color:#114579;
	font-size:10px;
}

div#footerBoxCenter {
	float:left;
	width:560px;
	height:30px;
	padding:10px 0px 0px 0px;
}

div#footerLinksBox{
	float:left;
	width:430px;
	background:#CCCCCC;
}

div#copyright  {
	text-align:center;
	float:left;
	width:100%;	
	}

div#powered {
	float:left;
	width:200px;
	height:30px;
	padding:10px 85px 0px 0px;
	color:#114579;
	font-size:10px;
}
/* end of footerBox */