@media screen {
body{
	background: #009900;
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
html {
		overflow-y: scroll;
}
form {
	margin: 0;
}
img {
	border: 0px;
	font-size: 9px;
	color: #ccc;
}
#centerer {
	display: block;
	background: url(images/bg_body.png) top center no-repeat #009900;
}
#container {
	width: 780px;
	background: #65cc01;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header {
	background-color: #009900;
	width: 780px;
	height: 120px;
	margin: 0px;
	font-size: 14px;
	color: #ffffff;	
}
#header img{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 14px;
}
#menu {
	float: left;
	width: 185px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 15px;
	color: #007700;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sdocs {
	padding: 1px;
}
.clear {
	clear: both;
}
#menu ul li {
	background: #fff;
	text-indent: 3px;
	line-height: 22px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#menu ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#menu ul ul li {
	background: #fff;
	text-indent: 6px;
}
#menu ul ul ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul ul ul li {
	background: #fff;
	text-indent: 9px;
}
#menu ul li a {
	display:block;
	width: 183px;
	font-size: 11px;
	text-decoration: none;
	background: #65dd01;
	color: #007700;
	border-top: 1px solid #a0df62;
	border-right: 1px solid #224600;
	border-bottom: 1px solid #224600;
	border-left: 1px solid #a0df62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu ul li a:hover {
	color: #00aa00;
	}
#menu ul ul li a {
	width: 177px;
	margin: 0px 0px 0px 5px;
	background: #a0df62;
	color: #008800;
	border-top: 1px solid #c4ec9e;
	border-right: 1px solid #448901;
	border-bottom: 1px solid #448901;
	border-left: 1px solid #c4ec9e;
}
#menu ul ul li a:hover {
	color: #00bb00;
	}
#menu ul ul ul li a {
	width: 172px;
	margin: 0px 0px 0px 10px;
	background: #c4ec9e;
	color: #009900;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #65cc01;
	border-bottom: 1px solid #65cc01;
	border-left: 1px solid #ffffff;
}
#menu ul ul ul li a:hover {
	color: #00cc00;
	}
#searchbox .text, #content .text {
	font-size: 10px;
	background: #c4ec9e;
	border: 1px solid #009900;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#searchbox .text {
	width: 100px;
}
#content .text {
	width: 200px;
}
#searchbox .submit,
#content .submit {
	font-size: 10px;
	font-weight: bold;
	background: #65dd01;
	color: #007700;
	border: 1px solid #009900;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content {
	background: #ffffff;
	float: right;
	width: 550px;
	min-height: 350px;
	padding: 10px 15px 170px 15px; 
	margin: 0px;
	font-size: 12px;
}
#content h1, h2, h3 {
	background: url(images/bg_headline.png) top left no-repeat #fff;
	margin: 0px 0px 22px 0px;
	padding: 2px 0px 2px 30px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #007700;
}
#content h4 {
	margin: 14px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #007700;
}
#content h5 {
	margin: 10px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	}
#content p {
	margin: 0px 0px 10px 0px;
	text-align: left;
	line-height: 16px;
}
#content a {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	color: #009900;
	padding: 0px 1px 0px 1px;
}
#content a:hover {
	background: #009900;
	color: #fff;
}
#content hr {
	background: url(images/bg_hr.png) center left no-repeat #fff;
	height: 5px;
	border: 1px solid #fff;
}
#content img {
	max-width: 540px;
	margin: 5px;
}
#content form img {
	max-width: 490px;
	margin: 5px;
}
#content .edit img {
	margin: 1px;
	padding: 0px;
}
#content table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	border: 1px solid #009900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content td {
	padding: 4px;
	background: #c4ec9e;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #65cc01;
	border-bottom: 1px solid #65cc01;
	border-left: 1px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content th {
	padding: 4px;
	background: #a0df62;
	font-weight: bold;
	border-top: 1px solid #c4ec9e;
	border-right: 1px solid #448901;
	border-bottom: 1px solid #448901;
	border-left: 1px solid #c4ec9e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#content ul {
	list-style-image: url(images/bullet_ul.png);
	list-style-position:  outside;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 0px 28px;
	padding: 0px;
}
#content ul li, #content ol li {
	text-indent: 0px;
	line-height: 22px;
}
#content ul ul li, #content ol ol li {
	text-indent: 10px;
}
#content ul ul ul li, #content ol ol ol li {
	text-indent: 20px;
}*/
#content textarea {
	width: 545px;
	background: #c4ec9e;
	border: 1px solid #009900;
	margin: 5px 0px 15px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.top {
	margin: 25px 0px 0px 0px;
	font-size: 8px;
}
#footer {
	height: 133px;
	padding-top: 80px;
	background: url(images/footer.png) top center no-repeat #009900;
}
#footer,
#footer a {
	font-size: 10px;
	color: #65cc01;
}
#footer a:hover {
	font-size: 10px;
	color: #ffffff;
}
.login {
	font-weight: bold;
	font-size: 8px;
	color: grey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
.navigator {
	font-weight: bold;
	font-size: 10px;
	color: white;
}
.navigator a:link, .navigator a:visited {
	color: #c0c0c0;
}
.navigator a:active, .navigator a:hover {
	color: white;
}
.retrieve {
	background: #ffffff;
}
.edit {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

} /*END SCREEN*/


@media print {
#body {
	font-family: verdana, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#menu {
	visibility: hidden;
	height: 1cm;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	font-size: 14pt;
	color: #009900;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#header img{
	border: 0px;
}
#content {
	text-align: left;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#content h1, h2, h3 {
	border-bottom: 1pt solid #009900;
	font-size: 14pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#content ul {
	list-style-image: url(images/bullet_ul.png);
	font-size: 10pt;
	}
#footer, #footer a {
	color: gray;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	width: 18cm;
}		
}/*END PRINT*/