/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#000033;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#06F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}








#allContents{
	width:653px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}






/*** HEADBAR ***/



#headbar{
	width:653px;
	height:277px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headbar h1{
	padding:200px 0 0;
}

#headbar h1 a{
	width:653px;
	height:77px;
	display:block;
}

#headbar h1 a span{
	display:none;}






/*** SIDE COLUMN ***/



#sideColumn{
	width:173px;
	padding:0;
	margin:20px 0 0 5px;
	position:relative;
	float:left;
}


#sideColumn ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F9F9F9;
}

#sideColumn ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #aaa;
}


#sideColumn h2{
	width:173px;
	height:33px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#sideColumn h2 span{
	display:none;}





#sideColumn ol{
	width:173px;
	margin:0 0 15px;
	padding:0 0 10px;
	background:#ccc url(img/img02.gif) no-repeat;
	background-position:bottom;
}



#sideColumn ol li a{
	width:145px;
	padding:8px 3px 8px 25px;
	margin:0;
	background:url(img/img01.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#000033;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #000;
}


#sideColumn ol li a:hover{
	color:#F00;
}




#sideColumn ol li#cl1 a{
	width:153px;
	padding:7px 10px;
	margin:0;
	background-color:#000033;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}


#sideColumn ol li#cl1 a:hover{
	color:#F00;
}








/*** CENTER COLUMN ***/



#centerColumn{
	width:456px;
	margin:0 8px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#centerColumn ul{
	margin:0px 5px 20px;
}


#centerColumn li{
	line-height:200%;
}



#centerColumn h2{
	width:431px;
	height:30px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}



#centerColumn h3{
	width:446px;
	padding:5px;
	margin:20px 0px;
	background-color:#000033;
	color:#fff;
	font-size:14px;
	line-height:100%;
}






/*** FOOT ***/



#foot{
	clear:both;
	width:653px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#330099;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#foot ul{
	padding:5px;
}


#foot ul li{
	line-height:180%;}

#foot p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#foot img{
	border:0;
	margin:5px;
}




