@charset "utf-8";
/* CSS Document */
body {margin:10px 0; padding:0; background:url(../_pictures/bg.jpg) #0c0 repeat-x top; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}
body a {
	color:#009933;
	text-decoration:none;
	outline-color: #00FF00;
}
div#WrapTop {margin:0 auto; padding:0 10px; width:900px; height:15px; background:url(../_pictures/wrapTbg.png) repeat-y center;}
div#pageWrap {margin:0 auto; padding:0 10px; width:900px; background:url(../_pictures/wrapCbg.png) repeat-y center;}
div#WrapBottom {margin:0 auto; padding:0 10px; width:900px; height:15px; background:url(../_pictures/wrapBbg.png) repeat-y center; clear:both;}

div#hdr {height:200px; background:url(../_pictures/hdrBG.jpg) no-repeat top center; display:table;}
	div#menu{height:20px; width:880px; margin:170px 10px 0 10px; text-align:right; font-size:16px;}
	ul#nav {margin:0; padding:0; padding:0; list-style-type:none; float:right; height:20px;}
	ul#nav li {display:inline; margin:0px; font-size:16px; font-weight:bold;}
	ul#nav li a {float:left; display:block; text-decoration:none; margin:0; padding:0 5px; color:#000000; border-right:solid 2px #000000;}
	ul#nav li a:hover , #nav li a:focus , #nav li.active a {color:#003300; border-bottom:solid 1px #030;}
		ul#nav li a.last {border-right:solid 0px;}
		.active {color:#003300;}
div#picRoll {height:120px;}
	div#picRoll img {margin:0; padding:0; border:0px; float:left;}
	div#fadeshow1 {margin:0; padding:0; border:0px; float:left;}
	div#fadeshow2 {margin:0; padding:0; border:0px; float:left;}
	div#fadeshow3 {margin:0; padding:0; border:0px; float:left;}
	div#fadeshow4 {margin:0; padding:0; border:0px; float:left;}
	div#fadeshow5 {margin:0; padding:0; border:0px; float:left;}

div#cntWrap {min-height:100%; background:#000000; display:table;}
	div#cntLEFT {
	width:190px;
	height:auto;
	display:table-column-group;
	background:#000000;
	float:left;
	padding:5px;
}
	div#cntCNT {width:480px; padding:10px; height:100%; background:#FFF; float:left;}
		div#cntArticle {
	border-bottom:#999999 1px solid;
	font-size:18px;
	padding:0 10px;
	background-color: #CCCCCC;
} 
			.top {background:#E0E0E0;}
		div#cntCNT .h1 {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#003300;
}
	div#cntRIGHT {width:190px; height:100%; background:#000000; float:right; padding:5px;}
	
	div#infoTOP {background:url(../_pictures/infoTOP.png) no-repeat bottom center; height:25px; text-align:center;}
		div#infoTOP .h1 {text-align:center; font-size:16px; font-weight:bold;}
	div#infoMID {background:url(../_pictures/infoMID.png) repeat-y center; text-align:center;}
	div#infoBTM {
	background:url(../_pictures/infoBTM.png) no-repeat top center;
	height:25px;
	text-align:center;
	color: #00FF00;
	border-color: #00CC00;
	border-bottom-color: #FFFFFF;
}
.feedbackForm {width:500px; float:left;}
	.feedbackLabel {display:block; float:left; width:100px; text-align:right; margin:5px 0 0 0; font-size:12px;}
	.feedbackInput {display:block; width:250px;margin:5px 0 0 0;}
	.feedbackArticle {display:block; width:250px; height:150px; margin:5px 0 0 100px;}
.fullWidth {width:880px;}
.clear {clear:both; width:900px; height:1px; background:#000000;}
