﻿html, body
{
	margin: 0px auto 0px auto;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	height: 100%;
}
.PageMain
{
	width: 960px;
	height: 100%;
	background-image: url(../Images/rep_back.gif);
	background-repeat: repeat-y;
}

div#MainMenu
{
	margin: 20px 15px 0px 15px;
	background-image: url(../Images/MainMenu/full.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 35px;
	padding: 0px;
}
div#Container
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 960px;
	height: auto; /* real browsers */
	min-height: 100%; /* real browsers */
	background-image: url(../Images/rep_back.gif);
	background-repeat: repeat-y;
}

div#MainHeader
{
	margin: 0px 10px 0px 10px;
	background-color: #ffffff;
	height: 80px;
}
div#Content
{
	clear: both;
	margin: 0 auto;
	padding-bottom: 5em; /* bottom padding for footer */
	width: 930px;
}

.HeaderTitle
{
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 5px;
}




.Title
{
	text-align: left;
	color: #ff6c00;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.Heading1
{
}

.Heading2
{
}

.Heading3
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #707070;
	margin-top: 10px;
}

.Heading4
{
}

.Text1
{
	font-size: 10px;
	font-family: Verdana;
}

.Text2
{
}

.Text3
{
}

.Link1
{
	color: #FF6600;
	font-family: Verdana;
	font-size: 10px;
}

.Link1:hover
{
	color: #817E7E;
	font-family: Verdana;
	font-size: 10px;
}

.HorizontalLine1
{
	color: #707070;
	height: 1px;
	clear: both;
}

div.VSpace10
{
	clear: both;
	height: 10px;
}

div.VSpace20
{
	clear: both;
	height: 20px;
}

.DefaultTextBox
{
	font-size: 10pt;
}

.DefaultButton
{
	width: 70px;
	height: 25px;
	font-size: 10pt;
}


td.FormHeading
{
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
	font-size: 10px;
}

td.FormInput
{
	text-align: left;
	padding-left: 3px;
	vertical-align: top;
	font-size: 10px;
}

td.FormButtons
{
	padding-top: 10px;
}


.link
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #817E7E;
}

.link:hover
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #FF6600;
}

.bot_link
{
	font-size: 10px;
	font-family: verdana,tahoma,helvitica;
	color: #817E7E;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

.bot_txt
{
	font-size: 10px;
	font-family: verdana,tahoma,helvitica;
	color: #817E7E;
}

