body {
  background-color:#83A0B6;
  margin:0;
  padding:0;
	font-family: Arial, Helvetica;
	background-image:URL(images/Background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
  }

a {color:#000000;}
a:visited {color:#06416D;}
a:hover {color:#BDA26B;}
	
table.index {
	background-color:#FFFFFF;
	}	

td.header {
	background-image:URL(images/HeaderBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
	
td.menu {
	background-color:#DED0B5;

	}	

td.menuitem {
	background-color:#EFE8DA;
	padding: 0px 8px 0px 8px;
	}

hr.menuitem {
	height:2px;
	color:#DED0B5;
	}
	
a.menuitem {
	font-family:Trebuchet MS;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
a.menuitem:visited {
	text-decoration:none;
	color:#06416D;
	}
a.menuitem:hover {
	text-decoration:underline;
	color:#BDA26B;
	}
td.container {
	background-image:URL(images/ContainerBackground.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
td.footer {
	background-image:URL(images/FooterBackground.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
td.footerslope {
	background-image:URL(images/FooterSlope.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
td.footerlogo {
	padding:4px;
	}
a.footeritem {
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
a.footeritem:hover {
	text-decoration:underline;
	color:#BDA26B;
	}	
blockquote {
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:10pt;
	color:#000000;
	}
	
td,.ArticleText {
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:10pt;
	}
	
div.PolicyLinks,a.PolicyLinks {
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
a.PolicyLinks:hover {
	text-decoration:underline;
	color:#BDA26B;
	}
image.PhotoLeft {
  border-width: 2px; 
  border-color: #DED0B5;
  border-style: solid;
  margin: 0px 4px 0px -24px;
  } 
image.PhotoRight {
  border-width: 2px; 
  border-color: #DED0B5;
  border-style: solid;
  margin: 0px -24px 0px 4px;
  }   