html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	margin-top: 40px;
}
h1 {
  color: #6d9863;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #ADC190;
	text-decoration: none;
}
a:focus {
	color: #CCCCCC;
}
a:active {
	color: #FFCC66;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 1000px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	height: 60px;
	color: #999999;
	background-image: url(/Images/imTemplate/logoLeft.jpg);
	text-align: right;
}
#outerWrapper #header a:link {
	color: #999;
}
#outerWrapper #header a:visited {
color: #999;
}
#outerWrapper #menu {
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	height: 30px;
	padding-left: 170px;
}
#outerWrapper #submenu {
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	height: 20px;
	padding-left: 210px;
	padding-top: 10px;
	color: #999999;
}
#outerWrapper #contentWrapper {
	background-color: #F5F8F3;
	padding: 0 0 0 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #F5F8F3;
	float: left;
	width: 150px;
	text-align:left;
	color: #9CB672;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #F5F8F3;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 270px;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
#outerWrapper #contentWrapper #content {
	margin: 0 300px 0 170px;
	background-color: #EDF1E7;
	font-size: 14px;
	color: #666666;
	line-height: 0px;
	text-align: justify;
	padding: 0 0 0 0px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	padding: 20px 10px 10px 10px;
	color: #CCCCCC;
}
#outerWrapper #footer a:link {
	color: #ccc;
}
#outerWrapper #footer a:visited {
	color: #ccc;
}
