body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#d0d8db;
	font-family:Verdana, sans-serif;
}

a img {
	border:0px solid #ffffff;
}

li.home {
	list-style-image:url('../images/bullet.gif');
	padding-bottom:4px;
}

.clearall, .clear-all {
	position:relative;
	visibility:hidden;
	clear:both;
	width:100%;
	height:0px;
	margin:0px;
	padding:0px;
}

.header {
	FONT-SIZE: 15px; 
	COLOR: #000080; 
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial; 
}

.heading {
	FONT-SIZE: 15px; 
	COLOR: #000080; 
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial; 
}

/****************************************************
	Page Canvas
****************************************************/
div#canvas {
	position:relative;
	width:947px;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	background-image:url('/chesres2/images/canvas/canvas_span_width.gif');
	background-repeat:repeat-y;
	background-position:top left;
}

div#canvas div#canvas-base, div#canvas div#canvas-topper {
	position:absolute;
	width:947px;
	margin:0;
	padding:0;
}

div#canvas div#canvas-topper {
	height:14px;
	top:0;
	left:0;
	background-image:url('/chesres2/images/canvas/top_curve.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

div#canvas div#canvas-base {
	height:16px;
	bottom:0;
	left:0;
	background-image:url('/chesres2/images/canvas/bottom_curve.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#canvas div#canvas-container {
	width:933px;
	margin:0 auto;
	padding:7px 0;
}

/****************************************************
	Page Header
****************************************************/
div#page-header {
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
}

div#page-header div#logo {
	position:relative;
	width:934px;
	height:210px;
	margin:0 0 0 -1px;
}

/****************************************************
	Page Toolbar
****************************************************/
div#page-toolbar {
	position:relative;
	width:100%;
	height:38px;
	margin:0px;
	padding:0px;
	background-image:url('/chesres2/images/header/toolbar_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

div#page-toolbar div#left {
	float:left;
}

div#page-toolbar div#right {
	float:right;
}

div#page-toolbar div.toolbar-element {
	float:left;
	padding:8px;
	font-size:12px;
}

div#page-toolbar div.toolbar-element a {
	color:#ffffff;
	text-decoration:none;
}

div#page-toolbar div.toolbar-element a:hover {
	text-decoration:underline;
}

/****************************************************
	Page Content
****************************************************/
div#page-content {
	position:relative;
	width:891px;
	min-height:200px;
	margin:0px auto;
	padding:20px 0px;
	font-size:13px;
}

div#page-content div#left-col {
	position:relative;
	width:200px;
	float:left;
	margin:0px;
	/*background-color: #F0F0F4;*/
}

div#page-content div#middle-col {
	position:relative;
	width:410px;
	float:left;
	margin:0px 5px 0px 20px;
}

div#page-content div#middle-col h1 (
	FONT-SIZE: 12px; 
	COLOR: #000080; 
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial; 
)


div#page-content div#right-col {
	position:relative;
	width:175px;
	float:right;
	margin:0px;
}

div#page-content div#right-col p {
	background-color:#ededf1;
	border:1px solid #211f5b;
	margin-left:670px;
	padding:0 10px 0 15px;
}
div#page-content div#right-col a {
	color:#cc0000;
	font-weight:bold;
}
div#page-content div#right-col a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/****************************************************
	Page Bottom
****************************************************/
div#page-bottom {
	position:relative;
	width:100%;
	height:204px;
	margin:-35px 0 0 0;
	padding:0px;
	background-image:url('/chesres2/images/footer/footer.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

div#page-bottom div#bottom-highlight-text {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
	color:#951b1e;
	/* font-weight:bold; */
	font-size:18px;
}

/****************************************************
	Page Footer
****************************************************/
div#footer {
	position:relative;
	width:947px;
	margin:0px auto;
	padding:5px 0px;
}

div#footer div#copyright {
	text-align:center;
	font-size:10px;
}

/****************************************************
	Special Page Styles
****************************************************/

div.lead-category {
	padding:5px;
	margin:15px 0 0 15px;
	background-color:#9493B2;
	border-top:2px solid #282663;
	border-bottom:2px solid #282663;
	border-left:2px solid #282663;
	color:white;
	position:relative;
}

div#lead-main {
	width:100%;
	min-height:300px;
	background-color:#9493B2;
	border:2px solid #282663;
}