/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
	display: inline;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*main paragraph text for address area*/

#main_wrapper #contentrow1 p {
	color: #ffffff;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 28px;
	padding-right: 28px;
}
#main_wrapper #contentrow1 h1 {
	color: #FFFFFF;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 28px;
	padding-right: 28px;
}
.signature {
	font-family: "Bickham Script Pro Semibold";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFCC;
}
#main_wrapper #contentrow1 em {
	font-size: 15px;
	font-weight: normal;
	color: #005BA3;
}
a:link{
	font-size: 12px;
	color: #005BA3;
	text-decoration: underline;
}
a:hover{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
 a:visited{
	font-size: 12px;
	color: #CCCCCC;
}