/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
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: #A0BEC9;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(Images/FredBackground3.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #AFDF75;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 20px;
}
h2 {
	color: #E9AB22;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
}
h3{
	padding: 10px 3px 3px 3px;
	color: #1798EB;
	text-align: left;
	font-size: 18px;
}
h5 {
	background-color: #85BACC;
	width: 154px;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	text-align: center;
	border-left: solid #ccc thin;
	border-right: solid #ccc thin;
	border-top: solid #ccc thin;
}
a,  a:link {
	color: #0F384C;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #0F384C;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #D81317;
	text-decoration: underline;
}
a:focus {
	color: #41A0C0;
}
a:active {
	color: #41A0C0;
}
#shadow {
	padding: 10px 5px 10px 5px;
	background-color: #C5E494;
	width: 990px;
	margin: 10px auto 0 auto;
	background-image: url(Images/stripe_shadow2.png);
}
#outerWrapper {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	line-height: 0px;
	background-image: url(Images/Title-FitAgain/images/title.jpg);
	height: 288px;
}
#outerWrapper #topNavigation {
	height: 35px;
	background-image: url(Images/Title-FitAgain/images/menu.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 10px;
}
#outerWrapper #belowTopNavigation {
	height: 10px;
	background-image: url(Images/Title-FitAgain/images/below-menu.jpg);
	background-repeat: no-repeat;
	line-height: 0px;
}
#outerWrapper #contentWrapper {
	background-image: url(Images/stripe.png);
	background-repeat: repeat-x;
	
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 0px;
	background-repeat: repeat-y;
	height: inherit;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 50px 10px 10px 10px;
	width: 170px;
	background-color: #C2DEEC;
	background-repeat: repeat-x;
}

#outerWrapper #contentWrapper #content {
	margin: 0 193px 0 0px;
	padding: 30px 40px 10px 50px;
	line-height: 22px;
	text-align: justify;
	color: #666666;
}
#outerWrapper #contentWrapper #content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-position:outside;
	font-weight: normal;
	line-height: 18pt;
	list-style-image: url(Images/ul_graphic.png);
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 30px 10px 10px 10px;
	font-size: 10px;
	color: #0B3356;
	text-align: center;
	border-top: dotted #CEF2BC 1px;
}
#fredstips{
	background-color: #FFFFFF;
	padding: 5px 8px 5px 8px;
	color: #185165;
	text-align: justify;
	border-left: solid #128fe6 2px;
	border-right: solid #128fe6 2px;
	border-bottom: solid #128fe6 2px;
	font-weight: normal;
}
.textboxheader {
	color: #E6A211;
	font-weight: bold;
	height: 40px;
	background-image: url(Images/fredstip.png);
	margin-top: 20px;
}

