body{
  padding: 0;
	margin: 20px auto auto auto;
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#outer{
  width: 780px;
	text-align: left;
	margin: auto;
	position: relative;
	}

#outer,
#topMenu,
#logoBar,
#headerMenu,
#greenBar,
#main
{
	width: 780px;
	}
img,
table{
  border: 0;
	}
	
#topMenu{
  position: absolute;
	left: 0;
	top: 10px;
	margin-bottom: 10px;
	}
#topMenu a{
  float: right;
	clear: left;
	margin-right: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #7E8083;
	}
#topMenu a:hover{
  text-decoration: underline;
	}
#topMenu #home{
  position: absolute;
	left: 0;
	top: 0;
  }
	
#logoBar{
  position: absolute;
	left: 0;
	top: 40px;
  height: 60px;
  background: url(../img/logoBar.gif) left no-repeat;
	margin-bottom: 3px;
	}
#logoBar img{
	position: absolute;
	left: 17px;
	top: 8px;
	width: 260px;
	height: 44px;
	}
	
#greenBar{
  position: absolute;
	left: 0;
	top: 103px;
  height: 24px;
	background: #75C270;
	text-align: justify;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	}
#greenBar .contacts{
	width: 300px;
	font-size: 13px;
	padding-left: 16px;
	border-right: solid 1px #fff;
  }
#greenBar a:link,
#greenBar a:visited,
#greenBar a:active{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
  }
#greenBar a:hover{
  text-decoration: underline;
	}

	
#main{
  position: absolute;
	left: 0;
	top: 147px;
	}
#main td{
  vertical-align: top;
	}

#leftMenu{
  position: absolute;
	left: 0;
	top: 0;
	width: 188px;
	background: url(../img/bg_menu.jpg) left top no-repeat;
	}
#leftMenu ul{
  margin: 0;
	padding: 0;
	}
#leftMenu ul li{
  list-style-type: none;
	}
#leftMenu ul li a:link,
#leftMenu ul li a:visited,
#leftMenu ul li a:active
{
	color: #187CB4;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 168px;
	padding: 10px 13px 10px 10px;
	border-bottom: solid 1px #fff;
	}
#leftMenu ul li a:hover,
#leftMenu ul li a.active:link,
#leftMenu ul li a.active:visited,
#leftMenu ul li a.active:active,
#leftMenu ul li a.active:hover
{
  color: #000;
	background: url(../img/bg_menuItemOverArrows.gif) 177px 14px no-repeat;
	}
	

#content{
  position: absolute;
	right: 0;
	top: 0;
	width: 582px;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	min-height: 307px;
	}

#pageCopy{
	position: absolute;
	left: 10px;
	top: 0;
	padding-right: 163px;
	min-height: 307px;
	}
#pageCopyWide{
	position: absolute;
	left: 10px;
	top: 0;
	padding-right: 10px;
	min-height: 307px;
	}

#cgEnv{
  position: absolute;
	right: 0;
	top: 0;
  background: url(../img/cgEnv.gif) left top no-repeat;
	width: 163px;
	min-height: 307;
	z-index: 101;
	padding-top: 315px;
  }

h1{
  font-size: 20px;
	font-weight: normal;
	color: #75C270;
	padding: 0;
	margin: 10px 0 10px 0;
	}
h2{
  display: inline;
  font-size: 16px;
	font-weight: bold;
	color: #187CB4;
	padding: 0;
	margin: 0;
  }
h3{
  font-size: 16px;
	font-weight: normal;
	color: #187CB4;
	padding: 0;
	margin: 0 0 5px 0;
  }

#pageCopy ul{
  padding: 0;
	margin: 0;
	list-style: none;
	}
#pageCopy ul li{
	padding-left: 10px;
	background: url(../img/bullet2.gif) left 8px no-repeat;
	}
p{
  padding: 0 0 10px 0;
	margin: 0;
  }

div.dropMenu{
  display: none;
  position: absolute;
	left: 188px;
	width: 188px;
	background: url(../img/bg_menu.jpg) left top no-repeat;
	z-index: 999;
  }
div.dropMenu ul{
  margin: 0;
	padding: 0;
	}
div.dropMenu ul li{
  list-style-type: none;
	}
div.dropMenu ul li a:link,
div.dropMenu ul li a:visited,
div.dropMenu ul li a:active
{
	color: #187CB4;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 168px;
	padding: 10px 13px 10px 10px;
	border-bottom: solid 1px #fff;
	}
div.dropMenu ul li a:hover{
  color: #000;
	/* background: url(../img/bg_menuItemOverArrows.gif) 177px 14px no-repeat; */
	}



ul.noPad{
  padding-top: 0;
	margin-top: 0;
	}














.style1 {color: #FF0000}