p.main_top {
 position: static;
 width:    800px;	
}

p.main_body {
   position: absolute; 
   width:    600px;
}

p.menu_body {
   position: absolute; 
   left:     615px;
   width:    185px;
}

span.main_top_link {
	font-size: xx-small;
	font-family: sans-serif;
	color: Blue;
}

span.main_body_header {
   font-weight: bold;
	font-size: large;	
}

span.main_body_sub_header {
   font-weight: bold;
	font-size: medium;
}

span.main_body_sub_header1 {
   font-weight: bold;
	font-size: small;
}

table.menu {
	border-style: solid;
	border-color: Black;
	border-width: thin;
	width: 180px;
	margin-bottom: 1px;
}

td.menu_active {
	width: 10px;
	border-style: solid;
	background-color: blue;
	padding: 0px;
}

td.menu_inactive {
	width: 10px;
	border-style: solid;
	background-color: #A9A9A9;
	padding: 0px;	
	font-size: small;	
}

span.menu_item {
	font-size: smaller;
}

a.cbody:link{
   text-decoration: underline;
   color: Blue;
}

a.cbody:visited{
   text-decoration: underline;
   color: Blue;
}

a.cbody:active{
   text-decoration: underline;
   color: Blue;
}

a.cbody:hover {
	text-decoration: underline;
   color: #B50DFF;
}

a.menu_item:link{
   text-decoration: none;
	font-size: smaller;
	color: Black;
}

a.menu_item:visited{
   text-decoration: none;
	font-size: smaller;
	color: Black;
}

a.menu_item:active{
   text-decoration: none;
	font-size: smaller;
	color: Black;
}

a.menu_item:hover {
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}