@charset "UTF-8";
/* CSS Document */

 
	
	


body {
background-color: #fff;
	 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
}

 

.container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid ;
	text-align: left; /* this overrides the text-align: center on the body element. */

}


.web-box{
	width:775px;
	height:510px;
	padding: 0px 10px 0px 15px;
	float:left;
	color:#111;
	font-size:11px;
	line-height:16px;
	border-bottom: 2px #74C5E3 solid;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.style11 {color: #3B728F}


.name{
align:right;
padding-right:30px;
margin-top:40px;
}

.box3s {
	background-color:#Fff;
	margin-top: 15px;
	padding: 5px 10px 10px 10px;
	float: left;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 670px;
	width: 800px;
	color: #333;
}
.box4s {
	background-color:#Fff;
	margin-top: 15px;
	padding: 5px 10px 10px 10px;
	float: left;
	text-align:left;
	font-size: 24px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 570px;
	width: 800px;
	border: 0 px solid #cccc;
	color: #F0F0F0;
}

.box1-contact {
margin-top: 15px;
margin-bottom: 15px;
padding: 15px;
float: left;
background-color:#fff;
color: #333;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 400px;
width: 720px;
border: 1 px solid #cccc;
}

 
 

.style12 {
color: #FFEBC7;
font-weight: bold;

}
.style15 {
	font-size: 100%
}
.style13 {color: #306}

.style14 {color: #660000}
.style6 {color: #CC0000}
.style7 {color: #B0E7FC}

.style4 {
	color: #FFFFFF;
	font-size: 11px;
}
a:link {
	color: #666;
	text-decoration:none;
	
}
a:visited {
	color: #339;
}
a:hover {
	color: #309;
}
a:active {
	color: #339;
}

