@charset "utf-8";
/* Layout Screen CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color:rgb(230,242,242);
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(4,78,109);
}
#pageWrapper {
	margin:0 auto;
	width:840px;
	background-color:rgb(230,242,242);
	background-image:url(../images/pageWrapperBackground.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	text-align:left;
}
#headerArea {
	position:relative;
	margin:0 20px;
	width:800px;
	height:24px;
	background-color:rgb(4,78,109);
	color:white;
}
#primaryArea {
	margin-left:20px;
	width:550px;
	float:left;
}
#mastheadArea {
	width:550px;
	height:125px;
	background-color:rgb(3,199,255);
}
#primaryNavigationArea {
	width:550px;
	height:25px;
	background-color:rgb(3,199,255);
}
#secondaryNavigationArea {
	display:none;
	width:550px;
	height:25px;
	background-color:white;
}
#sidebarArea {
	margin-right:20px;
	width:250px;
	float:right;
}
#promotionalArea {
	padding:10px 30px 10px 40px;
	background-color:rgb(2,159,204);
	background-image:url(../images/promotionalAreaBackground.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#sidebarContentArea {
	padding:40px 15px 15px 15px;
	background-color:rgb(212,233,249);
	background-image:url(../images/sidebarContentAreaBackground.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#footerArea {
	clear:both;
	position:relative;
	margin:0 20px;
	width:800px;
	height:24px;
	background-color:rgb(4,78,109);
	color:white;
}
.imgpad {
	padding: 7px;
	float: left;
}
#agent_table {
	padding: 2px;
}
