﻿body
{
	padding: 10px;
	margin: 0px auto;
	text-align: center;
}

img
{
	border: 0px;
}

.hidden
{
	display: none;
}

hr
{
	height: 2px;
	border: solid 1px #0083CA;
}

h1
{
	margin: 0;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: White;
}

h2
{
	margin: 0;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #83C231;
}

.smallText
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

.errorMessage
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: Red;
}

.blue
{
	color: #0083CA;
}

.red
{
	color: #980000;
}

.white
{
	color: white;
}

.phone
{
	color: #83C231;
	font-family: Verdana;
	font-size: 22px;
	line-height: 24px;
}

p, .normal
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}

p a:link, p a:visited
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: black;
}

p a:hover
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: #0083CA;
}

ul
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}


.columnLeft
{
	float: left;
	width: 299px;
	padding: 0px 25px 0px 0px;
}

.columnRight
{
	float: left;
	width: 380px;
	padding-left: 25px;
	border-left: dashed 1px #D0D0D0;
}

.divSpacing10px
{
	height: 10px;
	clear: both;
}

.center
{
	text-align: center;
	margin: 0px auto;
}

#wrapperSite
{
	width: 783px;
	margin: 0px auto;
	text-align: left;
}

#wrapperHeader
{
	width: 753px;
	height: 49px;
	padding: 25px 15px 0px 15px;
	background: url(../images/white-paper-header.gif) no-repeat;
}

#wrapperBody
{
	width: 733px;
	padding: 25px;
	min-height: 275px;
	overflow: hidden;
}

.whitePaperImg
{
	width: 380px;
	height: 291px;
	margin: 0px auto;
	background: url(../images/white-paper-img.jpg) no-repeat;
}

#wrapperFooter
{
	width: 783px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

/* Form */
.lnkToggle
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0075BE;
	text-decoration: underline;
	cursor: hand;
}

.lnkToggle:hover
{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0075BE;
	text-decoration: none;
	cursor: hand;
}

.bodyBoxRow
{
	float: left;
	width: 628px;
	overflow: hidden;
}

.formRow
{
	float: left;
	width: 274px;
	padding: 3px 0px;
}

.formTextDiv
{
	float: left;
	width: 77px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	padding-right: 5px;
}

.formElementDiv
{
	float: left;
	width: 159px;
}

/* Eof Form */