/* --default style reset-- */
@import"reset.css";

html {
	font-size:93%;
	color:#ffffff;
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
	}

a:link {
	color:#ffffff;
	text-decoration:none;
	}
 
a:visited {   
    color:#ffffff;   
	text-decoration:none;
	}   

a:hover {   
    color:#FF6600;   
	text-decoration:none;
	}   

a:active {   
    color:#FF6600;   
	text-decoration:none;
	} 

body {
	line-height: 1.2em;
	background-image: url(images/back.gif);
	color: #ffffff;
}

#wrap {
	margin: 20px auto 20px;
	width: 850px;
	padding: 0px;
}

#header {
	height:250px;
	background-image:url(images/headimage.gif);
	background-repeat: no-repeat;
}

#header h1 {
	float:left;
	}

#header h2 {
	float:left;
	}

#header h1 a {
	display:block;
	margin-top:5px;
	margin-left:5px;
	width:350px;
	height:245px;
	text-indent:-10000px;
	}

#header h2 a {
	display:block;
	margin-top:10px;
	margin-left:320px;
	width:155px;
	height:40px;
	text-indent:-10000px;
	}

#outer {
	background-image:url(images/main_back.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	}

#main {
	width:850px;
	}

#contents {
	width:580px;
	float:right;
	padding: 10px;
	}

#contents h3 {
	line-height:30px;
	background-image:url(images/titleback.gif);
	font-size:16px;
	font-weight:bolder;
	color:#FFFFFF;
	text-align: center;
	padding-top: 5px;
	}

#contents .data {
	color:#FFFFFF;
	line-height: 1.3em;
	padding:5px 10px;
	margin-bottom:15px;
	}

#contents .data ul {
	padding-left: 15px;
	list-style: disc;

	}

#contents .data a {
	color:#FFFF66;
	font-weight:bold;
	}

#contents .table-01 {
	color:#FFFFFF;
	width: 560px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-spacing: 1;
}

#contents .table-01 th{
	background-color:#133159;
	width:200px;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-01 td {
	background-color:#183E70;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-02 {
	color:#FFFFFF;
	width: 560px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-spacing: 1;
}

#contents .table-02 th{
	background-color:#133159;
	width:260px;
	text-align:center;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-02 td {
	background-color:#183E70;
	text-align:center;
	font-size: 14px;
	font-weight:bold;	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-03 {
	color:#FFFFFF;
	width: 560px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-spacing: 1;
}

#contents .table-03 th{
	background-color:#133159;
	text-align:center;
	font-weight:bold;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-03 td {
	background-color:#183E70;
	text-align:center;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-04 {
	color:#222222;
	margin:auto;
	width: 550px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-spacing: 1;
}

#contents .table-04 th{
	background-color:#cccccc;
	text-align:center;
	font-weight:bold;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#contents .table-04 td {
	background-color:#ffffff;
	text-align:center;
	padding: 5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}


.overflow {
	overflow:auto;
	height:200px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#07244a;
	scrollbar-arrow-color:#133869;
	scrollbar-shadow-color:#222222;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#133869;
	scrollbar-3dlight-color:#0b2a52;
	scrollbar-track-color:#000000;


	}

#sidebar_left {
	width:240px;
	float:left;
	line-height: 20px;
	line-height: 20px;
	padding:5px;
	text-align: center;
	}

#sidebar_right {
	text-align:center;
	width:190px;
	float:right;
	padding:5px;
	}

#sidebar_right h3 {
	font-size:100%;
	font-weight:bold;
	}

#footer {
	text-align:center;
	background-image:url(images/footer_back.gif);
	height:50px;
	padding-top:20px;
	}

#menu {
	padding-bottom:15px;
	}

#menu a {
	display:block;
	padding-left:15px;
	width:225px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	background-image:url(images/menuback.gif);
	font-size:14px;
	font-weight:bold;
	color:#cccccc;
	text-decoration:none;
	text-align: left;
	}

#menu a:visited {
	color:#cccccc;
	}

#menu a:hover {
	background-image:url(images/menuback_on.gif);
	color:#FF5555;
	}

.load {
	display:none;
	height:0;
	}
.bold {
	font-weight:bold;
	}
