html, body {
	background-image: url(../images1/backgr_tile.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	/*background-color: #97c6eb;*/
	background-color: #B5B5B5;
	height: 100%;
}
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 {
	/*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;*/
	background-image: url(../images1/main_frame_tile.png);
	background-repeat:repeat-y;
	width:980px;
	height: 100%;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}
#title {
	background-color: #006699;
	height: 3px;
}
#path, #lang {
	font-family:  Verdana;
	font-size: 11px;
	color: #0a0a74;
	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: #0a0a74;
	text-decoration: none;
}
#path a:hover {
	color: #0a0a74;
	text-decoration: underline;
}
#path {
vertical-align: top;
	text-align: left;	
}

#lang {
	vertical-align: top;
	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 {
	width:720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
	background-image:  url(../images1/content_bck.png);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
	padding: 5px;	
}
#add {
	vertical-align: top;
	padding: 5px;
}
#add, #addspacer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #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-family:Verdana;
	font-size: 14px;
	color: #62b13b;
	width: 100%;
	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;
}
.lblRights, .lblRights a
{
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #0a0a74;
}