﻿BODY {
	margin: 0;
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	color: Black;
	text-align: Center;
	background: #E6F1F9 url('../img/design/FonePage.png') repeat-x;
}

p{
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px;
}


H2{
	font-size: 16px;
	font-weight: bold;
	color: #51626F;
}


a {
	FONT-FAMILY: Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #FF7900;
	text-decoration: underline;
}



#all{
	width: 1003px;
	margin: 20px auto 0 auto;
}


#header{
	float: left;
	width:100%;
	background: white url('../img/design/UpRound.png') no-repeat left top;
}


 
#header #center{
	float: left;
	background: white;
	width:100%;
	height: 211px;
	border-bottom: 1px #51626F solid;
}

#header #center #logo{
	float: left;
	background: url('../img/design/Logo.png') no-repeat;
	width:187px;
	height: 131px;
}

#logo #txt{
	text-align: right;
	margin: 135px 15px 0px 15px;
}

#mainmenu{
	float: left;
	width:100%;
	height: 32px;
	background: #51626F;
	margin: 3px 0 0 0;
}

#mainmenu ul {
	padding: 0;
	margin: 0;
}

#mainmenu ul li.first{
	border-left:none;
	width: 187px;
	background: #FF7900 url('../img/design/MailItemFone.png') repeat-x;
}

#mainmenu ul li.first a:hover {
	background: transparent;
	color:white;
	text-decoration: underline;
}

#mainmenu ul li {
	float: left;
	list-style: none;
	width: 136px;
	background: url('../img/design/Separator.png') repeat-y right;
}

#mainmenu ul li a {
	display: block;
	color: white;
	height: 32px;
	line-height: 32px;
	text-decoration:none;
}

#mainmenu ul li a:hover {
	background: #627786 url('../img/design/Separator.png') repeat-y right;;
	color:white;
	text-decoration: underline;
}

.img{
	float:left;
	width:272px;
}

#content{
	float: left;
	background: white;
	text-align: left;
	width: 100%;
	background: #FFFFFF;	
}

#content #left{
	float: left;
	width: 731px;
}

#content #left #inside{
	float: left;
	padding: 10px 30px 10px 30px;
}


#content #right{
	float: left;
	width: 272px;
}

#content #right #inside {
	float: left;
	padding: 10px 0px 10px 0px;
	width:100%;
}



#list_menu {
	float: left;
	padding: 0;
	width:100%;
}


#list_menu h3 {
	margin:15px 0px 0px 0px;
	padding: 0;
	height: 18px;
	line-height:17px;
	background: #51626F url(../img/design/round.png) no-repeat left;
	color: white;
	text-align: left;
	font-size: 14px;
	text-indent: 10px;
	width:100%;
}

#list_menu ul {
	margin: 0px;
	list-style: none;
	width:100%;
	padding: 0;
}

#list_menu ul li {
	list-style: none;
}

#list_menu ul li a {
	display: block;
	padding: 3px 10px 3px 10px;
	color: #6B6B6B;
	text-decoration:none;
}

#list_menu ul li a:hover {
	text-decoration: underline;
	color: black;
	background: #EFEFEF;
}

#Down {
	float: left;
	width: 100%;
	color: #999999;
	text-align: center;
	margin: 20px 0px 30px 0px;
}

#Down p {
	line-height: 20px;
	margin: 0;
}

#Down a {
	color: #999999;
	text-decoration: underline;
}

#Down a:hover {
	color: #000000;
}