@charset "utf-8";
/* CSS Document */

#mainhome {
	width:530px;
	height:auto;
	float:right; 
	clear:right;
	padding:0px 20px 0px 0px;
	text-align:center;
	vertical-align:middle;
	line-height:1.8em;
	}

#mainhome a:link,#mainhome a:visited {
	color:#999; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serifArial; 
	font-size: 12px;
	hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
	outline: none;  /* for firefox 1.5 + */
	}
	
#mainhome a:hover {
	color:#900; 
	text-decoration: underline; 
	}

#maincontact {
	width:530px;
	height:auto;
	float:right; 
	clear:right;
	padding:0px 20px 0px 0px;
	text-align:left;
	vertical-align:middle;
	font-family:"Segoe UI";
	font-size:14px;
	line-height:20px;
	}
