html {overflow-x: hidden;}
body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* line-height:1.6em; */
	/* color: #000000; */
	/* text-align: left; */
	/* background: url(body-bg.gif) repeat-x #9CB5C6; */
	margin: 0;
}

a {
	color:#004400;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}
dt {
font-weight:bold;
}
dd {
line-height:1.5em;
margin-left:2em;
}
header {
	background: url(header.png) no-repeat #ffffff;
	/* margin: 0px auto; */
	height: 100px;
	background-clip: content-box;
}
header #title {
	padding: 20px 0px 0px 80px;
	font-size:20px;
	/* font-weight: bold; */
}
header #title a {
	text-decoration: none;
	cursor:pointer;
}
#herald{
float:right;
margin-top: 21px;
margin-right: 17px;
/* text-align:right; */
max-width:200px;
}
#herald a{
margin-left:4px;
}

#topmenu {
	/* width:800px; */
	/* background: url(page-bg-light.gif) repeat-y #ffffff; */
	/* margin: 0px auto; */
	padding: 5px 15px;
}
#topmenu ul {
	/* background: rgba(0,60,10,0.2); */
	/* width: 800px; */
	/* height: 20px; */
	text-align: right;
}
nav li {
	display: inline;
	list-style : none;
	/* padding:0px; */
	/* margin:0px; */
	/* float:left; */
}
#topmenu li a {
	/* font-size:12px; */
	/* float:left; */
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	color: gray;
	text-decoration:none;
	padding: 3px 16px;
	font-family: Arial, Helvetica;
	font-stretch: extra-expanded;
	font-variant: small-caps;
	/* margin:0px; */
}
#topmenu li a:hover {
	background: rgba(128, 128, 128, 0.75);
	color: white !important;
}
#topmenu li.current a {
	/* background: rgba(142,220,0,0.8); */
	color: black;
	/* opacity: .8; */
	text-shadow: -1px 1px 10px #ff0, 1px -1px 10px #00FF20;
}

aside{display:none}

@media (min-width:768px){
aside {
	display: block;
	float: right;
	width: 194px;
padding-top:15px;
	padding-bottom: 30px;
	padding-right:50px;
/* 	background: url(left-top.png) no-repeat left 2px; */
/* 	min-height:300px; */
}
}
@media (min-width:800px){
body{
	width:800px;
	margin:0 auto;
}
}
aside ul{
	margin-left:15px;
	background:#e8ff36;
	border:ridge #008888 3px;
	padding: 10px;
}
aside dd, #leftmenu dt {
	font: 1em Arial;
	list-style: none;
	display: block;
margin-left:0em;
}
aside dt {
	font: 1.4em Arial;
	width: 150px;
	padding: 0px 0px 10px 15px;
	font-weight: bold;
}
aside dd {
	width: 164px;
	background: url(left-link.png) no-repeat 0px 6px;
	text-decoration: none;
}
aside dd.current {
	background: url(left-current.png) 0px 6px no-repeat;
}
aside dd.current a {
	color: #000000;
}
aside dd:hover {
	background: url(left-active.png) 0px 6px no-repeat;
}
aside a {
	padding: 8px 10px 8px 23px;
	text-decoration: none;
	display:block;
}
aside a:hover {
	text-decoration: none;
}


main {
	min-height:180px;
}
main > section, div#mw-content-text {
    padding: 0 1em;
}

main h1 {
	font-size: 1.6em;
	font-family: Helvetica,Arial;
	padding-bottom: 10px;
}
main h2 {
	font-size: 1.4em;
	font-family: Helvetica,Arial;
	color: #386262;
	padding: 17px 0px 2px 0px;
	margin: 0;
}
main h3 {
	font-size: 1.2em;
	font-family: Helvetica,Arial;
	color: #386262;
	padding: 15px 0px 0px 0px;
}
main p {
	color: #333333;
	line-height: 1.8em;
	padding: 10px 0px 10px 10px;
}
main ul, main ol {
/*	padding: 10px 0px 10px 25px;
	line-height: 1.8em;*/
}
main a.external {
    background: url("external-link-ltr-icon.png") no-repeat scroll right center transparent;
    padding: 0 13px 0 0;
}
main a.mw-redirect{
text-decoration:none;
color:#333333;
}
main a.new{
text-decoration:none;
color:#333333;
}
main figure img{
	max-width: 100%;
}
/*main img {
	float: right;
	margin: 5px 10px;
	border: 2px solid #eeeeee;
	clear:both;
}
li img, p img{
float:none;
border:0;
margin:0;
}
*/
footer {
	clear: both;
	text-align:center;
	font-size: .8em;
	color: gray;
	padding: 1em 0;
}

footer a { color: #333333; text-decoration: none; border: none; }
footer a:hover { color: #000000; }

nav ul{
	margin: 0;
	padding: 0;
}

#tutu {
	/* width: 665px; */
	float:left;

	background: url(tutu-bg.gif) no-repeat top right;
	height: 36px;
	padding: 10px 20px 0 0;
	/* text-align: left; */
	font-size: 1.2em;
}
#tutu li {
	height: 30px;
	background: url(tutu-arrow.gif) no-repeat scroll left center;
	/* display: inline; */
	/* float: left; */
	padding: 1px 10px 2px 25px;
}
#tutu li.home {
	background: none;
	padding: 7px 5px 0px 10px;
}
#tutu li a {
	color:#004400;
}
#tutu .home img {
    vertical-align: middle;
}

#back {
	width: 112px;
	float: right;

	background: url(back-bg.gif) no-repeat top right;
	height: 36px;
	font-size:1.2em;
	padding: 10px 0px 0px 10px;
}
#back a{
	color:#004400;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}
.printfooter{
	font-size: 2.5px;
	text-align:right;
}
.catlinks{
	display: none;
	float:right;
	border:1px gray solid;
}
.catlinks a{
	text-decoration:none;
	padding:3px 8px 6px 8px;
	font-family: Arial, Helvetica;
	margin:0px;
}
.catlinks a:hover{
	text-decoration:underline;
}
.flash{
    position: absolute;
    padding: 10px;
display:none;
top:0;
right:0;
    margin: 10px 10px 10px 10px;
    text-align: center;
    clear: both;
    color: #fff;
    font-size: 11pt;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #93c93c;
    border: 2px solid #fff; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 2;
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}
