body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #1F4EA2;
	margin-top: 6px;
	line-height: 1px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 3px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}

img.no_border {
	border-style: none;
}

#header_canvas {
	width: 100%;
	height: 148px;
	background-image:url(images/sitewide/header_bg.gif);
}

#header {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}

#header_left {
	float: left;
}

#header_right {
	float: right;
	height: 33px;
	width: 662px;
	background-image:url(images/sitewide/header_right.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#header_right ul {
	margin-left: 65px; 
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	float: left;
}

#header_right ul li {
	display: inline;
}

#header_right ul li a {
	float: left; text-decoration: none;
	color: #1F4EA2;
	padding: 10.5px 11px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#header_bottom {
	height: 26px;
	clear: both;
	background-image:url(images/sitewide/header_bottom.gif);
}

#main_content {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}

table.consultant_info {
	table-align: top;
	width: 560px;
	margin-left: 45px;
	margin-top: 20px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	width: 638px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#right {
	float: right;
	width: 240px;
	margin-right: 20px;
	padding: 0 0 0 0;
}

#footer {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	background-image:url(images/sitewide/header_bottom.gif);
}

#footer_canvas {
	clear: both;
	width: 100%;
	background-image:url(images/sitewide/header_bottom.gif);
	background-repeat: repeat-x; 
}

#footer_text {
	line-height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	color: white;
}

