html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}


body {
	background: #fff; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#000;
	line-height: 150%;
}

#outerWrapper {
	width: 1017px;
	margin: 0 auto 0 auto;
}
#header {
	height: 136px;
	width: 1017px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	background-image: url(../images/navline.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index:1000;
}

#logo{
	height: 91px;
	width: 1017px;
	position: relative;
}

#contentWrapper {
	width: 1017px;
	height: auto;
	position: relative;
	top: 136px;
	background-image: url(../images/bottombar_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#contentTopWrapper {
	width: 1017px;
	margin: 0;
	padding: 0;
	background-image: url(../images/2level/2level_content_bg.jpg);
	background-repeat: no-repeat;
	height: 233px;
	position: relative;
	top: 0px;
}


#content_top {
	width: 900px;
	margin: 0;
	left: 57px;
	top: 46px;
	bottom: 0px;
	position: relative;
}



#contentBottomWrapper {
	width: 1017px;
	padding: 0;
	position: relative;
	top: -120px;
	display: block;
	height: auto;
}

#content_bottom {
	position: relative;
	width: 900px;
	top: 0px;
	left: 57px;
	margin-bottom:0px;
	height: auto;
}

#content_left{
	float: left;
	width: 640px;
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	height: auto;
}

#content_right{
	float: right;
	width: 250px;
	top: 0px;
	right: 0px;
	display: block;
	position: relative;
	padding: 0px;
	left: 0px;
	padding-top:0px;
	height: auto;
  }

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#footer {
	height: 81px;
	width: 1017px;
	background: url(../images/footer_bg.gif) no-repeat;
	font: 11px arial;
	color: #FFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 9px;
	top: 136px;
}


#callus {
	float: left;
	padding-left: 60px;
}

#copyright {
	float: right;
	padding-right: 60px;
}

.Title {
	font: 20px "Myriad Pro" ;
	color: #2e2c78;
}

.greenfont {
	color: #6e9a05;
	}
	
.darkbluefont {
	color: #2e2c78;
	}
	
.lightbluefont {
	color: #1f78d2;
	}		
	
h1 {
	color: #2e2c78;
	font-family: "Myriad Pro";
	font-size: 28px;
	font-weight: lighter;
	line-height: 90%;
	}
	
h2 {
	color: #181d72;
	font-family: arial;
	font-size: 15px;
	font-weight: lighter;
	line-height: 100%;
	}

h3 {
	color: #181d72;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	}
	
h4 {
	color: #ffffff;
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: lighter;	
	line-height: 100%;
}
			
#boxtext {
	color: #ffffff;
	text-indent: 20px;	
}	
	

a:link {
	color: #1f78d2;
	text-decoration: underline;

}

a:visited {
	color: #555555;
	text-decoration:underline;
}

a:hover {
	color: #2e2c78;
	text-decoration: underline;
}

a:active {
	color: #6e9a05;
	text-decoration:none;
}	

	
#center {
margin: 0 auto;
}