/******************************
  For Netscape compatibility, must define body margins
  and padding at the HTML level as well as the BODY level
*******************************/
html {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}
body {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
	background-color: #F4D165;
}
/******************************
  Table Cell Options 
*******************************/
td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  margin: 0px;
	padding: 0px;
  text-align: left;
  vertical-align: top;
	background-color: white;
}
td.navigation {
  text-align: right;
}
td.left {
  background-image:url(images/left_background.gif);
	background-repeat:repeat-y;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#003366;
}
td.body{
	background-image:url(images/body_background.gif);
  background-repeat:repeat-y;
}
td.body_header{
	background-image:url(images/body_header.gif);
  background-repeat:no-repeat;
}
td.right {
  background-image:url(images/right_background.gif);
	background-repeat:repeat-y;
}
td.left_bottom {
  background-image:url(images/left_bottom.gif);
	background-repeat:no-repeat;
}
td.body_bottom {
	background-image:url(images/body_bottom.gif);
  background-repeat:no-repeat;
}
td.right_bottom {
  background-image:url(images/right_bottom.gif);
	background-repeat:no-repeat;
}
td.home_bottom {
  background-image:url(images/home_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
}
td.home_box {
  background-image:url(images/home_box_middle.gif);
	background-repeat:repeat-y;
}
td.home_body {
  background-image:url(images/home_background.gif);
	background-repeat:no-repeat;
}
td.transparent {
  background-color:transparent;
}
/******************************
  Text Options
*******************************/
p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:#333333;
  margin-left:14px;
	margin-top:0px;
	margin-right:35px;
	margin-bottom:8px;
}
p.right {
  color:#339999;
  margin-left:10px;
	margin-right:18px;
	margin-bottom:3px;
}
p.home_alt {
  color:#FF6600;
  margin-left:150px;
	margin-right:0px;
}
p.home_box {
  margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:4px;
}
p.home_box_header {
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  color:#41ADA3;
  margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:5px;
}
ul {
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 33px;
	text-indent: 0px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
	line-height: 12px;
	color: #009999;
	list-style-image: url(images/bullet.gif);
}
ol {
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 33px;
	margin-right: 30px;
	text-indent: 0px;
	padding-left: 0px;
	list-style-position: outside;
	font-size: 10px;
	line-height: 12px;
	color: #009999;
	list-style-type: decimal;
}
li {
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  line-height:16px;
  color:#CC9900;
  letter-spacing:0px;
  margin-left:30px;
	margin-top:69px;
	margin-right:30px;
	margin-bottom:10px;
}
h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  color:#41ADA3;
  letter-spacing:0px;
  margin-left:30px;
	margin-top:16px;
	margin-right:30px;
	margin-bottom:8px;
}
h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  line-height:18px;
  color:#41ADA3;
  margin-left:12px;
	margin-top:18px;
	margin-right:35px;
	margin-bottom:8px;
}
h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  color:#CC9900;
  margin-left:14px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
/******************************
  Link Options
*******************************/
a:link,
a:visited,
a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
	font-weight:normal;
  text-decoration:underline;
  color:#FF6600;
}
