@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 0;
	background-color:#035203;
	text-shadow: #000 0 0 0;
}

.wrapper {
	width:auto;
	height:auto;
	margin-bottom: 14px;
	margin-top: 14px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
	background-color: #FFF;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	width: 960px;
	max-width: 85%;
	height: auto;
	padding-right: 16px;
	padding-top: 20px;
	padding-left: 16px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}

.banner {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:auto;
	max-height: 100%;
	max-width: 100%;
	clear:both;
	overflow:hidden;
	display:inline-block;
	position:relative;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
	border: 2px solid #000;
}

.banner img  {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto\9; /* ie8 */
	border:none;
	padding-left: 0;
	vertical-align:central;
}


img {
	max-width: 100%;
	height: auto;
	max-height: 25px;
	width: auto\9; /* ie8 */
	vertical-align: middle;
	border:none;
	padding-left: 8px;
}

li {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	width: 100%;
	list-style:none;
	line-height: 2;
	margin-left: -28px;
	padding-left: 15px;
	background-color:#f6f6f6;
	box-flex: 1;
	overflow:hidden;
}

.headerC {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	width: 103%;
	list-style: none;
	line-height: 2;
	margin-left: -40px;
	padding-left: 15px;
	margin-bottom: 1px;
	background-color: #060;
	overflow:hidden;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
	font-size: 24px;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
	color: #fafafa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: 2px 2px 1px #000;
	text-shadow: 2px 2px 1px #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.listSub{
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	-moz-border-radius: 25px 10px / 10px 25px;
	border-radius: 25px 10px / 10px 25px;
	width: 103%;
	list-style: none;
	line-height: 2;
	margin-left: -40px;
	padding-left: 15px;
	background-color: #72AD72;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.uDivide {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px dashed #000;
	width: 100%;
	height: 1px;
	display:inline-block;
	overflow:hidden;
}

li a:link {
	color:#000;
	font-weight:normal;
	border: none;
}

li a:visited {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	border: none;
}

li a:hover {
	color: #FFB76F;
	font-weight: bold;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

li a:active {
	color:#000;
	border: none;
	text-decoration:none;
	font-weight:normal;
	border: none;
}