﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}
.ImageLeft {
	float: left;
	width: 396px;
	height: 110px;
}
.TopBorderRed {
	background-color: #FF0000;
	height: 3px;
}
.TopBorderBlack {
	background-color: #000000;
	height: 3px;
}
#masthead {
	padding: 0px;
	text-align: center;
	width: 1010px;
	margin-top: 10px;
}
#container {
	min-width: 600px;
	width: 1010px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url('../images/megareignNewBack110.png');
}

#page_content {
	text-align: center;
}
h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
#topMenu {
	height: 34px;
	text-align: center;
}
.LeftMainContent {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: left;
	width: 315px;
	float: left;
	margin: 15px 0px 15px 15px;
	font-size: 11pt;
}
.RightMainContent {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: left;
	width: 310px;
	float: right;
	margin: 15px 10px 15px 15px;
	font-size: 11pt;
}
.CenterMainContent {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: left;
	width: 315px;
	float: left;
	margin: 15px 0px 15px 20px;
	font-size: 11pt;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	float: none;
	right: auto;
	left: auto;
}
.MidBorder {
	border-style: solid none solid none;
	border-width: 2px 0px 2px 0px;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	height: 5px;
	width: 980px;
	float: left;
	margin-left: 15px;
	background-color: #000000;
}
.MidCenterText {
	text-align: center;
}
.style1 {
	border-style: solid;
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.style2 {
	border-width: 0px;
}
.style4 {
	border-width: 0;
}
.style5 {
	color: #000080;
	text-align: left;
}
.style6 {
	text-align: left;
}
.style7 {
	text-decoration: none;
}
h2 {
	font-weight: bold;
	text-align: center;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
}

