body,html {
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color: #FFFFFF; /* Keep as is so that the UA editor shows the content correctly */
}
.body {
/* EDIT: Set the body class to "body" as in body class="body" ...  for all public pages NOT converted to UA */
	background-color: #F5F5DC; /* EDIT for style: the color shown outside the 780 to 1004-wide page div */
}
/* page (the biggest div, containing everything else) ------------*/
div#page {
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: #FFFFF8; /*EDIT: color of the content area bg*/
	width: 950px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;/* EDIT for style */
	color:#000000;/* EDIT for style */
	border: 1px solid black;
	margin-top:10px;
}
.style1 {
font-variant:small-caps;	
}

/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/header_coldtrail.jpg) right top no-repeat #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 162px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}
div#banner2 {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/banner.jpg) right top no-repeat #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 162px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}
div#logo {/*usually we put the logo image directly into the div and give it a link to Home*/
	position: absolute;
	top: 10px; /*EDIT for style:logo div position */
	left: 7px; /*EDIT for style:logo div position */
	padding: 0;
	margin: 0;
	width:236px; /*EDIT for style:logo image size */
	height:143px; /*EDIT for style:logo image size */
	background: transparent;
}
.logoDiv {
	cursor:pointer; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
.logoDivYAH {
	cursor:text !important; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
/* banner ^ -----------------*/

/* left column and s ----------*/
div#leftcol {
	float: left;
	background: #FFFFFF; /* to have a colored column bg, make a content_bg.gif and put it as the page div bg */
	margin: 6px 0 0 4px;	
	padding: 2px; 
	width: 220px; /* EDIT for style: could go smaller, but no wider than 170px */	
	
}
/* left column and badges ^ ----------*/

/* vertical navigation-------------*/
div#nav {
	position: relative;
	background: transparent;
	margin:0;
	padding:0;
	width:220px;
}
div#nav ul.level1 {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;/*EDIT for style*/
	padding: 0 0 3px 0;/*EDIT for style*/
	width: 220px;/*EDIT for style*/
	background: #ffcc66;
}
div#nav ul.level1 li {
	font-family:inherit;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	font-size: 16px;/*EDIT for style*/
	margin: 0;
	padding: 0 0 0 0;/*EDIT for style: controls button separation vertically*/
	_border:1px solid #ffcc66;/*for IE6 only*/
}
div#nav ul.level1 li a:link, div#nav ul.level1 li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0 8px 0 8px;/* EDIT for style: controls button width */
	color: #3d3b37 !important;/* EDIT for style */
	background:url(images/btn_home.gif) 0 0 no-repeat #ffcc66;	/* EDIT for style */
	border-bottom: 1px solid #717171;/* EDIT for style */
	padding: 10px 0 11px 35px;/* EDIT for style */
}
div#nav ul.level1 li a:hover,div#nav ul.level1 li a:active, div#nav ul.level1 li a.YAH:link, div#nav ul.level1 li a.YAH:visited  {
	color: #d93b20 !important;/* EDIT for style */	
}
div#nav ul.level1 li a.YAH:link {
	cursor: text !important;
}
div#nav ul.level2 {
	display:none;/*for initially invisible*/
	position:absolute;/* edit the top and left inline, for each submenu */
	list-style-position:outside;
	list-style-type:none;
	margin: 0;/*EDIT for style*/
	padding: 0 0 3px 0;/*EDIT for style*/
	width: 220px;/*EDIT for style*/
	background: #FFFFFF;
	padding:2px 2px 2px 0;
	border-top: 1px solid #ACA8A1;
	border-right: 1px solid #ACA8A1;
	border-bottom: 1px solid #ACA8A1;
}
div#nav ul.level2 li {
	font-family:inherit;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	font-size: 16px;/*EDIT for style*/
	margin: 0;
	padding: 0 0 0 0;/*EDIT for style: controls button separation vertically*/
	background: #ffcc66;
	border-bottom:1px solid #ffcc66;/*EDIT for style: match color to background of flyout; for IE6 only*/
}
div#nav ul.level2 li a:link, div#nav ul.level2 li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0 8px 0 8px;/* EDIT for style: controls button width */
	color: #3d3b37 !important;/* EDIT for style */
	background:url(images/btn_home.gif) 0 1px no-repeat #ffcc66;	/* EDIT for style */
	border-bottom: 1px solid #717171;/* EDIT for style */
	padding: 9px 0 11px 35px;/* EDIT for style */
}
div#nav ul.level2 li a:hover,div#nav ul.level2 li a:active, div#nav ul.level2 li a.YAH:link, div#nav ul.level2 li a.YAH:visited  {
	color: #d93b20 !important;/* EDIT for style */	
}
div#nav ul.level2 li a.YAH:link {
	cursor: text !important;
}

div#nav ul.noScript {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;/*EDIT for style*/
	padding: 0 0 3px 0;/*EDIT for style*/
	width: 220px;/*EDIT for style*/
	padding:2px 2px 2px 0;
}
div#nav ul.noScript li {
	font-family:inherit;/*EDIT for style*/
	font-weight: normal;/*EDIT for style*/
	font-size: 14px;/*EDIT for style*/
	margin: 0;
	padding: 0 0 0 0;/*EDIT for style: controls button separation vertically*/
	background: #ffcc66;
}
div#nav ul.noScript li a:link, div#nav ul.noScript li a:visited {	
    display: block;
	text-decoration: none;
	margin: 0 8px 0 20px;/* EDIT for style: controls button width */
	color: #3d3b37 !important;/* EDIT for style */
	background:url(images/btn_home.gif) 0 1px no-repeat #ffcc66;	/* EDIT for style */
	border-bottom: 1px solid #717171;/* EDIT for style */
	padding: 9px 0 11px 35px;/* EDIT for style */
}
div#nav ul.noScript li a:hover,div#nav ul.noScript li a:active, div#nav ul.noScript li a.YAH:link, div#nav ul.noScript li a.YAH:visited  {
	color: #DA809B !important;/* EDIT for style */	
}
div#nav ul.noScript li a.YAH:link {
	cursor: text !important;
}
/* vertical  navigation ^ -------------*/

/* content div ---------------*/
div#content {
	background: transparent;/*EDIT for style*/
	margin: 0 0 0 280px; /* EDIT for style: left margin for left navigation width */
	padding: 23px 50px 50px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 625px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
	/*_height:850px; EDIT for style: IE6 only*/
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1 {
	font-size: 18px;/*EDIT for style */
	font-weight: bold;/*EDIT for style */
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;/* EDIT for style */
	font-variant:small-caps;
}

p {
	line-height: 1.5em;
	padding-top: 0.1em; /*inherits font size from page, has bottom margin built in by browser*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
.first {
	padding-top: 0.5em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
.firstH1 {
	padding-top: 0.1em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
.beforeUL {
	margin-bottom:0;
}
.firstParabeforeUL {
	padding-top: 0.3em;
	margin-top:0;
	margin-bottom:0;
}
a				{ color: #0033FF; text-decoration: underline }

a:visited		{ color: #d93b20; text-decoration: underline }

a:hover			{ color: #d93b20; text-decoration: underline } 

ul {
	list-style-type: disc;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
li {
	color: #DA809B;/*EDIT for style -- the bullet color */
	font-size: 16px;/*EDIT for style -- the bullet size */
}
li p {
	margin: 0 0 0 0;
	color: #000000;/*EDIT for style -- match page color, if bullet color is different */
	font-size:14px;/*EDIT for style -- match page font size, if bullet size is different */
	padding: 0.3em 0 0 0;
}

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 1.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }  

/* text in the content area ^ ---------------- */

div.tableBorder {
	background: #FFFFFF;/*EDIT for style*/
	border: 1px solid #ACA8A1;/*EDIT for style*/
	padding:3px;
}

/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 3px 0 0 30%;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* if you want the left column to extend to the bottom of the page, put the page div's background image into the footer; or you could have a different image in the background, such as a continuation of the banner photo */
	background: #144b34;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 22px;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 7px 0 5px 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #FFFFFF !important;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
.goRight {
	float:right;
	padding: 4px 50px 0 0;
}
/* footer ^ ----------------*/

.cssfly {
font-family: verdana, arial, sans-serif; width:150px; height:20px;
position:relative; margin:0; font-size:11px; margin:5px 0;
}
.cssfly ul li a, .menu ul li a:visited {
display:block; text-decoration:none; color:#000; width:150px;
height:20px; text-align:center; border:1px solid #fff;
border-width:1px 1px 0 0; background: #144b34; color:#fff;
line-height:19px; font-size:11px;
}
.cssfly ul {padding:0; margin:0;list-style-type: none; }
.cssfly ul li {float:left; margin-right:1px; position:relative;}
.cssfly ul li ul {display: none;}
.cssfly ul li:hover a {color:#fff; background:#000;}
.cssfly ul li:hover ul {
display:block; position:absolute; top:0;
left:150px; width:150px;
}
.cssfly ul li:hover ul li a.hide {
background:#ccc; color:#000;
}
.cssfly ul li:hover ul li:hover a.hide {width:150px;}
.cssfly ul li:hover ul li ul {display: none;}
.cssfly ul li:hover ul li a {
display:block; background:#0033FF; color:#FFF; width:150px;
}
.cssfly ul li:hover ul li a:hover {background:#ffcc66; color:#000;}
.cssfly ul li:hover ul li:hover ul {
display:block; position:absolute; left:151px; top:0; color:#000;
}
.cssfly ul li:hover ul li:hover ul li a {
display:block; width:200px; background:#dfc184; color:#000;
}
.cssfly ul li:hover ul li:hover ul li a:hover {background:#bd8d5e;
color:#fff;
}
