@charset "utf-8";
/* CSS Document */

body { background: #fff; }

p { color: #333; line-height: 130%; }
li a, p a { color: #069; font-weight: bold; }
li a:hover, p a:hover { color: #000; text-decoration: none; }
strong { font-weight: bold; color: #000; }
h3 { margin-bottom: 15px; color: #444; font-size: 13px; letter-spacing: -1px; font-weight: bold; }

#container { width: 713px; margin: 0 auto; padding-bottom: 10px; }

	#header { height: 210px; }

	#navigation { overflow: auto; margin: 5px 0; }
	#navigation ul { text-indent: -10000px; list-style: none; margin-left: 5px; }
	#navigation li { float: left; margin: 0 5px; }
		#nav-btn-01, #nav-btn-02,#nav-btn-03, #nav-btn-04, #nav-btn-05 { height: 19px; width: 130px; text-indent: -10000px; overflow: hidden; display: block; }
		#nav-btn-01:hover, #nav-btn-02:hover, #nav-btn-03:hover, #nav-btn-04:hover, #nav-btn-05:hover { background-position: bottom left; }
			#nav-btn-01 { background: url(../images/n-01.jpg) top left no-repeat; }
			#nav-btn-02 { background: url(../images/n-02.jpg) top left no-repeat; }
			#nav-btn-03 { background: url(../images/n-03.jpg) top left no-repeat; }
			#nav-btn-04 { background: url(../images/n-04.jpg) top left no-repeat; }
			#nav-btn-05 { background: url(../images/n-05.jpg) top left no-repeat; }
	
	#content-block { display: block; overflow: auto; padding: 10px; }
		#mainblock { float: left; width: 465px; border-right: 1px solid #0C5497; padding-right: 20px; margin-bottom: 0; }
		#mainblock h1 { margin: 5px 0 25px 0; font-size: 18px; color: #003366; border-bottom: 1px solid #cc9900;}
		#mainblock p { font-size: 11px; margin: 10px 0 15px 0; }
		#mainblock ul { font-size: 11px; }
		#mainblock ul li { margin-bottom: 5px; }
		
		#sidebar { float: right; width: 200px; }

	#thirdbatch { margin: 0 0 30px 0; border-bottom: 1px dashed #333; padding-bottom: 20px; }
	#thirdbatch h1 { font: bold 18px/15px Arial, Helvetica, sans-serif; letter-spacing: -1px; color: #FC0 }
	#thirdbatch p { font: 11px/18px Verdana, Geneva, sans-serif; margin: 15px 0; }

	#footer { clear: both; width: 713px; margin: 0 auto; padding: 10px 0; border-top: 1px solid #0C5497; }
		#footer p { font-size: 11px; color: #555; text-align: center; margin: 10px 0; line-height: 1.1em; }
		#footer p a { color: #0073bf; margin: 0 8px; text-transform: uppercase }
		#footer p a:hover { color: #700; }