body {
	margin:0px 0px; padding:0px;
	font: normal normal normal 14px/18px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background: url(/images/layout/bg_bk_burg.jpg) repeat-x; /*tab background image path*/
	background-color: #7e0001;
	}
#Content {
	width:805px;
	margin:0px auto;
	padding:5 5 5 5px;
	border:0px solid #333;
	background: url(/images/layout/bg_turq_bl.jpg) repeat-x; /*tab background image path*/
	background-color: #010080; 
	}
	
	
#mid {
	position: center;
	padding: 5px 5px 5px 5px;
	}	
	
#midleft {
	padding:25px;
	color: #FFFF00;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
#midright {
	padding:25px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 2px 5px 0 5px;
	height: 25px; 
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 5px; /*Padding to accomodate left tab image. Do not change*/
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 10px 0 5px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
/*  background: url(/images/menuo_hover_left.gif) no-repeat; left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	/* background: url(/images/menuo_hover_right.gif) no-repeat right top; right tab image path*/

}

/* links */

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	color: #fff;

}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;

}



#cell {
vertical-align: top;
}


