body{
	background: #fff url(../graphics/images/background.gif) repeat-x fixed center top;
	margin: 0px;
}

div.core{
	margin: 0pt auto;
	width: 1000px;
	height: auto;
	margin: 7px auto 0px auto;
}

div.content{
	width: 100%;
	height: auto;
}

div.header{
	width: 100%;
	height: 120px;
	background-image: url(../graphics/images/header.png) ;
	background-position: center center;
	background-repeat: no-repeat; 
	border: 0px solid #076e01;
	border-bottom: 0px;
}

div.header_logo{
	width: 110px;
	height: 110px;
	position: relative;
	left: 80px;
	top: 5px;
	float: left;
}

div.header_text{
	position: relative;
	float: left;
	left: 135px;
	top: 14px;
    width: 500px;
    height: 113px;
	background: transparent url(../graphics/images/scripts.png)  top left no-repeat;
}

div.header_banner{
	float: right;
	position: relative;
    height: 60px;
    right: 18px;
    top: 35px;
    width: 234px;
}

div.infoBar{
	width: 990px;
	height: auto;
	background: transparent url(../graphics/images/body_background.png) top center repeat-y;	
	padding: 0px 5px;
}

div.topMenu {
	width: 988px;
	height: 25px;
	background-image: url(../graphics/images/bar_background.png) ;
	background-position: top center;
	background-repeat: no-repeat; 
    background-color: #128E12;
	margin: 0px 1px;
	border-bottom:1px solid #076e01;	
}
div.menuBreadCrumbs{
	height: 25px;
	width: 693px;
	line-height:25px;
	float: left;
	margin-left: 5px;
}	


div.login{
	font-size:13px;
	font-weight:bold;
	float: right;
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
	color: #fff;
}

div.login a{
	color: #fff;
}



div.mainContent{
	width: 980px;
	height: auto;
	background: transparent url(../graphics/images/body_background.png) top center repeat-y;	
	padding: 10px;
}

div.footer{
	width: 980px;
	height: auto;
	background: transparent url(../graphics/images/body_background.png) top center repeat-y;	
	padding: 5px 10px;
	text-align: left;
}

div.footerBox{
	width: 970px;
	padding: 5px ;
	border-top: 1px solid #076e01;
}

div.footerLogo{
	float: left;
	width: 50%;
	text-align: center;
}

div.footerData{
	float: left;
	width: 50%;
	margin-top: 4px;
	line-height: 20px;
}

div.footerData img {vertical-align: middle;}

div.footerEnd{
	width: 998px;
	height: 13px;
	padding: 0px 1px;
	margin-bottom: 10px;
	background: transparent url(../graphics/images/footer_background.png) top center repeat-y;	
}

div.clear{ clear: both; }

