@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-color: #5e666c;
	background-repeat:repeat-x;
	background-position: 50% 0%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.contentBody{
	background-image:url(../images/body_background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:50px;
	padding-top:30px;
	padding-bottom:0px;
	text-align:justify;
}
h2{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-top:0px;
	background-image:url(../images/title_shape.gif);
	background-repeat:no-repeat;
	text-indent:30px;
	height:50px;
	padding: 0px;
	margin: 0px;
}

.footerBorder{
	background-image:url(../images/body_footer.jpg);
	background-repeat:no-repeat;
	height:10px;
}
.footer{
	font-size:10px;
	text-align:center;
}
.footer a{
	color:#c1cfda;
}
.clientLogin{
	width:967px;
	height:80px;
	background-image:url(../images/client_login_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
}
.clientLoginArea{
	color:#FFFFFF;
	padding-left:50px;
}
#clientLoginTitle{
	background-image:url(../images/client_login_arrow.jpg);
	background-repeat:no-repeat;
	height:47px;
	text-indent:30px;
	padding-top:6px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.clientLoginText {
	color: #FFFFFF;
}
.clientLoginInput{
	height:18px;
}
hr {
	border: none 0;
	border-top: 1px dashed #c1dde9;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.contentMain{
	z-index:50;
	position:absolute;
	top:0px; width:100%;
}
.bgMain{
	z-index:1;
	position:absolute;
	top:0px;
	background-image:url(../images/background_design.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	width:100%;
	height:591px;
}
ul{
	padding-top:10px;
}
li{
	padding-bottom:10px;
}