body
{
	background-color: black;
}

.Container
{
	z-index: 10;
	left: 30%;
	width: 70%;
	position: absolute;
	top: 0px;
}


.redBlock
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 25%;
	height: 100%;
	background-color: red;
	z-index: -1;
}
.imgMain
{
	position: absolute;
	top: 10%;
	z-index: 10;
	left: -100px;
}

.imgMe
{
	position: relative;
	top:0%;
	float: right;
}

.textBody
{
	left: -10px;
	position: relative;
	top: -10px;
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	line-height: 115%;
	margin: 2%;
}

.textBody TABLE
{
	font-size: 11pt;
	font-family: Sans-Serif; 
	text-indent: 3%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.textBodyContainer
{
}

H1
{	font-size: 36pt;
	color: white;
	font-family: Sans-Serif;
	text-align: right;
	font-weight: bold;

}
H2
{
	font-size: 24pt;
	color: white;
	font-family: Sans-Serif;
	text-align: right;
}
H3
{
	font-size: 18pt;
	color: #000000;
	font-family: Sans-Serif;
	text-align: left;
	line-height: normal;
}
P
{
	font-size: 11pt;
	font-family: Sans-Serif; 
	text-indent: 3%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
LI
{
	font-size: 12pt;
	font-family: Arial, Serif;
	padding-top: 5px;
}
.register
{
	left: 5px;
	position: absolute;
	top: 55%;
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: center;
	border-right: #000000 solid;
	border-top: #000000 solid;
	border-left: #000000 solid;
	border-bottom: #000000 solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
}