H1 {
	font-size: 14pt;
	color: black;
	margin-top: 8px;
}
H2 {
	font-size: 9pt;
	color: black;
	margin-top: 4px;
}

A:link {
	color: #10249C;
	text-decoration: none;
}

A:Visited {
	text-decoration: none;
}

A:Active {
	text-decoration: none;
}

A:Hover {
	color: #6600ff;
	text-decoration: none;
}

.textmenuitem {
	font-family: Verdana;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
.textmenuitem1 {
	font-family: Verdana;
	color: black;
	font-weight: normal;
	font-size: 7pt;
}
.more {
	color: yellow;
	font-style: italic;
}

.warning {
	color: red;
}

.texttoolbar {
	font-size: 8pt;
}

.layertoolbar {
	position: relative;
}

.centercolumn {
	width: 700px;
	clear: both;
}

body {
	font-family: Verdana;
	font-size: 9pt;
	background-color: #C9E3BB;
	text-align: center;
}

label,input { /* for auto-aligning inside form */
	display: block;
	width: auto;
	float: left;
	margin-bottom: 10px;
}

label { /* for auto-aligning inside form */
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

br { /* for auto-aligning inside form */
	clear: left;
}

.right {
	float: right;
}

.left {
	float: left;
	padding-left:260px;
}

.center { /* centers text in the middle */
	text-align: center;
}

#container { /* standard  container */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 700px;
	text-align: left;
}

#widecontainer { /* Takes the full page */
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#leftpanel { /* Panel takes half of the space at the left*/
	width: 75%;
	float: left;
}

#rightpanel { /* Panel takes half of the space at the left*/
	width: 50%;
	float: right;
}

#leftthird { /* 1/3 width, left panel */ 
	width: 33%;
	float: left;
}

#rightthird { /* 1/3 width, left panel */ 
	width: 33%;
	float: right;
}
.style1 {font-size: 9pt}
.style2 {color: #FF0000;
}
.style3 {font-size: 8pt;
}

.centercolumn {
	width: 700px;
	
}
#mainpart {
width: 705px;
float: none;
}
#column1 {
	float:left;
	width: 20%;
}
#column2 {
	float:left;
	width: 50%;
	margin-left:5px;
	padding-left:3px;
	padding-right:3px;
}
#column3 {
	float:right;
	width: 28%;
}
#column4 {
	float:left;
	width: 71%;
}
#column5 {
	float:right;
	width: 28%;
	margin-left:5px;
}

