﻿@charset "UTF-8";
td{
font-family:"Lucida Grande", Verdana, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4b4b4b;
	line-height:18px;
	font-size:11px;
}
#divothercontent
{
font-family:"Lucida Grande", Verdana, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4b4b4b;
	line-height:18px;
	font-size:11px;
}

body {
	font-family:"Lucida Grande", Verdana, Arial;
	background: #FFFFFF;
	margin: 0; /* 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:#4b4b4b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	line-height:18px;
	font-size:11px;
}
.container {
	width: 950px;  /* 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. */
	position:relative;
}

.footerContainer {
	text-align:center; padding:30px;
	font-size:11px;
}

a:link
{ color:#82AF36; text-decoration: none; }
a:visited
{ color:#82AF36; 10px; text-decoration: none; }
a:hover
{ color:#82AF36; 10px; text-decoration: underline; }
a:active
{ color:#82AF36; 10px; text-decoration: none; }

a.footer:link
{ color:#777777; text-decoration: none; }
a.footer:visited
{ color:#777777; text-decoration: none; }
a.footer:hover
{ color:#777777; text-decoration: underline; }
a.footer:active
{ color:#777777; text-decoration: none; } 

#header {
  color:#000000;
  text-align:left;
  margin:0px 0px 2px 0px;
  padding:0px 0px 30px 0px;
  font-size:16px;
}


#content {
  text-align:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 5px;
  font-family:"Lucida Grande", Verdana, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4b4b4b;
	line-height:18px;
	font-size:11px;
}



h1 {
  color:#000000;
  text-align:left;
  margin:0px 0px 2px 0px;
  padding:0px 0px 2px 0px;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  color:#000000;
  font-weight: bold;
  text-align:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size:11px;
}
