﻿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: #3e4245;
  color: #2a2d2e;
  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; 
}

h1 
{
  color: #56ad8e;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 
{
  color: #56ad8e;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a, a:link 
{
	color: #56ad8e;
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #56ad8e;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
  color: #007171;
  text-decoration: underline;
}

a:focus 
{
  color: #007171;
}

a:active 
{
  color: #034248;
}

#outerWrapper 
{
	background-color: #EDF6E4;
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 780px;
}

#outerWrapper #header 
{
	background-color: #FFF;
	border-bottom: solid 1px #568176; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 5px 5px 5px; 
}

#outerWrapper #topNavigation 
{
  background-color: #edf6e4;
  border-bottom: solid 1px #7cbaaa; 
  height: 25px;
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper 
{
	background-image: url("3ColumnFixedHeaderandFooter1_images/contentWrapper_bg.png");
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #EDF6E4;
}

#outerWrapper #contentWrapper #leftColumn1 
{
	background-color: #edf6e4;
	border-right: solid 1px #7cbaaa; 
	float: left;
	padding: 10px 10px 10px 10px; 
	width: 150px;
}

#outerWrapper #contentWrapper #rightColumn1 
{
	background-color: #edf6e4; 
	float: right;
	padding: 15px; 
	width: 270px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #7cbaaa;
}

#outerWrapper #contentWrapper #content 
{
	padding: 15px; 
	width: 550px;
	background-color: #EDF6E4;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 175px;
}

#outerWrapper #contentWrapper #content1 
{
	padding: 15px; 
	width: 270px;
	background-color: #EDF6E4;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 175px;
}

#outerWrapper #footer 
{
	background-color: #FFF;
	border-top: solid 1px #7cbaaa; 
	padding: 10px 10px 10px 10px; 
}

.ifrm
{
	width:100%;
	border:none;
}

