body 
{
	background: url(images/bg_fade.gif) repeat-x left top;
    margin: 0px;
	vertical-align: top;
	font:12px Arial,Helvetica,sans-serif;
	color: #727272;
}
th, td {
	vertical-align: top;
}
div#background
{
	background: url(images/bg_content.gif) no-repeat bottom;
	padding-top: 20px;
}
div#pagewidth
{
	background: white;
	width: 950px;
	height: 800px;
    	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#header
{
	/*background: url('images/blue_bar.gif') repeat-x left top;*/
}
div#headerimage
{
	/*background: url('images/main_header.gif') no-repeat left top;*/
	background: url('images/misc_insidebanner_950x86.jpg') no-repeat left top;
	width: 100%;
	height: 90px;
	/*height: 120px;*/
}
div#linkbar
{
	text-align: right;
	height: 17px;
	width: 100%;
}
div#linkbar a 
{
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	white-space:nowrap;
	display: inline;
	font-size:12px;
	padding: 14px 30px 12px;
	margin:0px;
	color:#333;
}
div#linkbar a:hover
{
	color:#598c82;
}
div#leftnavbar
{
	float:left;
	width: 150px;
	height: 800px;
}
div#title
{
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#maincontent
{
	float:left;
	width: 795px;
}
div#buttons
{
	clear:both;
	width: 200px;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#footer
{
	clear:both;
	height: 80px;
	width: 100%;
}
div#disclaimer
{
}
/* Column styles - replaces table layout */
div.container
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
}
div.column
{
	float:left;
	width:225px;
}
.headercolumn
{
	font-weight: bold;
	text-align: right;
	height: 17px;
}
.datacolumn
{
	font-weight:normal;
	text-align:left;
	padding-left: 10px;
}
.messagecolumn
{
	text-align:left;
	padding-left: 10px;
}
/* Heading styles */
.heading1
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #3f635c;
	font-weight: bold;
}
.heading2
{
}
.heading3
{
}
/* Highlight styles */
/* These are used as inline styles, not headings. */
.instructions /* used for persistent, helpful text   */
{
	font-weight: bold;
	color: Blue;
}
.notice /* used for timely, temporary text */
{
	color: Blue;	
}
.warning /* used for urgent text, errors */
{
	font-weight: bold;
	color: Red;
}