body {
	margin:0px 0px; padding:0px;
	text-align:center;
	font: normal normal normal 14px/18px Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:5 5 5 5px;
	border:1px solid #333;
	background-color:#E26020;
	}
	
#mid {
	position: center;
	padding: 5px 5px 5px 5px;
	}	
	
#midleft {
	text-align:center;
	padding:25px;
	color: #FFFF00;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
#midright {
	text-align:center;
	padding:25px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	}
	
.glossymenu{
	position: relative;
	padding: 0 0 0 36px;
	margin: 2px 5px 0 5px;
	background: url(/images/menuo_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	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 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*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*/

}

/* verticaL MENU */

#ddblueblockmenu{
position: top: -95px; left: 5px; 
border: 0px solid black;
border-bottom-width: 0;
width: 150px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 134px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #E26020;
border-bottom: 1px solid #90bade;
border-left: 7px solid #565251;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 134px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid #565251;
padding: 1px 0;
padding-left: 5px;
background-color: #565251;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#cell {
vertical-align: top;
}
