body {
	background: #4e6036;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #444;
	margin: 0;
	}

a img { border: none; }
a {
	text-decoration: none;
	color: #7D9D53;
	font-weight: bold;
	}

a:hover {
	color: #4E672D;
	text-decoration: none;
	}

h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

p {
	margin: 0;
	margin-bottom: 1em;
	}

h2 {
	font-size: 20px;
	margin: 0;
	margin-top: 10px;
	}

.page {
	width: 109ex;
	margin: auto;
	padding: 1ex;
	margin-top: 4ex;
	}

/************/
/***HEADER***/
.hw { 
	width: 79ex;
	margin: 2ex;
	margin-right: 0;
	margin-bottom: 1ex;
	background-color: #99BB66;
	background: url("images/header_bg.gif") repeat;
	}

.hw .ww {
	background: url("images/header_left.gif") left no-repeat;
	}
/*
.hw .ww .ww {
	background: url("images/header_right.gif") right no-repeat;
	}*/

.header {/*border: #f00 dashed 1px;*/
	margin-left: 1ex;
	width: 77ex;
	height: 169px;
	text-align: center;
	}
.header h1 {
	margin: 0;
	height: 104px;
	padding-top: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	}

ul.menu {
	width: 72ex;
	padding: 0;
	height: 32px;
	margin: auto;
	}

ul.menu li {
	border: 0px solid #4e6036;
	border-left-width: 2px;
	width: 14ex;
	height: 34px;
	/*The padding is half of the heght, 
	it is compensated in the link css*/
	padding: 0;
	text-align: center;
	overflow: hidden;
	float: left;
	}

/* IE and it's non-working selectors: */
ul.menu li.first-child {
	border: none;
	}

ul.menu li a {
	height: 5ex;
	padding-top: 17px;
	padding: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin: auto;
	/*This is a trick that makes the text
	centered and staying centered even 
	if the text is made larger: */
	display: block;
	margin-top: -.7em;
	/*========*/
	}
ul.menu li a:hover {
	color: #fc4;
	background: #250;
	}

/************/
/***CONTENT***/
.cw {
	/*border: #4e6036 solid 0px;*/
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 6px;
	background: #F6F7F5;
	}
.cw .w {
	background-image: url("images/corner_top_left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
.cw .w .w {
	background-image: url("images/corner_top_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}
.content {
	margin: auto;
	margin-left: 2ex;
	padding: 3ex 1ex 2em 1ex;
	}
.updated {
	margin-top: 0ex;
    font-size: 9pt
	}
.contleft {
	float: left;
	width: 76ex;
	}
/************/
/***SIDEBAR***/
.sw {
	width: 28ex;
	float: right;
	}
.sw .ww {
	background-image: url("images/sidebar_top_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}
.sw {
	background-color: #ddd;
	background-image: url("images/sidebar_bottom_left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	}
.sidebar {
	padding: 20px;
	}
.sidecont {
	padding: 7px;
	padding-top: 0;
	}

.sidebar h1 {
	min-height: 2em;
	line-height: 1.5em;
	margin: -20px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 20px;
	background: #069;
	color: #fff;
	}

.sidebar h1 {
	background-image: url("images/sidebar_h1_top_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}

.sidecont div.box {
	background: #eee;
	padding: 8px;
	text-align: center;
	margin: 16px -18px;
	-moz-border-radius: 10px;
	}
.sidecont div.box a {
	color: #fa3;
	}
.sidecont div.box a:hover {
	color: #f82;
	}

.sidecont h2 {
	margin: 0;
	font-size: 13pt; 
	font-weight: bold;
	line-height: 12pt;
	}

.sidecont a {
	font-weight: bold;
	color: #069;
	}
.sidecont a:hover {
	font-weight: bold;
	color: #024;
	}

.sidecont ul {
	margin-left: 0px;
	padding-left: 4px;
	}

.sidecont p {
	margin: 0;
	}

/************/
/***FOOTER***/
.footer {
	margin: 0;
	text-align: center;
	background: #031828;
	color: #9AA3A9;
	top: 20px;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	min-height: 6em;
	padding-top: 10px;
	}
.footer .copyright{
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	margin: auto;
	}
.footer a {
	color: #B4BABF;
	font-weight: bold;
	}
.footer .copyright a {
	font-weight: bold;
	}
.footer a:hover {
	color: #69399;
	text-decoration: underline;
	}
.footer .copyright .footlogo{
	float: left;
	}

.command { border-left: 10px solid #eee; border-top: 10px solid #eee;
        background: white }

.nextver { border-left: 1px solid black; padding-left: 2px }
.nvtitle { font-size: smaller; font-color: #ccc; background: yellow  }
.nvlabel { color:red;font-weight:bold }

