/* CSS definition file containing sitestyle stylesheets */

/* Body */
BODY {
	background-color:#FFFFFF
	}

/* Navigation */
.submenu {
	font-family: Arial,Verdana; 
	font-size: 11px;
	font-weight: bold;
	font-variant: normal; 
	color: black;
	line-height: normal; 
	text-decoration: none
	}
.submenuhover {  
	font-family: Arial,Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-variant: normal; 
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #C4BA69;
	line-height: normal; 
	text-decoration: none
	}

/* Table */
 .tableborder { 
 	border-top: 0px; 
 	border-left: 1px; 
 	border-right: 1px; 
 	border-bottom: 1px; 
 	border-color: #666666; 
 	border-style:solid;
	line-height: normal; 
	text-decoration: none
 	}
  .services1 { 
  	border-top: 1px; 
  	border-left: 1px; 
  	border-right: 1px; 
  	border-bottom: 1px; 
  	border-color: #666666; 
  	border-style:dotted;
 	line-height: normal; 
 	text-decoration: none;
 	background-color:#89C98E;
 	}
   .services2 { 
   	border-top: 1px; 
   	border-left: 1px; 
   	border-right: 1px; 
   	border-bottom: 1px; 
   	border-color: green; 
   	border-style:dotted;
  	line-height: normal; 
  	text-decoration: none;
 	}
  .tableimage { 
  	border-top: 2px; 
  	border-left: 2px; 
  	border-right: 2px; 
  	border-bottom: 2px; 
  	border-color: #007236; 
  	border-style:solid;
 	line-height: normal; 
 	text-decoration: none
 	}

/* Text */
  /* Heading */
.heading {  
 	border-top: 0px; 
 	border-left: 0px; 
 	border-right: 0px; 
 	border-bottom: 1px; 
 	border-color: #362F2D; 
 	border-style:dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #362F2D; 
	line-height: normal; 
	text-decoration: none
	}
.subheading {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #015C2A; 
	line-height: normal;  
	text-decoration: none
	}
	
  /* Body Text */
.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.textbanner {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #015C2A; 
	line-height: normal; 
	text-transform: none; 
	text-decoration: none
	}
.copyright {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FFFFFF; 
	line-height: normal;  
	text-decoration: none
	}


/* Links */
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	color: #203D75; 
	line-height: normal; 
	text-decoration: none
	}
.link:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	color: #203D75; 
	line-height: normal; 
	text-decoration: none
	}


/* Forms */
form {
	margin: 0;
	padding: 0;
	}
.inputstyle {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20246B;
	line-height: normal; 
	text-decoration: none
	}
