﻿body
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 5px 5px 5px 5px;
    /*font-weight: 700;*/
    direction: ltr;
}
.sectionheader
{
	font-size: 14pt;
	color: #800000;
	margin-bottom: 5px;
	text-align: center;
}
.menu
{
	width: 100%;
}
.button
{
	background-color: #800000;
	color: White;
	width: 100%;
}
.homepagecenterimage
{
	width: 100%;
}
.leftcolumn
{
	float: left;
	width: 20%;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
.centercolumn
{
	float: left;
	width: 50%;
	height: 100%;
	border-right: solid 2pt #800000;
	border-left: solid 2pt #800000;
	padding-left: 5px;
	padding-right: 5px;
}
.rightcolumn
{
	float: right;
	margin: 5px 5px 5px 5px;
	height: 100%;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
}


.pagetitle
{
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana;
	color: #800000;
}
.normal
{
	font-family: Verdana;
	font-weight:normal;
	font-size: 10pt;
	color: #000000;
}
.downloadbutton
{
	font-weight: bold;
	font-size: x-large;
	width: 280px;
	height: 75px;
	color: #800000;
	background-color: #FE4D4D;
}
.homepagebannerbutton
{
	width: 30%;
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	background-color: #800000;
	color: White;
	border: none;
	text-align:left;
	cursor:pointer
}
.zmanLabel
{
	float:left;
	width:50%;
}
.zmanValue
{
}
.mailform
{
    background-color:ThreeDFace;
}
.mailformheader
{
    color:Red;
    font-weight:bold;
}
.mailformvalidator
{
    float:right;
    font-weight:bold;
}
.mailformtextbox
{
    float:right;
    width: 100%;
}
.mailformlabel
{
    float:left;
    font-weight:bold;
    font-size:1;
    width:40%;
    margin-top:1px;
    margin-bottom: 1px;
    white-space:nowrap;
    font-size:8pt;
}