html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#outerWrapper #footer h4 {
	color: #0A286A;
	font-size: 11px;
	font-weight: normal;
}

body {
	background-color: #0A286A;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#outerWrapper #contentWrapper #content #leftcol ul {
	margin-bottom: 13px;
}

#outerWrapper #contentWrapper #content p {
	font-size: 13px;
	line-height: 18px;
	margin: 4px 0px;
}

h1 {
	color: #08286A;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	color: #08286A;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 12px;
}
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #09760d;
  text-decoration: underline;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}
#outerWrapper {
	/*	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px; */
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	border: 10px solid #8AB573;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	height: 171px;
	padding: 0px 0px 0px 16px;
	background-image: url(images/logo-tel-550x125.gif);
	background-repeat: no-repeat;
	background-position: 16px 4px;
	text-align: right;
	margin: 0px;
}
#outerWrapper #header #navbar {
	text-align: left;
	margin-top: 148px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 550px;
}
#outerWrapper #header img {
	float: right;
}

#outerWrapper #header #navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 32px;
}
#outerWrapper #header #navbar li {
	float: left;
	background-color: #EEF6ED;
	margin: 0px 8px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8ab573;
	border-right-color: #8ab573;
	border-left-color: #8ab573;
	border-bottom-width: 0px;
}
#outerWrapper #header #navbar a:link, #outerWrapper #header #navbar a:visited {
	padding: 4px 12px;
	display: block;
	font-size: 1.2em;
}
#outerWrapper #header #navbar a:hover{
	padding: 4px 12px;
	display: block;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008342;
}

#outerWrapper #contentWrapper {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8ab573;
}

#outerWrapper #contentWrapper #sideBar {
	background-color: #FFFFFF;
	float: right;
	padding: 28px 12px 12px;
	width: 155px;
	height: 300px;
}
#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-top: 0;
	padding: 28px 24px 24px 32px;
	width: 560px;
	min-height: 240px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8AB573;
	min-height: 300px;
}

#outerWrapper #contentWrapper #content #leftcol {
	border: 3px solid #8AB573;
	width: 200px;
	float: left;
	padding: 16px;
	margin-left: 18px;
	margin-top: 12px;
	height: 175px;
	background-color: #EEF6ED;
}
#outerWrapper #contentWrapper #content #leftcol li {
	font-size: 1.2em;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 1px;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #eef6ed;
	border-top: solid 1px #8ab573;
	padding: 16px 16px 16px 16px;
}
#outerWrapper #contentWrapper #content #rightcol {
	border: 3px solid #8AB573;
	width: 200px;
	float: left;
	padding: 16px;
	margin-left: 32px;
	height: 175px;
	margin-top: 12px;
	background-color: #EEF6ED;
}
h3 {
	font-size: 1.2em;
}
h3 a:link {
	color: #08286A;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: underline;
}
h3 a:visited {
	color: #666666;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: underline;
}
h3 a:hover {
	color: #3C982D;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: none;
}
label {
	text-align: right;
	width: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1em;
	margin-right: 5px;
	display: block;
	margin-left: 16px;
	float: left;
	clear: left;
}
input {
	margin-top: 5px;
	margin-bottom: 5px;
}
fieldset {
	border: 1px solid #8AB573;
	width: 75%;
	padding: 6px;
	margin-top: 12px;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #08286A;
	padding-right: 5px;
	padding-left: 5px;
}
.speech {
	color: #3C982D;
	font-weight: bold;
	font-size: 11px;
}
