﻿HTML
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
}

body
{
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	background-color: #000000;
	background-image: url(mtoproBkgrnd.png);
	background-repeat: repeat-x;
}

p
{
	padding: 5px;
	color: black;
	text-indent: 10pt;
	font-family: Arial;
	text-align: left;
	font-size: 16pt;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 8px;
}


H1
{
	font-weight: normal;
	font-size: smaller;
	color: black;
	font-family: Arial;
}

H2
{
	font-size: small;
	color: black;
	font-style: normal;
	font-family: Arial;
}


H3
{
	font-size: medium;
	color: Red;
	font-style: normal;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
h4
{
	font-size: large;
	color: Blue;
	font-family: Arial;
}
h5
{
	font-size: x-large;
	color: red;
	font-family: Arial;
}
H6
{
	font-weight: bold;
	font-size: xx-large;
	color: red;
	font-family: Arial;
}

a:link
{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	vertical-align: baseline;
	color: #FFFF99;
	font-family: Arial;
	text-align: left;
	font-size: 8;
}

A:visited
{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	vertical-align: baseline;
	color: #FFFF99;
	font-family: Arial;
	text-align: left;
	font-size: 8;
}
A:hover
{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	vertical-align: baseline;
	color: #FFFF99;
	font-family: Arial;
	text-align: left;
	font-size: 8;
}
A:active
{
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	vertical-align: baseline;
	color: #FFFF99;
	font-family: Arial;
	text-align: left;
	font-size: 8;
}


#PageWrapper
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 50%;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #800000;
	height: 100%;
	background-color: #FFFFFF;
}

#header
{
	border-width: 1px;
	border-color: #A20E0E;
	position: relative;
	width: 100%;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	background-color: #A20E0E;
	text-align: center;
}

#Footer
{
	background-color: #A20E0E;
	position: absolute;
	bottom: 0px;
	height: 25px;
	font-family: Arial;
	color: #FFFF99;
	font-size: large;
	width: 100%;
	text-align: center;
}

#linksContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}



.left
{
        float: left; /*left in our text*/
        margin: 5px; /*space around the image*/
}

/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}

.OneHundredPercent
{
	position: relative;
	height: 100%;
}


#HomeContent
{
	padding: 5px;
	position: relative;
	width: 100%;
	
	height: 100%;
}

#RightHomePanel
{
	position: relative;
	width: 40%;
	float: right;

	height: 100%;
	text-align: center;
}

#ContentPlace
{
	position: relative;
	height: 600px;
	width: 600px;
	background-image: url(TransparentBkrg.png);
	margin-right: auto;
	margin-left: auto;
	top: 100px;
	background-repeat: no-repeat;
}

#Logo
{
	background-image: url(MTOLogo.png);
	background-repeat: no-repeat;
	position: relative;
	width: 300px;
	height: 75px;
	top: 15px;
	left: 25px;
	float: left;
}


