/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#86b4e3;
}

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:#F6F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}






#page{
	width:653px;
	margin:0 auto;
	padding:0 15px;
	text-align:left;
	background:#FFF url(img/bg_body.jpg) repeat-y;
}






/*** TOPBAR ***/




#topbar{
	width:653px;
	height:217px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#topbar h1{
	padding:45px 0 0;
}

#topbar h1 a{
	width:420px;
	height:130px;
	display:block;
}

#topbar h1 a span{
	display:none;}





/*** TEXT COLUMN ***/


#textCol{
	width:422px;
	margin:0 0 0 7px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#textCol ul{
	margin:0px 5px 20px;
}


#textCol li{
	line-height:200%;
}



#textCol h2{
	width:412px;
	height:31px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#textCol h3{
	width:397px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333234;
	font-size:14px;
	line-height:23px;
}


#text01{
	width:422px;
	padding:0 0 30px;
}




/*** SIDE COLUMN ***/


#sideCol{
	width:204px;
	padding:0;
	margin:20px 7px 0 0;
	position:relative;
	float:right;
}


#sideCol ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sideCol ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F6F6F6;
}



#sideCol h2{
	width:204px;
	height:25px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sideCol h2 span{
	display:none;}



ol#navigation{
	width:204px;
	margin:0 0 15px;
	padding:0 0 19px;
	background:#fff url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


ol#navigation li a{
	width:180px;
	padding:8px 0 8px 24px;
	margin:0;
	background:url(img/img01.jpg) 5px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #0858c4;
}

ol#navigation li a:hover{
	color:#f00;
}



ol#navigation li#cl1 a{
	width:184px;
	padding:7px 10px;
	margin:0;
	background-color:#6c6765;
	color:#fff;
	font-size:14px;
	line-height:110%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

ol#navigation li#cl1 a:hover{
	color:#f00;
}










/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:653px;
	padding:0;
	margin:30px 0 0;
	background-color:#0858c4;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:633px;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}





