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

* {margin:0; 
   padding:0;
   background-color:6e7075;
}

body {font-family: Verdana, Arial, Helvetica, sans-serif;, Helvetica, Arial, sans-serif;
	  text-align:center;
	  background-color:6e7075;
	  /*behavior:url(../../css/htc/csshover.htc);*/
	  }
	  
div#all {
	width: 709px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	/* background-image:url(images/bg.gif); */
	}
	
div#topNav {
	margin-top:50px;
	width: 709px;
	height: 102px;
	background-image:url(../images/bgtopNav.gif);
	background-repeat:no-repeat;
	}
	
div#logoImage {
	margin-left:9px;
	width:375px;
	height:69px;
	background-image:url(../images/indexCopy_04.gif);
	background-repeat:no-repeat;
	float:left;
	}	
#aboutUsHeader{
	margin-left:20px;
	margin-top:20px;
	width:672px;
	height:28px;
	background-color:#CCC;
	float:left;
	}

div#loginTab {
	height:69px;
	width:300px;
	float:left;
	}
	
div#navigation {
	width:709px;
	height: 33px;
	float:left;
	}
	
div#contentarea {
	width:709px;
	height:100%;
	float:left; 
	}

div#page {
	background-color:#FFFFFF;
	width:709px;
	height:700px;
	float:left;
	}

div#pageLogin {
	background-color:#FFFFFF;
	width:709px;
	height:500px;
	float:left; 
	overflow:auto;
	}		

div#pagebottom {
	width:709px;
	height:20px;
	float:left;
	background-image:url(../images/pagebottomGraphic.gif);
	background-repeat:no-repeat;
	}
	
div#footer {
	text-align:center;
	width:709px;
	height:50px;
	float:left;
	padding-top:12px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:11px;
    color:#CCCCCC;
    line-height:16px;
	}	
	
.phoneNum {
  	padding-top:12px;
 	font-family:Helvetica, Verdana, Arial, sans-serif;
  	font-size:12px;
  	color:#CCCCCC;
  	line-height:18px;

} 	

a:link {
	background-color:none; 
	text-decoration:none;
	color:#CCCCCC;
} 

a:visited {
	background-color:none;
	text-decoration:none;
	color:#CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

a:hover {
	background-color:none; 
	text-decoration:none;
	color:#FFFFFF;
}

	
