body   { margin-top: 3px }
p {}
td                { color: #666; font-weight: normal; font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:link    { color: #555; font-size: font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:visited    { color: #4169e1; font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover      { color: red; font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.caption_text a:hover       { color: red; font-size: 12px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

.subheader_grey     { color: #900; font-size: 16px; line-height: 18px; font-family: arial, helvetica, geneva, swiss, sunsans-regular }
.caption_text     { color: #696969; font-size: 12px; line-height: 12px; font-family: arial, helvetica, geneva, swiss, sunsans-regular }
.footer_red { color: #903; font-size: 12px; line-height: 12px; font-family: arial, helvetica, geneva, swiss, sunsans-regular }
.text           { color: #696969; font-size: 22px; line-height: 22px; font-family: arial, helvetica, geneva, swiss, sunsans-regular }
.text12  { color: #696969; font-size: 12px; line-height: 12px; font-family: arial, helvetica, geneva, swiss, sunsans-regular }
.bodylink {arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none; color: #000000;}
.bodylink a:link        { color: #900; font-weight: normal; font-size: 14px; line-height: 16px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
.bodylink a:visited          { color: #696969; font-weight: normal; font-size: 14px; line-height: 16px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
.bodylink a:hover      { color: #300; font-weight: normal; font-size: 14px; line-height: 16px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
.bodylink a:active      { color: #900; font-weight: normal; font-size: 14px; line-height: 16px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
.feedbacklink {arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none; color: #000000;}
.feedbacklink a:link    { color: #069; font-weight: normal; font-size: 10px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }
.feedbacklink a:visited      { color: #069; font-size: 10px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }
.feedbacklink a:hover   { color: #069; font-size: 10px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
.feedbacklink a:active   { color: gray; font-size: 10px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /*#ccc; it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	float: right;
	width: 100%;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #ccc;
	padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #555555;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: middle;
	color: #0B0F58;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: middle;
	color: #7A0314;
}
#container #sidebar1 p {
	font-size: 10px;
	text-align:center;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7A0314;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 6px;
}
#container #sidebar1 .linker {
	font-size: 14px;
 color: 0B0F58!;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
#container #header td {
	position: relative;
	top: auto;
	right: auto;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	color: #7A0314;
}
#container #footer p {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a:link    { color: #069; font-weight: normal; font-size: 12px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }
#footer  a:visited      { color: #069; font-size: 12px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }
#footer a:hover   { color: #069; font-size: 12px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: underline }
#footer a:active   { color: gray; font-size: 12px; line-height: 10px; font-family: arial, helvetica, geneva, swiss, sunsans-regular; text-decoration: none }
#container #mainContent td { vertical-align: middle;	text-align:center; padding-top: 20px; color: #444; font-size: 12px; font-weight: bold;}

