﻿body 
{
	background-position:center center;
	background-repeat:repeat-y;
}
.menuFrame
{
	background-color:#00483A;
	width:150px;
	border-style:outset;
	border-width:8px;
	border-top-color:#87ABA4;
	border-left-color:#619188;
	border-right-color:#002E26;
	border-bottom-color:#000F00;
	height:400px;
	vertical-align:top;
}
.menuTable
{
	padding:0px;
	margin:0px;
	height:250px;
}
.body
{	
	background-color:White;
	border-style:outset;
	border-width:8px;
}
td
{
    vertical-align:top;
    padding:3px;
}
.menuFrame a
{
	color:White;
	text-decoration:none;
}
.menuFrame a:hover
{
	text-decoration:underline;
}