body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EAFBFF;
	background-position: left top;
	margin: 20px 0px;

}

table.mainTable {
	background-color: #EAFBFF;

}

 .inputbox {
	BORDER: #000000 1px solid;
	PADDING: 2;
}
  
ul {
	line-height: 30px;
	font-weight: bold;
}

h1 {
	font-size: 26px;
	color: #088439;
}



/**/
/* Links in left hand column */
a.lhlinks, a.lhlinks:active, a.lhlinks:visited, a.lhlinks:link {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 15px;
	font-weight: bold;
	color: #077834;
	text-decoration: none;
	white-space: nowrap;
	text-transform: capitalize;




}


a.lhlinks:hover{
	color: #FF0000;
}





h3 {
	font-size: 24px;
	font-weight: normal;
	color: #006600;




}

img.ImgBorder,.ImgBorder img{
	border: 1px solid;
	margin: 10px;
	color: black;
}

.NoImgBorder, .ImgBorder .NoImgBorder{
	border: 0px solid;
	margin: 0px;
	color: red;
}

table.navtable td{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 16px;

/*	padding-left: 15px; */



}
.column1 {
	width: 180px;
}
.column2 {
	width: 540px;
}
/* Global font*/
td, p, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table.headerTable {
	background-color: #EAFBFF;
	height: 165px;


}


/* Pop up image border & margins */
#popup img{
	border: 1px solid #000000;
	margin: 13px;
	/* Make a pointer appear over image */
	cursor:pointer;
	cursor:hand;
}

