body {
	margin:0;
  font: 8pt georgia;
  color: #666;
  background:url(/images/mainbkgd.gif) no-repeat;
  line-height: 16pt;
}

td {
  font: 10pt georgia;  
}

a.subMenu {
	font-family: verdana;
	font-size: 9px;
	text-transform: uppercase;
	color: #769B78;
	text-decoration:none;
}

a:hover.subMenu {
	text-decoration:underline;
}

a:visited.subMenu {
	color: #42ac48;
}

a {
	color: #769B78;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #42ac48;
}

#container {
	width:778px;
}

#side_container {
	float:right;
  width:178px;
}

#side {
  font-size:20pt;
  font-style:italic;
  color:#769B78;
  padding-left:5px;
  text-align:right;
}

#menu_content {
	float:left;
  width:600px;
}

#main {
	float:left;
  width:600px;
	border-top:1px solid #666;
  border-bottom:1px solid #666;
  background-image:url(/images/menubkgd.gif);
  background-repeat:repeat-y;
}

#menu_container {
	float:left;
  width:155px;
}

#menu {
  text-align:right;
  color:#fff;
  padding:5px 5px 5px 40px;
  font-weight:bold;
}

#content_container {
	float:left;
  width:445px;
}

#content {
  padding:5px;
}

#foot {
	clear:both;
  padding:5px;
  font-style:italic;
}

em {
	font-weight: bold;
  color:#769B78;
}

h2 {
	color: #769B78;
	margin-top:0;
}

h3 {
	color: #769B78;
	margin-top:0;
}

.textBlock {
	background: #d7ecd7;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	width:380px;
	border: 1px solid #000000;
}

.mainMenu
{
	font: 10pt georgia;
	font-weight: bold;
}