/* CSS Document */
/* Main Structure code below */
   body {
	margin: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Georgia;
	font-size: 12px;
	color: #6f6058;
	}
	.blue_subheads{
	color: #039ad9;
	text-transform: uppercase;
		}
			.blue_subheadslc{
	color: #0066cc;
		}
	.black_subheads{
	color: #000000;}
	.indented{
	margin-left: 12px;
	}
	.indented2{
	margin-left: 24px;
	}

#wrap {
	width: 935px;
	height: 685px;
	margin: 0px auto;
	text-align: left;
}
#body_subcontent {
	margin-left: -30px;
}
#content_body {
	margin-top: 10px;
	z-index: 1;	
}
/* Left and right Nav code below */

a.srollover_left {
	display: block;
	width: 49px;
	height: 40px;
	text-decoration: none;
	background-image: url(../images/buttons/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
a:hover.srollover_left {
    background-position:  0 -32px;
}
a.srollover_right {
	display: block;
	width: 49px;
	height: 40px;
	text-decoration: none;
	background-image: url(../images/buttons/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
a:hover.srollover_right {
    background-position: 0 -32px;
}
#Nav{
	list-style-type: none;
	top: 0px;
	left: 0px;
	width: auto;
	z-index: 2;
	text-align: left;
}
#Nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 32px;
	z-index: 1;
	width: 40px;
}

#Nav a {
	text-decoration: none;
	color: #666666;
	/* border: 1px solid black;   */
  display: block;
	/* can add a width here (or on the li) */
  /*width: 100px;*/

  /* otherwise set this to make ie6 happy,
   * but note this breaks a little bit in ie6 later,
   * see #menu ol li
   */
  _display: inline-block;
	height: 32px;
	text-align: center;
}

#Nav #left {
	margin-top: 0px;
	width: 50px;
	left: 0px;
	top: 0px;
	float: left;
	margin-left: -40px;
	background-image: url(../images/buttons/left_arrow.gif);
	background-repeat: no-repeat;
}
#Nav #left li:hover, #Nav #left li.hover {
	background: #cccc;
	color: #CC0000;
	}
#Nav #right {
	margin-top: 0px;
	width: 49px;
	left: 0px;
	top: 0px;
	float: right;
	background-image: url(../images/buttons/right_arrow.gif);
	background-repeat: no-repeat;
}

