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: #fff;
	/*color: #005695;*/
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
strong {
	color: #333;
}

ul{
	font-size: 1.45em;
line-height: 1.5em;
}
ul ul{
	font-size: 1.0em;
line-height: 1.5em;
}
a, a:link {
	color: #7a2426;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #7a2426;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7a2426;
	font-weight: bold;
	text-decoration: underline;
}
a:focus {
	color: #7a2426;
}
a:active {
	color: #7a2426;
}
#shadowWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
	/*background-image: url(../images/layout-images/drop-shadow.jpg);
	background-repeat: repeat-y;*/
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
	/*background-image: url(../images/layout-images/bg-gradient.jpg);
	background-repeat: repeat-x;*/
}
#outerWrapper #header {
	/*background-color: #8ab573;
	border-bottom: solid 1px #628152;
	font-weight: bold;
	padding: 10px 10px 10px 10px;*/
}
#outerWrapper #topNavigation {
/* background-color: #eef6ed;
  border-bottom: solid 1px #8ab573;
  height: 25px;
  padding: 10px 10px 10px 10px;*/
}
/* ===== SEARCH FORM ==== */
#outerWrapper #topNavigation #topMenu #searchBox {
float: right;
margin: 0 10px 0 0;
padding: 0;

}
#outerWrapper #topNavigation #topMenu #searchBox form{
margin:0;
padding:0;
}
#outerWrapper #topNavigation #topMenu #searchBox input{
font-size:11px;
}
/* ==== Top Menu ==== */
#outerWrapper #topNavigation #topMenu {
	/*background-color: #7a2426;*/
	background-color: #005695;	
	height: 20px;
	padding: 5px 0px 5px 0px;
	color: #fff;
	border-bottom: solid 0px #8ab573;
	font-size: 12px;
	font-weight: normal;
}
#outerWrapper #topNavigation #topMenu #address{
padding:5px 0 0 10px;
}
/*#outerWrapper #topNavigation #topMenu a{
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
#outerWrapper #topNavigation #topMenu a:hover{
	color: #ded3b0;
	text-decoration: underline;
}

#outerWrapper #topNavigation #topMenu ul{
margin: 0;
padding: 0;
padding-top: 5px;
}
#outerWrapper #topNavigation #topMenu li{
display: inline;
padding: 0px 10px 0px 10px;

}*/
/* ==== Top Address ==== */
/*#outerWrapper #topNavigation #topAddress {
	background-color: #005695;
	color: #fff;
	border-bottom: solid 0px #8ab573;
	
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	font-weight: normal;
}*/
/* ==== Left Column ==== */
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #fff;
	/*border-right: solid 1px #8ab573;*/
	float: left;
	padding: 10px 10px 10px 0px;
	width: 160px;
	/*background-image: url(../images/layout-images/side-gradient.jpg);
	background-repeat: repeat-x;*/
}
#outerWrapper #contentWrapper #leftColumn1 p, #outerWrapper #contentWrapper #rightColumn1 
p {
font-size: 1.2em;
}

/* ==== Right Column ==== */
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #fff;
	/*border-left: solid 1px #8ab573;*/
	float: right;
	padding: 10px 0px 10px 8px;
	width: 160px;
	/*background-image: url(../images/layout-images/side-gradient.jpg);
	background-repeat: repeat-x;*/
}

/* ==== Content ====*/
#outerWrapper #contentWrapper #content {
background-color: #fff;
	margin: 0 170px 0 170px;
	padding: 10px 16px 10px 16px;
	border-left: solid 0px #6797c6;
	border-right: solid 0px #6797c6;
	
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
/* ==== Footer ==== */
#outerWrapper #footer {
font-size: 1.1em;
line-height: 1.3em;
text-align: center;
	background-color: #fff;
	border-top: solid 1px #6797c6;
	padding: 10px 10px 10px 10px;
}
/*==== Image Floats ==== */
.imageLeft {
float: left;
padding: 0 8px 0px 0;
}
.imageRight {
float: right;
padding: 0 0px 0px 8px;
}
