@charset "utf-8";
/* CSS Document */

/* box : top, right, bottom, left */
body,
html {
    margin: 0 ;
    padding: 0 ;
    }
body {
	padding: 0 ;
	margin: 0 ;
	background: #fdfdfd url(../images/bg.jpg) top left repeat-x ;
	font: 8.5pt arial, helvetica, sans-serif ;
	min-width: 968px ;
	color: #4e4e4e ;
	}
#wrap {
    padding: 0 ;
    margin: 0 auto ;
    width: 968px ;
    }
#hdr {
	margin: 0 ;
	padding: 0;
	width: 968px ;
	height: 55px ;
	background: #0a3553 url(../images/hdr_bg.jpg) top left no-repeat ;
	}
#hdr img {
	float: left ;
	border: 0 ;
	}
#bnr {
	margin: 0 ;
	padding: 0;
	width: 968px ;
	height: 300px ;
	background: url(../images/bnr.jpg) top left no-repeat ;
	}
#spcr {
	margin: 0 ;
	padding: 0 ;
	width: 968px ;
	height: 40px ;
	clear: both ;
	}
#col01 {
	margin: 0 ;
	padding: 0 ;
	width: 230px ;
	float: left ;
	}
#col02, #col03, #col04 {
	margin: 0 0 0 16px ;
	padding: 0 ;
	width: 230px ;
	float: right ;
	}
#col01 p, #col02 p, #col03 p, #col04 p {
	padding: 0 8px 0 8px ;
	line-height: 17px 
	}
#col01 a, #col02 a, #col03 a, #col04 a {
	border: 0 ;
	color: #4e4e4e ;
	text-decoration: none ;
	}
#col01 a:hover, a:active, #col02 a:hover, a:active, #col03 a:hover, a:active, #col04 a:hover, a:active {
	border: 0 ;
	color: #4e4e4e ;
	text-decoration: underline ;
	}
#col01 a, img, #col02 a, img, #col03 a, img, #col04 a, img {
	border: 0 ;
	}
#nav {
	margin: 0 ;
	padding: 0 20px 0 0 ;
	position: relative ;
	top: 25px ;
	float: right ;
	color: #fff ;
	font-size: 8.5pt ;
	}
#nav a {
	color: #fff ;
	margin: 0 10px 0 10px ;
	padding: 0 ;
	text-decoration: none ;
	}
#nav a:hover, a:active {
	color: #c6f903 ;
	text-decoration: underline ;
	}
.curr {
	color: #999 ;
	margin: 0 10px 0 10px ;
	padding: 0 ;
	text-decoration: underline ;
	}
h1 {
	padding: 10px 0 0 8px ;
	line-height: 4px ;
	font-size: 10.5pt ;
	font-weight: bold ;
	color: #ce7d26 ;
	}
h2 {
	font-size: 9.5pt ;
	color: #fff ; 
	}
#body li {
	/* list-style: none ;
    line-height: 1.2em ;
    margin: -4px 0 0 0 ;
    padding: 4px 0 0 0 ;
    background-position: 0 .4em ;
    background-image: url(../images/bullet01.gif) ;
    background-repeat: no-repeat ;
    text-indent: 18px ; */
	}
#navtop {
	padding: 0 ;
	margin: 0 ;
	position: absolute ;
	top: 40px ;
	left: 555px ;
	width: 315px ;
	height: 20px ;
	font: 12px arial, helvetica, sans-serif ;
	color: #fff ;
	text-align: right ;
	}
#footer {
	padding: 5px 0 0 0 ;
	margin: 0 ;
	position: absolute ;
	bottom: 0 ;
	left: 0 ;
	width: 100% ;
	height: 25px ;
	background-color: #0c4f7e ;
	font: 10px arial, helvetica, sans-serif ;
	color: #fff ;
	text-align: center ;
	}
