body
{
	font-family: Georgia, Times, "Times New Roman",  serif;
}

.top
{
	background: url('images/top.jpg');
	width: 1024px;
	height: 220px;
}

.link
{
    color:Blue;
    text-decoration:none;
}

.menu_item_top
{
	background: url('images/Nav_Btn_Top.jpg');
	width: 272px;
	height: 20px;
	padding:22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:1000;
	cursor:pointer;
}

.menu_item_back
{
	width: 210px;
	height: 20px;
	padding:24px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	cursor:pointer;
	z-index:1000;
	border: solid 1px black;
}

.menu_item
{
	background: url('images/Nav_Btn_Tile.jpg');
	width: 195px;
	height: 20px;
	padding:24px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	cursor:pointer;
}

.menu_text
{
	margin-left:10px;
	float:left;
}

.menu_roll_off
{
	margin-top:5px;
	margin-left:165px;
	background: url('images/white_arrow.gif');
	height:10px;
	width:10px;
	font-size:1px;
}

.menu_roll_on
{
	margin-top:5px;
	margin-left:165px;
	background: url('images/black_arrow.gif');
	height:10px;
	width:10px;
	font-size:1px;
}


.menu_bottom
{
	background: url('images/Nav_GR_Bottom.jpg');
	width: 195px;
	height: 126px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menu
{
	float:left;
	width:200px;
	color:white;
	font-weight:bold;
	font-size: 10pt;
	text-decoration:none;
	font-family: cursive;
}

.submenu
{
	position:absolute;
	top:20px;
	left:180px;
	padding-left:20px;
	z-index:10000;
	display:none;
}

.submenu .contents
{
	background: url('images/rec_middle.jpg');
	padding-left:20px;
	width:202px;
	margin-top:-5px;
	margin-bottom:-1px;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
	color:white;
}

.submenu a
{
    text-decoration:none;
    color:White;
}

.content
{
	font-family: Georgia, Times, "Times New Roman",  serif;
	margin-top:-40px;
	width:700px;
	margin-left:275px;
	z-index:1000;
    border: thin 1px black;
}

.content_header
{
	text-align:center;
	font-weight:bold;
	font-size: 14pt;
}

.content_body
{
	margin-top:40px;
}

.admin_link
{
    font-size:12pt;
    font-weight:normal;
    font-family: Georgia, Times, "Times New Roman",  serif;
    color:Gray;
    text-decoration:none;
}