﻿body
{
	background-image: url( 'images/backg.png' );
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
}

.Header
{
	height: 224px;
}

.Logo
{
	margin-top: 25px;
	float: left;
}

.HeaderText
{
	margin-top: 30px;
	float: left;
}

H1
{
	margin-bottom: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #a0ae5a;
}

H2
{
	font-family: Verdana;
	font-size: 18px;
	color: #3a477a;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Contents
{
}

.Partners
{
	margin-left: auto;
	margin-right: auto;
}


.Container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 668px;
	text-align: left;
}

.Top
{
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 668px;
}

.Middle
{
	background-image: url(images/middle.png);
	width: 668px;
	background-repeat: no-repeat;
}

.MiddleModified
{
	background-image: url(images/middlemodified.png);
	width: 668px;	
	background-repeat: repeat-y;
}

.Bottom
{
	background-image: url(images/bottom.png);
	height: 101px;
	width: 668px;
	background-repeat: no-repeat;
	margin-top:15px;
	padding-bottom:0px;
}


.Instructions
{
	margin: 0px 20px 20px 20px;
	text-align: left;
	line-height: 1.3;
}


.TextBox
{
	border: solid 1px silver;
}

.LinkButton
{
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	background-color: #344b5d;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	margin-top: 5px;
}

.MessageGreen
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Green;
}

.MessageRed
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.VarifyPanel
{
	border: silver 1px solid;
	background-color: #cadeee;
	border-collapse: collapse;
	text-align: left;
	padding: 10px;	
	width: 500px;
}

.TopWide
{
	background-image: url(images/top_wide.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 1000px;
}

.MiddleWide
{
	background-image: url(images/middle_wide.png);	
	width: 1000px;	
	background-repeat: no-repeat;	
	padding-left: 10px;
}

.BottomWide
{
	background-image: url(images/bottom_wide.png);
	height: 101px;
	width: 1000px;
	background-repeat: no-repeat;
}

.ContainerWide
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

.ClickHere
{
	color: #669999;
}

.noBorder
{
	border: none;
}
.PanelContents
{
	position:relative;
}


