@CHARSET "UTF-8";

table{
	width:100%; border-collapse:collapse;
}

table td{
	border: solid 1px #AAA; border-collapse:collapse; padding:3px 6px;
}

body,html{
	width:100%;height:100%;background-color: #ebe9e1;padding:0px;
	margin:0px;font-size: 12px;color: #333;font-family: Arial;line-height: 1.5em;
}

#wrapper{	
	width:962px;margin: 0px auto;
}

#topMenu{
	height:90px;width:100%;text-align: center;
}
#topMenu div{float:left;height: inherit;}
#topMenu .left{width:101px; background: url(/img/menu_left_logo.png) no-repeat;height:100px;}
#topMenu .center{width:760px; background: url(/img/menu_center.png) repeat-x;height:100px;}
#topMenu .right{width:101px; background: url(/img/menu_right.png) no-repeat;height:100px;}

#topMenu .center ul{padding:0px; margin: 0px; height: 45px;}
#topMenu .center ul li{display: inline;}
#topMenu .center ul li a{ margin: 0px 2px 0px 2px; padding: 15px 15px 0px 15px;font-size: 20px; color: #FFF; text-decoration: none;height:100%; display: block; float: left;}
#topMenu .center ul li a:HOVER{color: #fdb515; background-color:#FFF;}
#topMenu .center ul li a.active{color: #fdb515; background-color:#FFF;}

#left_menu{
	float:left;
	width:180px;
}

#content{
	width:522px;height:100%;overflow: hidden;float:left;
	background-color: #f5f4f0;border-style: solid;border-color: #d3d0c5;border-width: 1px;	
}
#content a{color: #027AC6;}

.slogan{width:100%; text-align: center; padding: 30px 0 10px 0;}
.slogan span{font-size: 30px; color:#434343;}

#content .header{height:5px; padding-left:10px; width:100%; background-color: #FFF; border-style: inherit; border-color: inherit; border-width: 0px 0px 1px 0px;}
#content .header span{font-size: 20px; color:#027AC6; line-height: 30px;}
#content .data{background: url(/design/img/data_bg.png) repeat-x; background-position: top; padding: 10px 20px; overflow: inherit;}
#content .footer{height:30px; width:100%; background-color: #FFF; border-style: inherit; border-color: inherit; border-width: 1px 0px 0px 0px;}

#submenu UL { margin: 1em 0 0 0; padding: 0 0 0 20px; padding: 0; margin: 0; list-style: none;}
#submenu UL LI { background: url(/img/dot02.gif) 0 5px no-repeat; padding: 0 0 7px 18px; }
#submenu UL LI A{color: #027AC6;}

#submenu{width:165px; padding:15px; margin:0px 10px 10px 10px; float:left; border-style: solid; border-color: #e8e4d8; border-width:1px; background-color: #FFF;}

#submenu2 UL { margin: 1em 0 0 0; padding: 0 0 0 20px; padding: 0; margin: 0; list-style: none;}
#submenu2 UL LI { background: url(/img/dot02.gif) 0 5px no-repeat; padding: 0 0 3px 18px; }
#submenu2 UL LI A{color: #027AC6;}

#submenu2{width:180px; padding:10px; margin:0px 10px 10px 10px; float:left; border-style: solid; border-color: #e8e4d8; border-width:1px; background-color: #FFF;}
