html {
	height: 100.01%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
* { 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;	
}

html, body { 
	font-size: 10pt;
}

body {
	background-color: #dfded8;
}

#container {
	background-color: #ffffff;
	width: 90%;
	min-width: 810px;
	max-width: 1000px;
	margin: 10px auto;
	color: #000000;
	border: 1px solid gray;
	line-height: 130%;
}

#navigation {
	float: left;
	width: 245px;
}

#content {
	margin-left: 245px;
	border-left: 1px solid gray;
	margin-right: 246px;
	border-right: 1px solid gray;
	padding: 75px 10px 10px 10px;
	min-height: 402px;
}

#picture {
	float: right;
	width: 246px;
}

#content img {
}

#content img[align="left"] {
	margin-right: 10px;	
}

#content img[align="right"] {
	margin-left: 10px;	
}

#content img[align="center"] {
	margin-right: 10px;	
	margin-left: 10px;	
}

#content table {
	margin: auto;
	padding: auto;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content h1 { 
	color: rgb(145,186,36);
	font-size: 14pt;
	font-weight: 300;
}

#content h2 { 
	color: rgb(145,186,36);
	font-size: 12pt;
	font-weight: 300;
}

#content p {
	margin-top: 11px;
	line-height: 18px;
}

#menu {
	margin-top: 15px;
}

#menu > ul > li.menu-current {
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
}

#menu > ul > li.menu-parent {
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
}

#menu > ul {
	background-color: rgb(145,186,36);
}

#menu ul li {
	background-color: rgb(145,186,36);
	line-height: 22px;
	list-style-type: none;
}

#menu ul ul li {
	border-left: solid 1px gray;
	border-right: dotted 1px gray;
	border-bottom: dotted 1px gray;
}

#menu li a {
	color: #ffffff;
	font-weight: 800;
	padding: 0 1em;
	text-decoration: none;	
}

#menu ul ul {
	visibility: hidden;
	position: relative;
	top: -22px;
	left: 245px; 
	width: 180px;
	height: 0px;
}

#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible; 
}

#menu ul:hover ul ul {
	visibility: hidden;
}

#welcomeheader {
	color: rgb(145,186,36);
	font-weight: 700;	
	padding-left: 1em;
}

#welcometext {
	margin-left: 1em;
	height: 110px;
	width: 215px;
	overflow: auto;
	border: 0px;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: lightgrey;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: gray;
	scrollbar-track-color: #ffffff;	
}

#infotext {
	margin-top: 7px;
	margin-left: 1em;
	height: 60px;
	width: 215px;
	overflow: auto;
	color: rgb(86,86,86);
	vertical-align: bottom;
	font-size: 9pt;
	line-height: 13px;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: lightgrey;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: gray;
	scrollbar-track-color: #ffffff;	
}

#infotext a {
	color: rgb(86,86,86);
}

#infotext a:hover {
	color: rgb(145,186,36);
}
