* {
	font-family: arial, verdana, helvetica, sans-serif;
}
html, body {
	background-color: #efefef;
}
body {
	width: 790px;
	margin: 0 auto 0 auto;
		position: relative;

}
img {
	border: none;
}
h1,h2,h3,h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main {
	position: relative;
	width: 833px;
	float: left;
}
#top {
	margin: 30px 0 10px 0;        
}
#left {
	position: relative;
	width: 172px;
	float: left;
	font-size:9pt;
}
#left .image
{
	margin: 36px 0 36px 0;
}
#left .quote
{
	width: 58px;
	margin: 0 auto 0 auto;
}
#left .quotation
{
	margin:1em; 
}
#left p span {
	font-size:10pt;
	font-weight:bold;
}
#left .quotation .content {
	text-align: left;
}
#left .quotation .author {
	text-align: right;
}
#left hr {
	width: 90%;
	margin: 30px 5% 20px 5%;
}
#left .footer
{
	margin:1em; 
}
#left .footer span {
	color:#cc0000;
	font-size:2em;
	line-height:1em;
}
#right {
	float: left;
	position: relative;
}
#mainBox 
{
	position: relative;
}
#mainBox .top {
	width: 454px;
	height: 20px;
	background-image: url("../images/MainBoxTop.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainBox h4 {
	color: #660000;
}
#mainBox .content {
	width: 454px;
	background-image: url("../images/MainBoxMiddle.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainBox .content .downloadLink
{
	margin: 0 auto 0 auto;
	text-align: center;
}
#mainBox .content .downloadLink a
{
	font-size:14pt;
	color:#cc0000;
}
#mainBox .content .inside
{
	margin: 0 4em 0 1em;
	padding: 10px 0 15px 0;
}
#mainBox .mainTop
{
	text-align: center;
	margin: 0 0 15px 0;
}
#mainBox .bottom {
	width: 454px;
	height: 20px;
	background-image: url("../images/MainBoxBottom.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sideBox
{
	float: left;
	position: relative;
	top: 50px;
	left: -44px;
}
#sideBox .top {
	width: 204px;
	height: 21px;
	background-image: url("../images/SideBoxTop.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sideBox .content {
	width: 204px;
	background-image: url("../images/SideBoxMiddle.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#sideBox .content .inside
{
	margin: 0 1em 0 1em;
}
#sideBox h3
{
	color: #8F1600;
	font-weight: bold;
	font-size:14pt;
	margin: 0 0 10px 0;
}

#sideBox .bottom {
	width: 204px;
	height: 21px;
	background-image: url("../images/SideBoxBottom.png");
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer {
	width: 790px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size:8pt;
}
#footer hr {
	width: 771px;
	margin: 20px 0 20px 10px;
}

.form {
	font-size:8pt;				
}
.form label 
{
	margin: 0 50px 0 0;
}
.form input, 
.form select,
.form textarea {
	font-size: 8pt;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.form .radios {
	margin: 0 0 10px 0;
}
.form .radios input {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.form .radios label {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	vertical-align: top;
}
.form .radios div {
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
	vertical-align: top;
}
.form .freedownload {
	display:none;
}		

/*** Errors ***/
.errorMessage {
  color:#d90000;
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
}
.subErrorMessage, .subErrorMessage a {
  color:#d90000;
  font-size:8pt;
  font-weight:normal;
  font-style:normal;
}
.errorField {
  border:solid 2px #d90000;
}
.errorValidatorText
{
    visibility: hidden;
    display: none;
}
.signupButton
{
	width: 165px;
	height: 55px;
	background: url('../../Images/Buttons/signup_button.png') no-repeat 0 0;
	cursor: pointer;
}
.signupButton:hover
{
	width: 165px;
	height: 55px;
	background: url('../../Images/Buttons/signup_button-over.png') no-repeat 0 0;
}

