body {
	margin:0; padding:0;
	font-family:'trebuchet ms',arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#111;
	background:#fff url(/images/header_bg.png) 0 94px repeat-x;
	}

a {color:#eb5e00; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}


.wrapper {width:900px; margin:0 auto;}
.logo {height:94px; border-bottom:6px solid #34464f;}
.logo .btn_uas {float:right; margin:56px 0 0 0;}
.header {height:280px; background:#34464f url(/images/header.jpg) no-repeat;}


/*start MENU*/
.menuWrapper {
	position:relative;
	top:0;
	left:430px;
	width:370px;
	height:280px;
	background:url(/images/menu_bg.png) repeat;
	overflow:hidden;
	}
.menu {padding:10px;}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	font-style:italic;
	line-height:18px;
	}
/*.menu li {margin:0;}*/
.menu a {
	display:block;
	padding:7px 0 8px 23px;
	border-bottom:1px solid #5c696f;
	color:#fff;
	text-decoration:none;
	background:url(/images/blt_off.gif) no-repeat 10px 13px;
	}
.menu a:hover {
	padding:7px 0 8px 24px;
	color:#fff;
	text-decoration:none;
	background:#5c696f url(/images/blt_on.gif) no-repeat 11px 13px;
	}
.menu .lastitem {border-bottom:0;}
/*end MENU*/


/*start CONTENT*/
.content {background:#f4f4f4;}

.content .homeC1 {vertical-align:top; width:430px;}
.content .homeC1 img {margin-top:4px;}
.content .homeC2 {vertical-align:top; width:235px; color:#fff; background:#ed7b2e;}
.content .homeC3 {vertical-align:top; width:235px;}
.content .homeCommon {padding:12px 16px 0 16px;}

.content .cTable {width:100%;}
.content .nav {vertical-align:top; width:25%; color:#222; background:#ed7b2e; font-size:17px; padding:15px 18px 0 18px;}
.content .nav a {color:#222; text-decoration:none;}
.content .nav a:hover {color:#fff; text-decoration:none;}
.content .nav h1 {font-size:17px;}
.content .nav h1, .content .homeC2 h1 {color:#fff;}
.content .nav ul {padding-left:30px;}
.content .main {vertical-align:top; width:75%; padding:15px 20px 5px 20px; min-height:300px;}
.content .main img {margin-top:4px;}

h1 {font-size:21px; font-weight:normal; font-style:italic; color:#ee6910; margin:0;}/*old margin:0 0 15px 0*/
h3 {font-size:17px; font-weight:normal; font-style:italic; margin:0 0 10px 0;}
img {border:none;}
hr {color:#ccc; size:1px; margin-bottom:23px; margin-top:25px;}
.highlight {color:#34464f;}/*eb5e00*/
/*end CONTENT*/


/*start FOOTER*/
.footer {background:#34464f; color:#9aa3a7; font-size:12px; border-top:6px solid #ed7b2e;}
.footer .footerCell {display:inline-block; padding:7px 12px 6px 12px;}/*padding:6px 12px*/
.footer .left {background:url(/images/footer_corner_left.png) left bottom no-repeat;}
.footer .right {float:right; text-align:right; background:url(/images/footer_corner_right.png) right bottom no-repeat;}
.footer a {color:#9aa3a7; text-decoration:none;}
.footer a:hover {color:#fff; text-decoration:none;}
/*end FOOTER*/

