html, body {
	margin:0;
	padding:0;
	background:#F4F4F4 url(page-bg.jpg) repeat-y center;
	}
div , td, table, span {
	margin:0;
	padding:0;
	font-size:95%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	}
#page-wrap {
	position:relative;
	text-align:center;
	}
#bottom-wrap {
	z-index:200;
	position:fixed;
	bottom:0px;
	height:30px;
	/*background:#999 url(nav_bg.gif) repeat-x top;*/
	width:100%;
	}
#header, #contents , #footer, #bottom {
	padding:0px 5px 0px 5px;
	width:800px;
	margin:auto;
	text-align:left;
}
/* Items */
#header {
	height:80px;
	background-color:#fff;
	padding-top:10px;
	}
#main-menu  {
	height:30px;
	color:#FFFFFF;
	background-color: #004080;
	}
#main-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#main-menu li {
	height:30px;
	line-height:30px;
	display:inline;
	margin:0px;
	padding:8px 15px 8px 15px;
	font-size:11px;
	}
#main-menu a {
	color:#FFFFFF;
	text-decoration:none;
	}
#main-menu .selected {
	background: url(tab-bg.png) repeat-x #fff top;
	color:#004080;
	border-top:#004080 2px solid;
	height:30px;
	line-height:30px;
	padding:8px 15px 9px 15px;
	}
#main-menu .selected a {
	color:#003366;
	}
#submenu ul {
	list-style:none;
	margin:0px;
	padding:2px;
	}
#submenu a {
	color:#999999;
	text-decoration:none;
	display:block;
	}
#submenu li {
	border-bottom:1px solid #eaeaea;
	text-indent:15px;
	background:url(orange_bullet.gif) left no-repeat;
	}
#submenu li .subselected {
	border-bottom:1px solid #eaeaea;
	text-indent:15px;
	background:url(sorange_bullet.gif) left no-repeat;
	}
#contents {
	background-color:#fff;
	}
#footer {
	height:60px;
	margin-bottom:20px;
	vertical-align:bottom;
	font-size:10px;
	}
#bottom {
	height:30px;
	background: url(bg-bttn-bar.png) repeat-x bottom;
	border:1px #ccc solid;
	background-color:#ccc;
	}
#banner {
	background: url(tab-bg.png) repeat-x #fff bottom;
	margin-bottom:5px;
	text-align:right;
	height:40px;
	line-height:40px;
	}
#v-separator {
	background:url(horizontal_shade_line.png) no-repeat center;
	height:10px;
	display:block;
	}
	
.rightborder {
	border-right:solid 1px #ccc;
	}
.box {
	border:1px #eaeaea solid;
	margin:0px;
	padding:2px 5px 2px 6px;
	line-height:22px;
	text-align:justify;
	}
.greybox {
	border:1px #eaeaea solid;
	margin:0px;
	padding:2px 5px 2px 6px;
	line-height:22px;
	text-align:justify;
	background:#F9F9F9;
	}
.greenbox {
	border:1px #eaeaea solid;
	margin:0px;
	padding:2px 5px 2px 6px;
	line-height:22px;
	text-align:justify;
	background-color: #75A550;
	}
.greybox h2,
.box h2 {
	margin:2px;
	padding:2px 2px 8px 2px;
	border-bottom:#004080 2px solid;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#004080;
	font-weight:normal;
	}
.greybox h3,
.box h3 {
	margin:0px;
	padding:2px ;
	line-height:16px;
	color:#376A95;
	font-weight:normal;
	border-bottom:1px solid #376A95;
	font-size:12px;
	text-indent:0px;
	}
.rightspace {
	margin:auto 4px 5px auto;
	}
.leftspace {
	margin:auto auto 5px 4px;
	}
.mainspace {
	margin:auto auto 5px auto;
	border:0px solid #376A95;
	}
.mainspace #v-separator {
	margin-top:5px;
	}
