@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	
	width: 1024px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent_left {
	float:left;
	width: 850px;
	padding: 20px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#mainContent_right {
float:left;
	width: 380px;
	padding: 20px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Bookman Old Style;
	
}

#border_header {

	width: 1024px;
background-image:url(pictures/border.gif);
	background-repeat: repeat-x;
}

#border_footer {
	width: 1024px;
background-image:url(pictures/bottom_border.gif);
	background-repeat: repeat-x;
}

#header {
	height: 135px;
	width: 1000px;
	background-color:#ffffff;
	text-align:right; 
	padding-right: 10px;
	
}
#header a {
	text-decoration:none;
		color:#3c166a;
	font-size: 12px;
	
}
#header a:hover {

	color:#C8488A;
}



#footer {
	
}

#footer a {
	font-size:9px;
}

#left_box {
	float:left;
	width: 275px;
	padding-left: 10px;
	padding-right: 25px;
	font-family: "Times New Roman", Times, serif; 
	font-size:12px;

}



#middle_box {
	float:left;
	width: 300px;
	font-family: "Times New Roman", Times, serif; 
	font-size:12px;
	padding-right: 5px;
	padding-left: 15px;
	
}

#right_box {
	float:left;
	width: 300px;
	font-family: "Times New Roman", Times, serif; 
	font-size:12px;
	padding-right: 5px;
	
}

#filler {width:1024px;
}











h1 {
	color:#3c166a;
	font-family: Bookman Old Style;
	font-size:18px;
	font-weight:120;
	

}

h2 {
	color:#3c166a;
	font-family: Bookman Old Style;
	font-size:18px;
	font-weight:bolder;
}

	
#header ul {
	display: inline;
	
}

#header li {
	display: inline;
}

p.agents_info
{
	{ font-family: Arial;
		font-size: 12px;
		color:#2A1FAA;
		margin-bottom: 0;
		margin-top: 0;
		
	}

#container #mainContent #mainContent_left center p {
	text-align: left;
}

