/* Page BODY definition - universal to all pages and otherwise undefined text */
BODY {
	background-image: url(greenbg.jpg);
	background-color : #ECEFE4;
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Times New Roman, Trebuchet MS, Georgia;
/*	font-weight : normal; */
	font-size: 15px;
	color: #000000;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
}

/* Standard Page Links */
a:link, a:visited {
	color: #1e1e91;
	text-decoration: none;
}

/* Standard Page Links - What happens when you hover your mouse over a link text */
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

/* Main Menu - All non-link text - note the BOLD */
.mainMenu {
	font-family: Times New Roman, Trebuchet MS, Georgia;
	font-size: 12px;
	font-weight : bold;
	color: #000000;
}

/* Main Menu - Links and Visited Links - note the NORMAL */
.mainMenu a:link, .mainMenu a:visited {
	font-family: Times New Roman, Trebuchet MS, Georgia;
	font-size: 12px;
	color: #000066;
	font-weight : normal;
	text-decoration: underline;
}

/* Main Menu - What happens when you hover your mouse over a link */
.mainMenu a:hover {
	font-family: Times New Roman, Trebuchet MS, Georgia;
	font-size: 12px;
	background-color: #E6ECBF;
	color: #330066;
	font-weight : normal;
	text-decoration: underline;
}

/* Input Form Fields - see <input> tags on contact.html */
.FormFieldA {  
	background-color: #E6ECBF; 
	height: 20px; 
	width: 200px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px
}

/* Area Code */
.FormFieldB {  
	background-color: #E6ECBF; 
	height: 20px; 
	width: 40px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px
}

/* Phone Number */
.FormFieldC {  
	background-color: #E6ECBF; 
	height: 20px; 
	width: 100px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px
}

/* Comments Field */
.FormFieldD {  
	background-color: #E6ECBF; 
	height: 80px; 
	width: 260px; 
	padding-top: 1px; 
	padding-right: 1px; 
	padding-bottom: 1px; 
	padding-left: 1px
}

/* H# Tag Definitions */
/* Added Fri.2004.09.03.10:15pm */
h3 {
	font-family: Times New Roman, Trebuchet MS, Georgia;
	font-size: 18px;
	font-weight : bold;
/*	color: #800080; */
}



/*********EOF*********/
/* the above is not a necessary tag 
 - it means End Of File and is used 
 - to let the programmer know this 
 - is the intended end of this file. 
 - you may remove this comment */