html, body {
	margin: 0;
	padding: 0;
	background-color: #fff; /*background color*/
font: 90%/140% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;!important;
	color: #333;
	}




/*TOP BANNER-OK **************************************/	
#header {
	background-color: #77D3E4;!important;
	border-bottom: 2px solid #2B2DA0;!important;
	margin-bottom: 0px;!important;

	}
	



/**************************************/		
/*wraps 2 columns*/
.wrap{
	margin:0px 0px 0px 0px;!important;
	padding: 20px 0px 0px 20px;!important;
	border: 0px solid #ccc;!important;

	}


/*right column*/
.col1 {
	width: 65%;!important;
	text-align: justify;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 15px 20px 10px;
border: 0px solid #78D4E6;

	}
	
	
	
	
/*left column or main content*/	
.col2{
	padding: 0px 20px 20px 10px; 
	width: 180px;!important;
	margin: 0px 20px 20px 0px; 
	float: right;
	position: relative;
	border-left: 0px solid #006;
	text-align: justify;
border: 2px solid #78D4E6;

	}

/*right column*/
.form {

	text-align: justify;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 15px 20px 10px;
border: 0px solid #78D4E6;

	}


/*footer has a top border*/		
#footer {
	background-color: #fff;
	color: #333333;
	border-top: 8px solid #cccccc;
	border-bottom: 0px solid #FF337F;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	}

fieldset {
	padding: 0px 20px 20px 10px; 
	background-color: #E9E1C6;


	}

	
h1 {
	padding: 0;
	margin-top: 10px;
	font: 130% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #999999;!important;
	}
h2 {
	padding: 0;
	margin-top: 10px;
	font: 150% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #2B2DA0;
	}	
	
	
h3 {
	padding: 0;
	margin-top: 10px;
	font: 120% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #2B2DA0;
	}

	
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	}
	
	
p.tight{
	font: 90%/140% 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	text-align: justify;
	padding: 5px;
	}
	

table { padding: 2px 2px 2px 10px;!important;
background-color: #EBE8CC;!important;

}


td { padding: 2px 2px 2px 10px;!important;
background-color: #EBE8CC;!important;

}

td.head { padding: 2px 2px 2px 10px;!important;
background-color: #EBE8CC;!important;
font-weight: bold;!important;
}

td.install { padding: 2px 2px 2px 10px;!important;
background-color: #E9F7FA;!important;

}

.small { color: #FF0000; font-weight:  bold; font-size: 120%;}!important;
.red { color: #FF0000;  font-size: 90%; }!important;


a:link { color: #333; text-decoration: underline;}
a:visted { color: #333; text-decoration: underline;}
a:active { color: #333; text-decoration: underline;}
a:hover { color: #2B2DA0; text-decoration: underline;}
