body {
	margin: 0px auto;
	text-align: left; /* required for centering the page in IE */
}
img {
	border:0px;
}
li.content {
	padding-bottom: .5em;
	font-family: Arial;
	}
	
#contentpageText{
	font-family: Arial;
}
#wrapper {
	width: 760px;
	margin: 0px auto; /* centering the page */
	text-align: left;
}
#header {
	height: 100px;
	background: #FFFFFF;
}
#header2 {
	height: 25px;
	background: #DE0031;
}	
#headerspace{
	height: 8px;
	background: #FFFFFF;
}
#left {
	float: left;
	width: 190px;
	background: #DE0031;
	text-align: left;
	font-size: 1em;
}
#left li{
	line-height: 1.6em;
	list-style-type: none;
}
#content {
	width: 520px;
	float: right;
	text-align: left;
}
#footer {
	clear: both;
	background: #FFFFFF;
}
#footerbar {
	width: 100%;
	height: 24px;
	background: #DE0031;
}
.oMenuBar {
	background-color:#FF0000;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#666666;
	z-index:1000;
	font-family:sans-serif;
	border-radius:7px;
}
.oMenuBar a, .oMenu1  {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:900;
	font-size:14px;
	padding:3px;
	display:block;
	border:solid;
	border-width:0px;
	border-right-width:1px;
	padding-left:10px;
	padding-right:10px;
	text-shadow:0px 1px 1px #000000;
}
.oMenu:hover, .oMenu a:hover, .oMenu1:hover { background-color:#660000; }
.oMenu, .oMenu1 {
	position:relative;
	display:inline-block;
	position:relative;
	white-space:nowrap;
	height:20px;
}
.oMenu1 a { display:inline-block; }
.oMenu:hover .oSubMenu { display:block; }
.oSubMenu {
	display:none;
	z-index:1000;
	position:absolute;
	left:0px;
	background-color:#FF0000;
	border:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#666666;
	box-shadow:0px 1px 2px #666666;
}
.oMenu1 { display:block; }
.oMenu1:hover .oSubMenu1 { display:inline-block; }
.oSubMenu1 {
	display:none;
	z-index:1000;
	position:absolute;
	top:0px;
	left:100%;
	background-color:#FF0000;
	border:solid;
	border-width:1px;
	border-color:#FFAAAA;
	box-shadow:0px 1px 2px #666666;
}
.oSubMenu1 a { display:block; }
