#right_frame 
{
	margin-top: 18px;
	margin-left: 124px;	
	padding-top: 3px;
}
		
#page_content {
	background: #eeeeee;
	border: 1px solid #555555;
	padding: 10px;
	margin-right: 5px;
	font-size: x-small; 
	height: 400;
	overflow: auto;
}

#left_frame {
	position: absolute;
	left: 0px;
	top: 13px;
	background: #aaaaaa;
	padding-left: 0px;
	padding-top: 8px;
	width: 125px;
	margin: 0px 0px 0px 0px;
}

div#body_frame 
{
	position: absolute;
	top: 35px;
	float: left;
	background: #aaaaaa;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%
}

#main_frame {
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

div#header 
{
	margin-right: 10px;
}

body {
	margin: 0px 0px 0px 0px;
	background: #888888;
    font-family: Georgia, Verdana;
    font-size: small;
}

#page_content a { 
	text-decoration: none; 
	color: blue; 
}

#page_content a:hover { 
	border-bottom:1px solid blue
}

h1
{

    font-size: medium
}
h2
{
    font-size: small
}


div.navigation
{
	position: absolute;
	left: 125px;
	margin-top: 3px;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
	color: white;
	overflow: hidden;
}

a.navigation
{
	color: white
}

a.navigation
{
	text-decoration: none
}

.navigation a:hover
{
	text-decoration: underline
}

.footer
{
	font-size: xx-small;
	text-align: right;
	padding: 2px;
	margin-right: 5px;
}


div.menutop
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: 1px #555555 solid;
	padding-left: 5px;
}

div.menutop_active
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	background-color: #eeeeee;
	border-left: 1px #555555 solid;
	border-top: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
}

div.menusub 
{
	padding-top: 5px;
	padding-left: 10px
}

div.menutop a
{
	text-decoration: none;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: white;
	/*font-weight: bold*/
}

div.menutop_active a
{
	text-decoration: none;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: black;
/*	font-weight: bold*/
}

div.menusub a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	color: black;
	/*font-weight: bold*/
}

div.menutop a:hover
{
	text-decoration: underline;
/*	border: 1px solid #cccccc;
	padding: 4px*/
}

div.menutop_active a:hover
{
	text-decoration: underline;
/*	border: 1px solid #cccccc;
	padding: 4px*/
}

pre
{
	font-size: x-small;
}