img, abbr {
	border: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
small {
	font-size: 90%;
	volume: medium;
}
big {
	font-size: 110%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #0072bc;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p, ul, ol {
	padding: 0 0 1em;
}
h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.15em;
	color: #0072bc;
}
strong{
	color: #0072bc
}
h1 {	
	font-size: 2em;
	padding-bottom: 0.5em;
}
h2 {	
	font-size: 1.5em;
	padding-bottom: 0.6em;
}
h3 {	
	font-size: 1em;
	padding-bottom: 0.6em;
}
h4 {	
	font-size: 1em;
	padding-bottom: 0.4em;
}
h3 a, h3 a:active, h3 a:link, h3 a:visited {
	color: #005351;
}
h3 a:hover {
	color: #000;
	text-decoration: none;
}

h2 strong, h2 strong, h2 strong, h2 strong{
	font-weight: 600;
}

body{ 
	font-family:Arial, Tahoma; 
	font-size: 13px;
}
.wrapper{
	margin: 0 auto 0px;
	width: 938px;
	position: relative;
	border-top: 1px solid #0072bc;
	border-left: 1px solid #0072bc;
	border-right: 1px solid #0072bc;
}

.banner-central{
	position: relative;
	margin-top:10px;	
}
#header{
	height: 250px;
	background: url(../images/header1.png) 0 0 no-repeat  ;
	border-bottom: 1px solid #0072bc;
}
#menu{ 
	float: right; 
	margin: 0 20px 0 0; 
	position: relative; 
	top: 235px; 
}

#menu .item {
	padding: 3px 15px 0px 15px;;
	position: relative;
	top: 1px;
	background-color: #0072bc;
}
#menu .item-current{
	padding: 3px 15px 0px 15px;;
	position: relative;
	background: url(../images/bg-menu.png) 0 0 repeat-x #fff !important;	
	border-top: 1px solid #ff3333;
	border-left: 1px solid #ff3333;
	border-right: 1px solid #ff3333;
	top: 2px;
}
#menu .item  a{
	color:#fff;
	letter-spacing: -1px;
}

#menu a.current{
	color: #0072bc;	
	padding-bottom: 25px;
}

#menul{ 
	float: left; 
	margin: 0 0 0 5px; 
	position: relative; 
	top: 235px; 
}

#menul .item {
	padding: 3px 15px 0px 15px;;
	position: relative;
	top: 1px;
	background-color: #0072bc;
}
#menul .item-current{
	padding: 3px 15px 0px 15px;;
	position: relative;
	background: url(../images/bg-menu.png) 0 0 repeat-x #fff !important;	
	border-top: 1px solid #ff3333;
	border-left: 1px solid #ff3333;
	border-right: 1px solid #ff3333;
	top: 2px;
}
#menul .item  a{
	color:#fff;
	letter-spacing: -1px;
}


#content{
	padding: 0px;	
}


.box{
	float:left;	
	width: 449px;
	margin: 10px;
	color: #999;
}
.box p{
	text-align: left;
	line-height: 16px;
	font-size: 13px;
	letter-spacing: -1px;
}
.border{
	border:1px solid #f47920;
}

.box-pink{
	float:left;	
	width: 449px;
	height: 200px;
	margin: 10px;
	color: #0072bc;	
	background: #fbd7e7;
}

.box-pink p{
	text-align: justify;
	line-height:15px;
	font-size:12px;
	letter-spacing: -1px;
}

.box-blue{
	float:left;	
	width: 449px;
	height: 200px;
	margin: 10px;
	color: #0072bc;	
	background: #ddf2fd;
}

.box-blue p{
	text-align: justify;
	line-height:15px;
	font-size:12px;
	letter-spacing: -1px;
}
#footer{
	background: #0072bc;
	height:18px;	
	padding: 5px 10px 0px 10px;
	font-size:11px;
	color:#fff;
}

#sidebar{ width:250px; position: relative; }
#maintext{ width: 688px; position: relative; }
#sidebar p{ color: #666; line-height:18px; font-size:14px; }
#footer a{ color: #fff }
.bullet{ margin: 0px 10px 0 0; float:left}
.p10{ padding: 10px;}
.mr10{ margin-right: 10px; }
.fl{ float: left }
.fr{ float: right }
.clear{ clear: both; line-height:0; height: 0; }

label{ margin: 5px 0 5px 0;color: #666;  }
.input{ width:250px; padding: 3px 5px; }
.textarea{ width: 450px; height: 200px; padding: 3px 5px; }
.button{ padding: 5px 10px; color: #fff; background: #0072bc; border:1px solid #999;  }
.error{  color:#ff3333; margin-top: 3px; }
