/***********************************************/
/* Eng2 Style Sheet
HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-color:  #ffffff;
	background-image: url(images/bg_tile.gif);
	text-align: center;
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #60BE21;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #f1f1f1;
}

html,body {
	height: 100%;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


a{
	color: #60BE21;
}

a:link{
	color: #60BE21;
}

a:visited{
	color: #9BC67E;
}

a:hover{
	color: #9BC67E;
}

h1{
	font-size: 14px;
	color: #64A538;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h2{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #71A3C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #4E85AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
}
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url(images/icon_list.gif);
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: solid 4px #ffffff;
	width: 100%;
	height: 108px;
}

#imageContent{
	float: left;
	margin: 0px 0px 0px 5px;
	height: auto;
	width: 573px;
	background-color: #DFECE2;
}
#imageFoot{
	float: left;
	margin: 0px 0px 0px 5px;
	height: 29px;
	width: 573px;
	text-align: left;
	background-color: #787575;
}
/* Main Navigation Area aligned to the left */
#navBar{
	float: left;
	margin: 0px 0px 0px 3px;
	height: auto;
	width: 172px;
	background-color: #D7E5EF;
		border-bottom: solid 4px #ffffff;
}
}
#button {
	height: 217px;
        }
		
#button table {
    height: 184px;
	border-bottom: solid 0px #ffffff;
}

#button td {
    padding: 0px 0px 0px 6px;
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

#button td a {
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#button td a:hover {
	padding: 1px 8px 3px 14px;
	background-image: url(images/icon_nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, sans-serif;
	color: #71A3C6;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}


#button td a:selected {
	padding: 2px 8px 2px 4px;
	font-family: Arial, sans-serif;
	color: #71A3C6;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

/* Contact Area aligned to the left */
#contactBar{
	float: left;
	margin: 0px 0px 0px 3px;
	height: 400px;
	width: 172px;
	background-color: #ffffff;
}

#contact {
	height: 217px;
        }
		
#contact table {
    height: 184px;
	margin: 1px 0px 0px 0px;
	background-color: #DFECE2;
	border-bottom: solid 6px #ffffff;
	}

#contact td {
    padding: 3px 0px 2px 6px;
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
}

#contact td a {
    padding: 0px 0px 4px 0px;
	font-family: Arial, sans-serif;
	color: #64A538;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

#contact td a:hover {
	font-family: Arial, sans-serif;
	color: #9BC67E;
	font-size: 13px;
	font-weight: bold;
}

#contact td.headerstyle2 {
	font-family: Arial, sans-serif;
	color: #64A538;
	font-size: 13px;
	font-weight: bold;
}
#resource {
	height: 32px;
        }
		
#resource table {
    height: 32px;
	margin: 1px 0px 0px 0px;
	background-color: #cccccc;
	border-top: none;
	}
#clear {
    clear: both;
}

#content{
	float: left;
	width: 545px;
	margin: 0px 0px 15px 15px;
	padding: 5px 0px 15px 0px;
moz-box-padding: 0px 10px 15px 0px;
	text-align: justify;
	height: auto;
	background-color: #ffffff;
	line-height: 20px;
}
.projectcontent{
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #60BE21;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #f1f1f1;
	border: 0px 0px 0px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	float: left;
	margin: 15px 10px 5px 15px;
	background-color: #ffffff;
	border-bottom: solid 1px #f1f1f1;
	width: 552px;
	height: 18px;
	font-size: 9px;
	text-align: left;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	moz-box-padding:  3px 0px 0 0px;
}

#tablemain {
}

.tablemain td{
	border-bottom: dotted 1px #CEEBE9;
		padding: 5px 2px 5px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
	moz-box-padding: 0px;
	background-color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#globalNav p{
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
}

#globalNav a {
	padding: 0;
	color: #FFFFFF;
}

#globalNav a:hover {
	padding: 0;
	background-color: #97b1b7;
	color: #FFFFFF;
}






/************** .feature styles ***************/

.feature{
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.feature a{
	padding: 0px;
	font-weight: bold;
	color: #009c67;
}
.feature a:link{
	padding: 0px;
	font-weight: bold;
	color: #009c67;
}
.feature a:visited{
	padding: 0px;
	font-weight: bold;
	color: #009c67;
}
.feature a:hover{
	padding: 0px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.businessfeature{
	padding: 10px;
	font-size: 11px;
	line-height: 17px;
	height: 100px;
	width: 220px;
	float: left;
	clear: right;
	line-height: 22px;
	margin-right: 10px;
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

.individualfeature{
	font-size: 11px;
	line-height: 17px;
	height: 100px;
	width: 200px;
	float: left;
	padding: 10px;
	border: 1px solid #006633;
	margin-right: 20px;
	background-image: url(images/individuals.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: right;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 760px;
	font-size: 9px;
	background-image: url(images/bg_tile.gif);
	color: #ffffff;
	padding: 0px;
	moz-box-padding: 0px;
	text-align: left;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#FootLinks{
	clear: both;
	width: 752px;
	font-size: 9px;
	background-image: url(images/logos.gif) no-repeat;
	background-color: #ffffff;
	border-top: solid 1px #f1f1f1;
	padding: 0px;
	margin: 4px 8px 2px 0px;
	text-align: right;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left {
  float: left;
	padding: 6px 0px 0px 0px;
  text-align: left;
  color: #f1f1f1;

  }

.right {
  float: right;
  padding: 6px 0px 0px 0px;
  text-align: right;
  	color: #f1f1f1;
  vertical-align: middle;
  }

#siteInfo a{
	clear: both;
	font-size: 9px;
	color: #f1f1f1;
	text-align: left;

}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	line-height: 18px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
}

#headlines h3{
	padding: 5px;
	margin: 0px 0px 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
	text-align: right;
	letter-spacing: 1px;
}

#headlines p{
	padding: 5px;
	margin: 0px 0px 5px;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	color: #333333;
	background-color: #99CC66;
}

#headlines a{
	padding: 0px;
	margin: 0px;
}

#headlines a:link{
	margin: 0px;
	padding: 0px;
	color: #009c67;
}

#headlines a:hover{
	padding: 0px;
	margin: 0px;
	color: #009c67;
	background-color: #ADC6FF;
}
.imageright {
	clear: left;
	float: right;
	margin: 2px;
}
.imageleft {
	clear: right;
	float: left;
	margin-right: 5px;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	border: none;
}
.smallstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #72CBD1;
	border: none;



}
.tablenorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 2px 5px 2px 10px;
}
.tablenorm #button {
	height: 26px;
        }
.tablenorm1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 2px 5px 2px 10px;
}
.tablenorm1 td{
	border-bottom: 1px #f1f1f1 solid;
	}
.headerstyle2 {
	font-family: Arial, sans-serif;
	color: #64A538;
	font-size: 13px;
	font-weight: bold;
}
.listone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url(images/icon_list.gif);
}

