/* CSS Document */
* {margin:0;padding:0}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76.2%;
	background-color: #fff;
	background-image:none;
	}
h1,h2,h3,h4,h5,h6 {font-family: "Times New Roman", Times, serif;}

ul {margin-left: 36px;}
ol {margin-left: 26px;}

#wrapper {
	width: 834px;
	margin: 0 auto;
	background-image: none;
	}
#container {
	width: 820px;
	margin: 0 8px;
	padding: 0;
	background-color: #FFFFFF;
	background-image:none;
	}
#header {
	width:834px;
	height: 20px;
	background-image:none;
	}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	margin-left: 0px;
	font-size: 1.6em;
	}
#header #toolbox {display:none;}
#banner.home {display:none;}

#banner {display:none;}

#mainnav {display:none;}

/************* Left Column *********************/
	
#leftcol {display:none;}}
	
#centercol {
	float: left;
	width: 820px;
	border: none;
	border-top: 0;
	border-bottom: 0;
	padding-top: 20px;
	}
#centercol h2 {
	margin: 20px 20px 10px 20px;
	font-size: 1.5em;
	}
#centercol h3 {
	margin: 6px 20px;
	color: #56004e;
	font-size: 1.2em;
	font-weight: normal;
	text-transform:uppercase;
	}
#centercol p {
	margin: 6px 20px;
	line-height: 1.3em;
	}	
#rightcol {display:none;}
#footer_wrapper  {
	width:860px;
	background-image: none;
	margin: 0 auto;
	padding-bottom: 20px;
	
	}
#footer  {
	width:820px;
	margin: 0 21px;
	padding: 10px 0;
	background-color: #fff;
	color: #fff;
	}
#footer  p{
	text-align: center;
	line-height: 1.5em;
	font-size: .9em;
	}
#footer  a{
	text-decoration: none;
	color: #fff;
	}
#footer  a:hover{
	text-decoration: underline;
	}
.leftpic {margin-right: 16px; float: left;}
.rightpic {margin-left: 16px; float: right;}

hr.clear { 
	/* This keeps the container from collapsing. Use <hr class="clear" /> 
	right before you close the container.  */
	display: block;
	clear: left; 
	/*margin: -0.66em 0;*/ /*This works in IE lte7 but screws up FF et al*/
	margin: 0;
	border: 0;
    visibility: hidden;
	overflow:hidden;
	}
#IEroot hr.clear { /*This allows a style to work in IE lte(<=)7 which is not used by FF et al*/
	/* This keeps the container from collapsing in IE. Use <hr class="clear" /> 
	right before you close the container.  */
	display: block;
	clear: left; 
	margin: -0.66em 0;  /*This works in IE lte7 but screws up FF et al*/
	border: 0;
    visibility: hidden;
	overflow:hidden;
	}
.noprint {display: none;}

