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

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

body{
	background:url(../images/img_bg.jpg);
	margin:0px;
	padding:0px;
	color:#af277e;
}

#pageContainer{
	margin:auto;
}

#header{
	background:url(../images/img_header.png);
	background-repeat:no-repeat;
	height:207px;
}

#navBar{
	background:url(../images/txt_nav.gif);
	background-repeat:no-repeat;
	height:25px;
	margin-left:100px;
	width:400px;
}
#navBar a{
	border:0px;
}
	.homeLink{
		display:block;
		float:left;
		width:50px;
		height:20px;
	}
	
	.ratesLink{
		display:block;
		float:left;
		width:50px;
		height:20px;
	}
	
	.benefitsLink{
		display:block;
		float:left;
		width:130px;
		height:20px;
	}
	
	.borLink{
		display:block;
		float:left;
		width:140px;
		height:20px;
	}
	
#col1{
	float:left;
	margin-left:100px;
	width:340px;
}
#col2{
	width:600px;
	float:left;
	font-size:.75em;
}
.appointmentImage{
	display:block;
	text-align:center;
	width:100%;	 
}

.bottomBorder{
	border-bottom:1px dotted #333333;	
}
