
body { 
		margin:auto;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
	
	background-color: #000000;
	background-image: url('../images/bkgrnd.jpg');
	color: rgb(254,254,192);
  	font-family: arrus, arrus bt, verdana, arial, helvetica, sans-serif;
	text-align:justify;
}

img	{ border:0; }
input{ margin:0;  padding-left:2px; }

table.header {
		margin:auto;
		margin-right:auto;
		margin-left:auto;
		width: 800px;
		background-color: rgb(254,219,42);
		color: rgb(76,10,10);
		font-family:arrus,serif,times;
		border-width:2px;
		border-style:inset;
		border-color:rgb(81,87,34);
		vertical-align: text-bottom;
		caption-side: bottom;
}
	
td.header1 {
	background-image: url('../images/headerImg.jpg');
	height:48px;
}

td.inheader {
		background-color: rgb(254,219,42);
		height: 25px;
}
	
table.main {
		margin:auto;
		margin-right:auto;
		margin-left:auto;
		text-align:justify;
		width: 800px;
		color: rgb(254,254,192);
}

table.terms { font-size: 90%; }

table.indexTbl {
	text-align:center;
	width:800px;
}

td.agileMan {
	height:200px;
	border: 2px inset rgb(81,87,34);;
}

.agileMan span{
	margin:2px 8px 0 8px;
}
 
 /*** MAIN Content  ***************/

.mainCenter{
	float:left;
	width: 800px; 
	margin:2px 0 0px 0px;
}
	
.mainPanel {
	float:left;
	display:inline;
	width:800px;
	background-color:none;
	padding-bottom:16px;
	margin:0 0 0 2px;
}
	
.mainHead1{
	float:left;
	display:inline;
	width:500px;
	font:bold 18px;
	font-style:italic;
	text-align:left;
	margin:5px 0 0 6px;
}

.mainText1{
	float:left;
	display:inline;
	width:800px;
	text-align:justify;
	font:14px/16px;
	margin:10px 0 0 6px;
}


.mainResponse{
	float:left;
	width:465px;
	text-align:justify;
	color:red;
	font:12px/16px Georgia, Times New Roman, Times, serif;
	margin:25px 0 0 15px;
}
	
/**************************END MAIN Content **************************/


/****************** footer *************************/

.footer {
	text-align:center;
	margin:6px 0 0 0;
	color:#aeb3ad;
	font-size:10pt;
}

.footer a{
	color:#aeb3ad;
	text-decoration:none; 
}

/************* END footer  *********************/
 
 
/** CONTACT US page **/
.contactDiv {
	padding: 10px 20px 10px 20px;
	width:740px;
	line-height:120%;
}

.contactSubDiv {
	float:left;
	display:block;
	width:700px;
	margin-top:3px;
}

.contactFields {
	float:left;
	display:inline;
	text-align:right;
	width: 60px;
}

.contactFields2 {
	float:left;
	display:inline;
	text-align:left;
	margin-left:8px;
}

/** END Contact US page **/


.responseErr {
	float:left;
	text-align:left;
	width:650px;
	background:url(../images/err.gif) no-repeat;
	color:red;
	font-weight:bold;
	margin:5px 0 0 40px;
	padding-left:20px;
}

.responseOK {
	float:left;
	text-align:left;
	width:650px;
	background:url(../images/ok.gif) no-repeat;
	color:green;
	font-weight:bold;
	margin:5px 0 0 40px;
	padding-left:20px;
}

.qryResponse {
	float:left;
	text-align:left;
	width:100%;
	background-color:white;
	color:blue;
}


img.bottom { vertical-align: text-bottom; }
p.bold { font-weight:bold; }

a:link { color: rgb(212,197,68); text-decoration:none; }
a:visited { color: rgb(212,197,68); text-decoration:none; }
a:hover { color: rgb(212,197,68); }
a.bottom { vertical-align: text-bottom;}

.mr10 { margin-right:10px; }
.mr5 { margin-right:5px; }
.mt10 { margin-top:10px; }

.subText { font-size:10pt }
.terms  { font-size:10pt }

.center { text-align:center; }
.middle { text-align:center; }
.left  { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.bold { font-weight:bold; }
.underline { text-decoration:underline; }

.green { color:green; }
.red { color:red; }

.pointer { cursor:pointer; }

.linkImage { float:right; margin-right:5px; }
.bgyellow :hover { background-color:yellow; }

