* {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;*/
	font-family: Arial;
	font-size:12px; 
	color: #fff;
	line-height: 140%;
}

body {
	background-color: #000;/*#19547E*/
	/*background-image: url(../images/bodyBg.png);
	background-position: center center; 
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 0;
}

#bodyBlock {
	width: 700px;
	margin: 0 auto;
}

#metanavi {
	background-image: url(../images/metanavi.png); 
	background-position: center center; 
	background-repeat: repeat-y;
	border-bottom: 1px solid #ADD8E6;
	text-align: center;
	width: 700px;
	height: 35px;
}

#banner {
	background-image: url(../images/banner12.png);
	/*background-color: blue; */
	width: 700px;
	height: 200px;
}

#main {
	background-color: #D6D6D6;
	float:left;
}

#leftnavi {
	background-image: url(../images/leftnavi.png); 
	background-position: center center; 
	background-repeat: repeat-y;
	width: 190px;
	height: 250px;
	float: left;
}

#leftnavi .leftnavi {
	margin-top: 30px;
	padding-left: 30px;
}

#leftnavi .leftnavi li {
	background-image: url(../images/itemBg.png);
	background-repeat:no-repeat;
	border-bottom: 1px dotted #000;
	width: 140px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content {
	background-color: #3176c3;
	width: 470px;
	min-height: 360px;
	padding: 20px;
	float: left;
}

#footer {
	background-color: #02315D;
	width: 700px;
	height: 45px;
	padding-top: 15px;
	float: left;
	text-align: center;
	font-size: 10px;
}

/*
#footer .banner {
	height: 60px;
	background-image: url(../images/footerbanner.png);
	background-repeat:no-repeat;
}

#footer .copyright {
	background-color: #02315D;
	height: 40px;
	text-align: center;
	padding: 10px 0;
	font-size: 9px;
}
*/

.contactBarUl {
	list-style: none outside none; 
	margin: 0; 
	padding-top: 9px; 
}

.contactBarUl li {
	display:inline; 
	margin-right: 15px;
}

.headerLogin { color: #fff; font-size:11px; font-weight:bold; text-decoration: underline; }
a:hover.headerLogin { color: #F0ECE9; font-size:11px; font-weight:bold; text-decoration: underline; }
a:active.headerLogin { color: #ff0000; font-size:11px; font-weight:bold; text-decoration: underline; }

.lNavi { color: #19547E; font-size:11px; font-weight:bold; text-decoration: none; }
a:hover.lNavi { color: #F0ECE9; font-size:11px; font-weight:bold; text-decoration: underline; }
a:active.lNavi { color: #ff0000; font-size:11px; font-weight:bold; text-decoration: underline; }

.mailto { color: #fff; font-size:12px; font-weight:normal; text-decoration: underline; }
a:hover.mailto { color: #F0ECE9; font-size:12px; font-weight:normal; text-decoration: underline; }
a:active.mailto { color: #ff0000; font-size:12px; font-weight:normal; text-decoration: underline; }

.title_Oth {
	font-family: Monotype Corsiva;
	font-size: 22px;
}

.formInputText {
	background-color: #F5F5F5;
	border: 1px solid #02315D;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 #fff inset;
	display: inline-block;
	font-size: 12px;
	color: #3176C3;
	height: 25px;
	line-height: 17px;
	margin: 0 0 2px 0;
	padding: 0 0 0 6px;
	vertical-align: middle;
}

.formInputText:focus {
	background-color: #FFF;
	border-radius: 5px;height: 25px;
	box-shadow: 0 0 11px #78A2CB;
}

.cField {
	width: 150px;
}

.contact_btn {
	background: none repeat scroll 0 0 #02315D;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
	width: 90px;
	height: 22px;
	margin: 0;
	color:#fff;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	text-decoration:none;
	display:inline-block;
	text-align:center;
}

.contact_drop {
	background-color: #F5F5F5;
	border-radius: 3px;	
	border: medium none;
	border: 1px solid #02315D;
	width: 158px; 
	height: 26px; 
	padding:4px; 
	margin: 1px 0;
	color: #3176C3;
}
.contact_drop .contact_drop_item { 
	background-color: #3176C3;
	font-size:11px;
}

.textarea {
	border: 1px solid #02315D;
	border-radius: 5px;
	color: #3176C3;
	padding: 5px;
}

.arial_16px {FONT-SIZE: 16px; FONT-FAMILY: Arial; FONT-WEIGHT:BOLD;}

.arial_14px { COLOR:#6DB6DF; FONT-SIZE: 14px; FONT-FAMILY: Arial; FONT-WEIGHT:BOLD }

.mrBtm10 {
	margin-bottom: 5px;
}

.mrBtm15 {
	margin-bottom: 15px;
}

.mrBtm20 {
	margin-bottom: 20px;
}

.mrBtm25 {
	margin-bottom: 25px;
}

.mrTopBtm205 {
	margin: 20px 0 5px 0;
}

.impHdr {
	width: 470px;
}
