html 
{
height: 100%;
} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #143022;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	height: 100%;
}
a {color:#1B2F24;}
a:link {color:#1B2F24;}
a:visited {color:#1B2F24;}
a:hover {
	color: #1B2F24;
	text-decoration: none;
}
hr { color: #1B2F24;
background-color: #1B2F24;
height: 1px;}

/****************************************
	BEGIN ID STYLES
*****************************************/

#mainContainer
{
	width: 747px;
	background: #F1D07F;
	height: auto;
	display: table;
	background-image: url(../assets/mainbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topBar
{
	height: auto;
}
#headerLeftLogo
{
	width:50%;
	float:left;
	background:#fff;
	text-align: left;
}
#headerRightLogo
{
	width:50%;
	float:left;
	background:#fff;
	text-align: right;
}
#bannner
{
	width: 754px;
}
#navHolder
{
	width: 754px;
	background: #0135AD;
}
#contentleft 
{
	width:151px;
	padding:0;
	float:left;
	height: 100%;
	background: #F7C65D;
}
#contentcenter
{
	width:400px;
	padding:0px;
	float:left;
	background:#F1D07F;
}
#contentright
{
	width:196px;
	padding:0px 0px;
	float:left;
	background:#F7C65D;
}
#searchbox{
	padding: 10px;
	text-align: right;
}
#footer{
	height: 23px;
	width: 747px;
}

/****************************************
	END ID STYLES
*****************************************/

/****************************************
	BEGIN CLASS STYLES
*****************************************/


.payonline {
	padding: 0 10px;
	line-height: 16px;
	text-align: left;
}

.mainCopy {
	padding: 10px;
	line-height: 16px;
	text-align: left;
}
.mainCopy strong{
	font-weight: bold;
	color: #1B2F24;
}
.mainCopy li{
	list-style-image: url(../assets/bullet4.gif);
}
.mainCopy h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #1B2F24;
	padding: 0 0 3px 0;
}
.mainCopy h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #168A5A;
	padding: 0 0 3px 0;
}
.mainCopySubHeads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #20523F;
	font-weight: bold;
}
.importantText{
	color:#FF0000;
}
.devComments{
	color:#FF0000;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.altrows1{
	background-color: #FFFFE2;
}
.altrows2{
	background-color: #E6E6E6;
}
.endingTags{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #168A5A;
	padding: 10px;
	font-style: oblique;
	background-color: #D3F3BF;
}
.rightbartxt{
	font-size:140%;
	color: #1B2F24;
	text-align: left;
	padding: 0px 5px 0px 10px;
}
.rightbartxt strong{
	text-transform: uppercase;
}
.rightbartxt em{
	font-size: 100%;
	font-style: normal;
	text-transform: uppercase;
}
.rightbartxtsmall{
	font-size: 70%;
}


.footer{
	text-align: center;
	vertical-align: middle;
	color: #EBB136;
	padding: 5px 0 0 0;
	font-size: 10px;
	border-top: 1px #1B2F24 solid;
	margin: 5px 0 0 0;
}
.footer a {color:#EBB136;}
.footer a:link {color:#EBB136;}
.footer a:visited {color:#EBB136;}
.footer a:hover {
	color: #1B2F24;
	text-decoration: none;
}
.footerLinks{
	font-size: 9px;
	padding: 10px 0 0 0;
}
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
margin-left: 50px;
display:none;
}
/****************************************
	END CLASS STYLES
*****************************************/

/****************************************
	BEGIN FORM FIELD STYLES
*****************************************/

input , textarea , select 
{
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size : 10px; 
	color : #1B2F24; 
	background-color : #F7C65D; 
	border-color : #1B2F24; 
	border-style : solid; 
	border-width : 1px; 
} 
input.submit 
{
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size : 10px; 
	color : #1B2F24; 
	font-weight : bold; 
	background-color : #F7C65D; 
	border-color : #1B2F24; 
	border-style : solid; 
	border-width : 1px; 
} 
input.apply 
{
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size : 10px; 
	color : #1B2F24; 
	font-weight : bold; 
	background-color : #F7C65D; 
	border-color : #1B2F24; 
	border-style : solid; 
	border-width : 1px; 
} 
input.delete 
{
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size : 10px; 
	color : #ffffff; 
	font-weight : bold; 
	background-color : #fc0000; 
	border-color : #1B2F24; 
	border-style : solid; 
	border-width : 1px; 
}

/****************************************
	END FORM FIELD STYLES
*****************************************/

/****************************************
	FIX FLOATS
*****************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

