body {
	margin:0;
  font: 10pt georgia;
  color: #666;
  background:url(/images/mainbkgd.gif) no-repeat;
}

td {
  font: 10pt verdana;
}

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: #99B699;
}

#hdr{

 }
 
#container {
}

#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 {
	border-top:1px solid #666;
  border-bottom:1px solid #666;
  background-image:url(/images/menubkgd.gif);
  background-repeat:repeat-y;
}

#menu_container {
 position: absolute;
 width: 155px;
}

#menu {
  font-family:georgia;
  text-align:right;
  color:#fff;
  padding:5px 5px 5px 40px;
  font-weight:bold;
}

	/* IE only \*/
* html #content_container {
	height:1%;
}
	/* end hide */

#content_container {
	margin: 0 0 0 160px;
	position :relative;
}

#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:430px;
}