html, body {
	background-color: #D9D9D9;
	margin: 0px;
	padding: 0px;
	height: 100%;
	clear:both;
}
a, a:link, a:visited, a:active {
	color: #006699;
}
a:hover {
	color:#003366;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#maintbl {
	width: 990px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
#title {
	background-color: #006699;
	height: 3px;
}
#path, #lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	height: 3px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#path a:link, #path a:active, #path a:visited {
	color: #333333;
	text-decoration: none;
}
#path a:hover {
	color: #003366;
	text-decoration: underline;
}
#lang {
	vertical-align: middle;
	text-align: right;
}
#lang a, #lang a:link, #lang a:active, #lang a:visited {
	color: #003366;
	text-decoration: none;
	background-image: url(../images/level_pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}
#lang a:hover {
	text-decoration: underline;
}
#content, #contentx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content {	
	vertical-align: top;
	padding: 8px 7px 8px 7px;
	/*border-left: 1px solid;
    border-right: 1px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;*/	
}
#contentx {
	padding-top: 12px;
	padding-right: 0px;
}
#contentx div.contentx {
	width: 650px;
	padding: 0px;
	margin: 0px;
	/* overflow: visible;
	overflow-x: auto; 
	overflow-y: hidden; 
	padding-bottom: 15px; */
}
#add {
	vertical-align: top;
	padding: 5px;
}

#add, #addspacer {
	border-left: 1px solid #999999;
	border-right: 0px solid #999999;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	background-color: #F0F0F0;
}

#credit {	
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	height: 3px;
}
#credit a, #credit a:link, #credit a:active, #credit a:visited, #credit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 5px;
}
#search, #searchfld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
#search{
	color: #666666;
}
.fix {
	padding: 0;
	margin: 0;
}
.pagetitle {
	font-size: 16px;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-weight: bold;
}
#activeicons {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: bottom;
	text-align: right;
}
.toplink {
	text-align: right;
	vertical-align: bottom;
	padding: 8px;
}