/* CSS Document */
html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525151;
	font-weight:normal;
	line-height:24px;
	background:#021622;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
p {
	text-align:justify;
	margin-bottom:4px;
}
h2 {
	font:bold 17px arial;
	color:#003399;
	padding: 5px 0 5px 5px;
	background:#f0f8fd;
	border:1px solid #ddebf7;
	
}
h3 {	
	font:bold 16px tohama;
	color:#fff;
     padding: 10px 0 7px 22px;
}
h4{
	font:bold 16px tahoma;
	color:#d81918;
	padding: 5px 0 5px 10px;
	margin-bottom:5px;
}
h5 {
	font:bold 15px arial;
	color:#003399;
	padding: 5px 0 5px 5px;
	border:1px solid #ddebf7;
	
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
a {
	color:#2592ca;
	text-decoration:none;
}
a:hover {
	color:#1c6391;
	text-decoration:none;
}
#page-wrapper {
	width:1004px;
	margin:0 auto;
}
.page-bound {
	width:980px;
	float:left;
	padding:0;
	margin:0 12px;
	background-color:#FFFFFF;
}

#header{
float:left;
width:980px;
height:159px;
padding:0px;
}
#nav{
width:980px;
height:34px;
float:left;
padding:0px 0 0 0px;
background:url(../images/nav-repeat.jpg) top left repeat-x;
}
#nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#nav ul li {
	float:left;
	background:url(../images/nav-devide.gif) right no-repeat;
	padding:0 1px 0 0px;
}
#nav ul li.last {
background:none;}

#nav ul li a {
     font-size:14px;
	color:#fff;
	display:block;
	float:left;
	padding:2px 20px 0px 20px;
	text-decoration:none;
}

#nav ul li a:hover{
color:#34bdf4;
text-decoration:none;
}

.inner-bound{
float:left;
width:974px;
padding:5px 3px 15px 3px;
background:#fff;
position:relative;
}
#right-pannel{
width:750px;
position:relative;
float:right;
padding:10px 0px 0px 0px;
}
#middle-area{
width:530px;
position:relative;
float:left;
padding:0px;}
#left-pannel{
width:218px;
position:relative;
float:left;
padding:10px 3px 0px 0px;
}
.left-curve{
width:218px;
height:38px;
float:left;
background:url(../images/left-top.jpg) top left no-repeat;
}
.left-repeat{
background:#f0f8fd;
width: 200px;
padding:0 0px 0 16px;
float:left;
border:1px solid #bde3fc;
}
.left-repeat ul{
list-style:none;
margin: 0;
padding: 0;
}
.left-repeat ul li{
position:relative;
padding:6px 0px 6px 8px;
border-bottom:1px dashed #b4b4b4;
}
.left-repeat ul li a{
font: normal 12px Verdana;
color:#154259;
line-height:20px;
padding:6px 0px 6px 8px;
text-decoration:none;
background:url(../images/arrow.gif) left no-repeat;
}
.left-repeat li a:hover{
color: #5d8f0a;
text-decoration:none;
}
#right-menu{
width:218px;
position:relative;
float:right;
padding:0px 0px 0px 0px;
}
.right-curve{
width:218px;
height:38px;
background:url(../images/right-top.jpg) top left no-repeat;
}
.right-repeat{
background:#f0f8fd;
width: 200px;
padding:0 0px 0 16px;
float:left;
border:1px solid #bde3fc;
}
.right-repeat ul{
list-style:none;
margin: 0;
padding: 0;
}
.right-repeat ul li{
position:relative;
padding:6px 0px 6px 8px;
border-bottom:1px dashed #b4b4b4;
}
.right-repeat ul li a{
font: normal 12px Verdana;
color:#154259;
line-height:20px;
padding:6px 0px 6px 8px;
text-decoration:none;
background:url(../images/arrow.gif) left no-repeat;
}
.right-repeat li a:hover{
color: #5d8f0a;
text-decoration:none;
}

#footer{
float:left;
width:942px;
border-top:2px solid #93c7e9;
padding:16px 19px 14px 19px;
background-color:#c6deed;
text-align:center;
}
#footer a{
color:#666;

}
#footer a:hover{
color:#949494;
text-decoration:none;
}




