body, div, p, td, span
{
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

body
{
  margin: 0px;
  padding: 0px;
  background-color: #808080;
}

#logoTop
{
  background-color: white;
	background-image: url(../Images/Top.jpg);
	background-position: right top;
	height: 90px;
	vertical-align: bottom;
}

#logoBottoms
{
	background-image: url(../Images/BottomLine.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 35px;
}

#pageContent
{
  padding-top: 50px;
  padding-bottom: 20px;
}

#pageTable
{
  width: 800px;
  background-color: #d2daba; /*#a3b372;*/
  background-repeat:no-repeat;
}

#footer
{
	background-image: url(../Images/BottomLine.gif);
	background-position: left top;
	background-repeat: no-repeat;
  background-color: white;
  text-align: center;
  color: #773e2d;
  height: 37px;
}

/* Footer links */
.footerLink {
    color: #773e2d;
}

a.footerLink:link {color: #773e2d;}
a.footerLink:visited {color: #773e2d;}
a.footerLink:hover {color: #773e2d; text-decoration: none;}

#divTopNav
{
	margin-left: 440px;
	margin-bottom: 65px;
}

#divTopAddress
{
	position: absolute;
	top: 42px;
	left: 230px;
	font-size: 9px;
	color: #7E543A;
}

#divSlogan
{
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	top: 100px;
	left: 15px;
	color: #7E543A;
}

.divBottomSlogan
{
	font-size: 13px;
	font-style: italic;
	color: #7E543A;
	text-align: center;
	margin-bottom: 10px;
}

/* Top nav links */
.topNavLink {
  color: #4f0212;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

a.topNavLink:link {color: #4f0212;}
a.topNavLink:visited {color: #4f0212;}
a.topNavLink:hover {color: #ffffff;}


/* Normal page link */
a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #f79421;}

.h3ALike
{
  font-weight: bold;
  font-size: 13px;
}

/* Heading for a section */
.sectionHeading
{
  font-weight: bold;
  color: #6e90a1;
}

/* Heading for a big section, page lavel */
.divSectionHeading
{
  font-weight: bold;
  color: #6e90a1;
  margin-top: 20px;
  margin-bottom: 8px;
  text-decoration: underline;
}

#divFlash {
	/*
  width: 437px;
  height: 320px;
  background-image: url(../Images/shadow.gif);
	*/
  visibility: hidden;
  display:none;
  border: solid 3px #cccccc;
}

.headerBar {
  text-align: right;
  background-color: #eeeeee;
  padding: 5px;
  height: 16px;
  vertical-align: middle;
  /*
  border-top: solid 2px #cccccc;
  border-left: solid 2px #cccccc;
	*/
}

#divCommand {
	position: absolute;
	top: 60px;
	left: 710px;
	font-size: 10px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	width: 70px;
	height: 18px;
	vertical-align: middle;
	text-align: center;
}