﻿body
{
	margin: 0px auto;
	text-align: center;
	padding: 25px;
	background: url('../image/grad-bg.jpg') repeat-x top;
}

img
{
	border: 0px;
}

h1
{
	font-family: Verdana;
	font-size: 24px;
	color: #85be3a;
	font-weight: normal;
}

h2
{
	font-family: Verdana;
	font-size: 18px;
	color: #3399CC;
	font-weight: normal;
}

h3
{
	font-family: Verdana;
	font-size: 15px;
	color: #006699;
	font-weight: normal;
}

ul.green
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #85BE3A;
	padding-left: 145px;
}

sup
{
	font-size: 8px;
}

.grayText
{
	color: #666666;
}

.greenText
{
	color: #85BE3A;
}

.blueText
{
	color: #006699;
}

.graySm 
{
	color: #6F6F6F;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#wrapperSite
{
	width: 800px;
	text-align: left;
	margin: 0px auto;
}

#wrapperHeader
{
	width: 730px;
	height: 80px;
	background-image: url('../image/landing_header2.gif');
	background-repeat: no-repeat;
	padding: 35px;
}

#wrapperBody
{
	width: 748px;
	min-height: 200px;
	padding: 25px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #cccccc;
	font-family: Verdana;
	font-size: 12px;
	overflow: auto;
	background: white;
}

#columnLeft
{
	float: left;
	width: 343px;
	height: 400px;
	border-right: dashed 1px #CCCCCC;
	padding-right: 15px;
}

#columnRight
{
	float: left;
	width: 374px;
	padding-left: 15px;
}

.wrapperForm
{
	width: 323px;
	margin: 0px auto;
}

.wrapperFormTop
{
	width: 323px;
	height: 15px;
	background-image: url(../image/formBgTop.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.wrapperFormBody
{
	width: 321px;
	background-color: #eeeeee;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
}

.wrapperFormBottom
{
	width: 323px;
	height: 15px;
	background-image: url(../image/formBgBottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapperBlueBar
{
	width: 798px;
	height: 15px;
	background-color: #3399CC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#leftBlueBar
{
	width: 31px;
	height: 15px;
	background-color: #006699;
}

#wrapperFooter
{
	width: 748px;
	padding: 25px;
	background-color: #EEEEEE;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

a.footer:link, a.footer:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
}

a.footer:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;

}

.validateText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: red;
}