body {
   margin: 0;
   background-image:  url("images/bggrad.jpg");
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
}

h1 {
   color: #700;
   font-size: 1.5em;
   margin: 5px 0;
   text-align:center;
}
h2 {
   color: #700;
   font-size: 1.25em;
   margin: 2px 0;
   text-align:center;
}

a:link {
	color: #700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #700;
}
a:hover {
	text-decoration: underline;
	color: #A2816E;
}
a:active {
	text-decoration: none;
	color: #700;
}

.maintable {
   border-collapse: collapse;
   border-color: #111111;
}

.headerstyle {
   width: 685px;
   background-color: #bfbb9f;
   background-image:  url("images/header.jpg");
}
.navstyle {
   border-collapse: collapse;
   border-width: 0;
   padding: 0;
   width: 86%;
}
.columnstyle {
   vertical-align: top;
   color: #fffafa;
   background-color: #700;
   background-image:  url("images/bgside.gif");
}
.main_contentstyle {
   padding: 0;
   width: 100%
}
.side_contentstyle {
   padding: 0;
   width: 80%
}
table.side_contentstyle p
{
   margin: 5px 3px;
}
.goldrow {
   background-image:url(images/gold.jpg);
   width: 685px;
   vertical-align: top;
}
.goldcolumn {
   background-image:url(images/gold.jpg);
}
.marstyle {
   margin: 2px 4px;
}
.menu {
   background-color: #700;
}
.cellbackground {
   background-color: #fffafa;
}
.highlight {
	color: #700;
}

