/* CSS Document */

a:link {
color: #7E8F99;
text-decoration: none;
}
a:visited {
color: #7E8F99;
text-decoration: none;
}
a:active {
color: #7E8F99;
text-decoration: none;
}
a:hover {
color: #7E8F99;
text-decoration: underline;
}

.header1 /* this one is for general text on the website */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #7E8F99;
	background-color: #fff;
	word-wrap: break-word;
	margin-top: 15px;
	margin-right: 44px;
}
.header1_no_align /* this one is for general text on the website */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #7E8F99;
	background-color: #fff;
	word-wrap: break-word;
	margin-top: 15px;
	margin-right: 44px;
}
.controls-edit /* edit boxes on the website */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 10pt;
    display: block;
    border: 2px solid #C0C0C0;
}
.controls-buttons /* buttons on the website */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 10pt;
    display: block;
    border: 1px solid #606060;
}
.boldheading  /* this one is for bold headings used for text on the pages */
{
	font-family: Arial, verdana, "Trebuchet MS";
	font-size: 11pt;
	line-height: 22pt;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #7E8F99;
	background-color: #fff;
	word-wrap: break-word;
}
.lgheading  /* this one is for LARGE headings used for text on the pages */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 13pt;
	line-height: 15pt;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #ffa500;
	background-color: #fff;
	word-wrap: break-word;
}
.pheader1  /* this one is for press release text */
{
	font-family: Arial, verdana, Trebuchet MS;
	font-size: 8pt;
	line-height: 9pt;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #7E8F99;
	background-color: #fff;
	word-wrap: break-word;
	margin-top: 15px;
	margin-left: 5px;
}
.pic1  /* this one is used for FIRST image under the left hand menu */
{
/*	margin-top: 12px;
	background-image: url(images/orangebg.jpg);
	width: 151px; 
	height: 104px; */
}
.pic2  /* this one is used for SECOND image under the left hand menu */
{
/*	margin-top: 12px;
	background-image: url(images/orangebg.jpg);
	width: 151px; 
	height: 104px; */
}
.pic3  /* this one is used for THIRD image under the left hand menu */
{
/*	margin-top: 12px;
	background-image: url(images/orangebg.jpg);
	width: 151px; 
	height: 104px; */
}
.liststyle /* this is used to define the list bullet point image and other list properties */
{
margin: 10px;
list-style-image: url('images/bullet1.gif');
list-style-position: none;
border: 0px none; 
padding-left: 5px; 
padding-right: 15px; 
padding-top: 0; 
padding-bottom: 0; 
}

li /* this one is used to define the margin between two bullet pointed lines. */ 
{
margin: 10px;
}
