body{
	background-color:#FFF;
	color:#000;
	font-family:Calibri, Tahoma;
	margin:0px;
	padding:0px;
}
p,li{
	font-size:11pt;
}
a:link, a:visited{
	color:#00F;
	text-decoration:none;
}
a:link:hover, a:visited:hover{
	color:#800;
}
#head-bg{
	background-color:#FFF;
	height:70px;
	margin:0px 0px -70px 0px;
	position:relative;
	width:100%;
	z-index:1;
}
#headTable{
	height:70px;
	position:relative;
	top:0px;
	width:100%;
	z-index:2;
}
#headCell{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	white-space:nowrap;
}
#head-menu{
	background-color:#000;
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
}
#head-menu a{
	border-left:1px dashed #222;
	border-right:1px dashed #333;
	color:#08F;
	padding:0px 10px;
}
#head-menu a:hover{
	color:#E40;
}
#head-menu-table{
	margin-left:auto;
	margin-right:auto;
}

/* Make sure the UltraSearch box is displayed correctly. */
#head-menu .search_form{
	margin:0px;
	white-space:nowrap;
	width:230px;
}
#head-menu fieldset.search{
	background:url('http://gotochriswest.com/styles/FadingHeader/images/search-bg.gif') repeat-x left center;
	border:none;
	margin:0px;
	padding:0px;
	width:212px;
}
#head-menu .search input, #head-menu .search a{
	border:none;
	float:left;
}
#head-menu .search input.box{
	background:none;
	color:#000;
	font-size:14px;
	height:18px;
	margin:4px 0px 2px;
	padding:0px;
	width:190px;
}
#head-menu .search a.button{
	background:url('http://gotochriswest.com/styles/FadingHeader/images/search.gif') no-repeat left center;
	border:none;
	height:20px;
	margin:2px 0px 2px 2px;
	padding:0px;
	position:relative;
	left:2px;
	width:20px;
}
#head-menu .search a.button:focus, #head-menu .search a.button:hover{
	background-position:center right;
}
#head-menu .search .button input{
	display:none;
}
#head-menu .search_body{
	float:left;
}
#head-menu .left_search_border, #head-menu .right_search_border{
	background:url('http://gotochriswest.com/styles/FadingHeader/images/search-sides.gif') no-repeat 5px center;
	float:left;
	height:24px;
	margin:0px;
	width:9px;
}
#head-menu .right_search_border{
	background-position:-8px center;
}
/* End UltraSearch box */

#head-fade-bg{
	height:25px;
	position:relative;
	width:100%;
	z-index:1;
}
#body-wrap{
	width:100%;
}
#body{
	padding:10px;
	padding:1px 10px 0px 10px;
}
#body .headline1{
	border-bottom:3px solid #CCC;
	display:block;
	font-size:28pt;
	font-weight:bold;
}
#body .headline2{
	border-bottom:2px solid #CCC;
	display:block;
	font-size:24pt;
	font-weight:bold;
}
#body .headline3{
	border-bottom:2px solid #CCC;
	display:block;
	font-size:20pt;
	font-weight:bold;
}
.indent{
	margin-left:.5in;
}
#copyright{
	font-size:10pt;
	text-align:center;
}