body {
	background: url('../img/bgGlobal.jpg') repeat-x #e1e1e1;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, serif, sans-serif;
	text-align: left;
	line-height: 1.4;
	font-size: 8pt;
	color: #626262;

}
img,p,div,span{
padding: 0;
margin: 0;
border: 0;
}

h1{font-size: 20px; color: #a89442; font-weight: normal; font-family: tahoma;}
h2{font-size: 18px; color: #10589b; font-weight: bold; font-family: arial; margin: 0; padding: 0; float: left;}
H3{font-size: 14px; color: #10589b; margin: 0; padding: 0;}
H4{font-size: 12px; margin: 0; padding: 0;}


a:link 
{
	color: #d90901;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
a:visited 
{
	color: #d90901;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
 }
a:hover 
{
	color: #d90901;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
}
a:active 
{
	color: #d90901;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}


#global{
	width: 100%;
	height: 100%;
	background: url('../img/bg.jpg') no-repeat;
	float: left;
}	

#top{
	float: left;;
}

#topLeft{
	width: 514px;
	height: 339px;
	padding: 0;
	float: left;
}
#topRight{
	height: 284px;
	padding: 55px 0 0 0;
	float: left;
}
#main{
	width: 100%;
	height: 32px;
	float: left;
	padding-top: 31px;
}
#mainLeft{
	width: 473px;
	height: 32px;
	float: left;
	padding-left: 41px;
}

#mainRight{
	width: 490px;
	height: 32px;
	float: left;
}

.floatleft{
	float: left;
}
.leftHeader{
	height: 32px;
	float: left;
}
.LeftLeftHeader{
	float: left;
	height: 32px;
}
.CenterLeftHeader{
	background: url(../img/bgHeader.png) repeat-x;
	width: 140px;
	height: 27px;
	padding: 5px 5px 0 5px;
	float: left;
}
.CenterLeftHeader2{
	background: url(../img/bgHeader2.png) repeat-x;
	width: 120px;
	height: 28px;
	padding: 5px 5px 0 5px;
	float: left;
}
.RightLeftHeader{
	float: left;
	height: 33px;
}

#content{
	width: 100%;
	float: left;
}
#contentLeft{
	width: 433px;
	float: left;
	padding: 20px 41px 20px 41px;
}

#contentRight{
	float: left;
	padding: 20px 0 0 0;
}


#bottom{
	width: 100%;
	height: 40px;
	border-top: 1px solid #c2c2c2;
	float: left;
}
