body {
	margin: 10px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	font-family: Verdana, Arial;
	font-size: 8pt;	
}
img {border: 0;}
h1, h4 {
	font-size: 140%;	
	font-weight: bold;
}
h3 {
	font-size: 115%;	
	font-weight: bold;
}
h5 {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}
a:link, a:visited, a:active, a:hover {
  color: #106110;
}
pre{text-align:left}
#container {
	width: 787px;	/* Moz 785; Ie 787 */	/* 670 - 465 - 199 = 6 */	/* 604 - 458px image width */
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;/* this is the background colour of the right column */
	border: 1px solid #ADADAD;
	text-align:left;
}
#content {
	/* border: 1px solid #000; */
	padding: 0;
	/* background-image: url(images/navbg.gif); */ /*this is the background colour of the left column */
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	float:left;
/*	border-right:1px dotted #7384F7; */
	width:181px;	/* 199px */
	background: url('../images/border.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 10px;
}
#right {
	float:left;
	width:605px; /* 465 */ /* Moz 603; Ie 605 */
	/* border:1px solid red; */
	margin-left:-1px;/* makes border line up with #left border */
	background: url('../images/border.gif');
	background-repeat: repeat-y;
	background-position: left;
	padding-left:1px;
}
/* #right img {margin-left:2px;} */
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6, #right p, #right table, #right ul {
	margin-left: 10px;
	margin-right: 10px;
}
#right li, td, a{
	font-family: Verdana, Arial;
	font-size: 8pt;	
}
#header, #footer {
	background:#FFFFCC;
	text-align:center;
}
#header h1, #footer h1 {margin:0}
#header ul, #header li {display:inline; padding:0; margin:0;}
.toplogobox, .topmenubox, .topmenuboxlast {
	color: blue;
	width: 181px;
	height: 107px;
	color: white;
	text-align: center;
	background: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: right bottom; /*  */
	float: left;
	text-decoration: none;
/*	border-bottom:1px dotted #7384F7; */
}
.topmenubox {width: 121px;}
.topmenuboxlast {width: 120px;}
.toplogotext, .topmenutext, .topmenutextlast {
	background-color: #106110; 
	vertical-align: middle;
	padding: 6px 0;
	font-weight: bold;
/*	height: 25px; */
	width: 180px;
	text-decoration: none;
}
.topmenutext {width: 120px; }
.topmenutext a, .topmenutextlast a {color: white;}
.topmenutextlast {width: 120px;}
.toplogotext ul, .toplogotext li, .toplogotext a{margin:0; padding:0; display:inline; padding-top: 0;}
.toplogoimage, .toplogoimagelast {	
	background: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
/*	width: 181px; */
	height: 81px;
	text-align:left;
}
/*.toplogoimagelast img{width: 120px;}*/
#footer {background:#B8BBA8;}
/* menu */
#left ul, #left li{ list-style: none; margin:0; padding:0}
#left li {
	padding:0;
	margin:0;
	font-size: 125%;
	line-height:1px;/**/
}
#left ul li a{
	color: #106110;
	/*font-size: 125%;*/
	font-weight: bold;	
	font-family: Arial;   
	display: block;
	text-decoration: none;
	background: url('../images/line.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height:15px;
}
#left li a.high, #left li a.selected{	background-color: rgb(200, 200, 200);}
#left li a.selected{
    background-image: url('../images/mnuSelected.gif'); 
	background-repeat: no-repeat;
	background-position: 1px 9px;
}
#left li a.submenu, #left li a.submenuselected, #left li a.submenuhigh{
	/*font-size: 100%;*/
	padding-left: 20px;
	background: url();
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:12px;/**/
}
#left li a.submenuselected{
	background-color: rgb(220, 220, 220);
    background-image: url('../images/mnuSelected.gif'); 
	background-repeat: no-repeat;
	background-position: 1px 4px;
}
#left li a:hover {
	background-color: rgb(200, 200, 255);
}
#left li a.uno{padding-left: 30px;}
#news{
	float: right; 
	margin-left: -1px;
	width: 120px; 
	min-height: 500px; 
	background: url('../images/border.gif'); 
	background-repeat: repeat-y; 
	background-position: left; 
}
#news div{
	padding-left: 5px;
	width: 115px;
}/*
#news h1, #news h2, #news h3, #news h4, #news h5, #news h6, #news p, #news table {
	margin-left: 2px;
	margin-right: 2px;
}
*/
.formbox  {
	border: 1px solid #7070CA;	
	margin: 20px;
}
.formbox table {
	font-size: 90%;
}
.formboxtitle {
	border-bottom: 1px solid #7070CA;
	font-size: 130%;
	font-weight: bold;
	padding-left: 5px;
	background-color: #E5E5F3;
}
.formfield {
	font-size: 10;
	border: 1px solid #909090;
}