@import url("stage1.css");
@import url("button.css");



body {
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fdfaf1;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {font-size: 10px}


#page{
	width:678px;
	margin:0 auto;
	background:#FFFFFF;
	border:1px solid #fff;
	}
	
	
/*menu	*/
	
#menu{
	background:#0599b7;
	padding:3px;
	overflow:hidden;
	height:15px;
	}


#menu .l{
	width:580px;
	float:left;
	}


#menu .r{
	text-align:right;
	padding-left:580px;
	}


#menu ul{
	padding:0; margin:0;
	list-style:none;
	}
	
#menu li{
	display:inline;
	color:#FFFFFF;
	border-right:1px solid #e5f2f8;
	
	
	}


#menu a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	line-height:15px;
	padding:0 10px;
	}
	
#menu a:hover{
	color: #c5eafc;
	}
	
	
/*info*/	
	
	
#info {
	background:#f1f1f1;
	padding:3px 10px;
	color:#666666;
	}	
	
	
#info a{
	color:#666666;	
	text-decoration:none
	}
	
#info a:hover{
	color: #258dbf
	}
	
	
/*footer*/
	
#footer{
	font-size: 10px;
	background:#258dbf;
	line-height:20px;
	color:#FFFFFF;
	margin:0px;
	}
	
	
#footer .l{
	width:530px;
	float:left;
	}


#footer.r{
	text-align:right;
	padding-right:0px;
	color:#FFFFFF;
	
	}


#footer ul{
	padding:0; margin:0;
	list-style:none;
	}
	
#footer li{
	display:inline;
	color:#FFFFFF;
	border-right:1px solid #c5eafc;
	
	
	}


#footer a{
	text-decoration:none;
	font-weight: normal;
	color:#FFFFFF;
	line-height:15px;
	padding:0 5px;
	}
	
#footer a:hover{
	color: #c5eafc;

	}	
		
/*content========================================*/
#content {
	margin:19px;
	width:640px;
	line-height:normal;
	overflow:hidden;
	background-repeat: repeat;
	background:#fff;
	display:block;
	margin-bottom:0
}

#pri {
	width:450px;
	float:left;
	padding:0 10px; 
	
}



#content a{
	color: #005FA9;
	text-decoration:none;
}


#content p{
	margin:10px 0;
	margin-bottom:0px;
	/*line-height:18px;*/
	}


#content h1 {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	background :url(../images/dotted_gray3.gif) left bottom repeat-x;
	padding-bottom:3px;
	margin-bottom:10px;

}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #C40019;
	margin:0;
	padding-bottom:4px;
	padding-top:10px;
}


#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background:#f8efda;
	padding:2px 5px;
	margin:10px 0;
}

#content h4 {
	font-size:14px;
	color:#258DBF;
	font-weight:bold;
	margin:10px 0;
}

#content h5 {
	font-size: 11px;
	font-weight: normal;
	color: #258DBF;
	background :url(../images/dotted_gray3.gif) left bottom repeat-x;
	padding-bottom:5px;

}

#content ul {
	padding:0 5px;
	list-style:square;
}

#content li {
	line-height:18px;
}


.photolegende {
background :url(../images/dotted_gray3.gif) #EAE7E5 left bottom repeat-x;
border-top:2px solid white;
color:#666666;
font-size:10px;
line-height:13px;
padding:5px 10px 8px 5px;
text-align:right;
margin:2px 0;
}

.title
 {color:#FFFFFF;
 font-size:14px;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	margin:2px 0;
 }

#disc ul {
	padding:0 0;
	list-style:decimal;
}

#disc li {
	line-height:18px;
}

#logo {
margin-left:40px;
margin-top:56px;
}

#logo_qna {
margin-left:440px;
margin-top:0px;
}

#qna {
	font-size:11px;
	font-weight: normal;
	color: #15A6C5;
}

#qna ul {
	padding:0 0;
	list-style:decimal;
}

#qna li {
	line-height:25px;
}

#qna a{
	color: #15A6C5;
	text-decoration:none;
	font-size: 11px;
	}
	
#qna a:hover{
	background-color:#CEDEED;
	}	
 
#sidebar {
	/*float: right;*/
	width:170px;
	background:#e8ebda;
	font-size:11px;
}

#sidebar p{
	padding:6px;
	margin:0;
}

#sidebar .tit{
	background:url(../images/bg-boxtitle-green.gif) top left repeat-x ;
	padding:2px 4px;
	border-bottom:2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	width:100%
	
	}
