/* ***********************************************************************
** BODY
*********************************************************************** */
body {
	background:		#94837D; 
	margin-bottom:	10px;
	margin-left:	3px;
	margin-right:	3px;
	margin-top:		10px;
	/*text-align:		center; */
}
.Easel {
	height:			90%;
	width:			750px;
}


/* ***********************************************************************
** HEADER
*********************************************************************** */
.HeaderRow {
	height:			1%;
}
.HeaderMargins {
	margin-bottom:	5px;
	margin-left:	0px;
	margin-right:	20px;
	margin-top:		5px;
}
.Header {
	background:		#544646;
	color:			#ffff98;
	vertical-align:	middle;
}
.Header h1 {
	font-family:	Arial,Helvetica;
}
.Header .standout {
	color:			red;
	font-weight:	bold;
}


/* ***********************************************************************
** CORNER (logo)
*********************************************************************** */
.Corner {
	background:		#544646;
	color:			yellow;
}
.CornerMargins {
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:		0px;
}


/* ***********************************************************************
** MAIN
*********************************************************************** */
.MainRow {
}
.MainMargins {
	margin-bottom:	10px;
	margin-left:	20px;
	margin-right:	20px;
	margin-top:		10px;
	width:			575px;
}
.Main {
	background:		URL(/Data/Site/18/Images/Mode1Background3Darren.jpg);	
}
.Main, .Main td {
	font-family:	Arial,Helvetica;
	font-size:		12px;
	line-height:	18px;
	vertical-align:	top;
}
.Main h1, dt {
	color:			#544646;
	font-family: 	Arial,Helvetica;
	font-size:		large;
	font-weight:	bold;
}
.Main .edit {
	background:		yellow;
}


/* ***********************************************************************
** FOOTER
*********************************************************************** */
.FooterRow {
	height:			1%;
}
.FooterMargins {
	margin-left:	8px;
}
.Footer {
	background:		#ffff98;
	color:			#666666;
	font-family:	Times New Roman, Times Roman;
	font-size:		11px;
	font-style:		italic;
}


/* ***********************************************************************
** NAVIGATION AREA
*********************************************************************** */
.NavRow {
	text-align: 	center;
}
.NavMarginsVert {
	margin-left:	10px;
	margin-right:	5px;
	margin-bottom:	10px;
	margin-top:		10px;
	width:			130px;
}
.NavMarginsHoriz {
	width:			750px;
}
.Nav {
	background:		#544646;
	color:			#FFCC99;
	vertical-align:	top;
}
.Nav hr {
	color:			#ffff98;
}

/* ***********************************************************************
** Flyout Menu
*********************************************************************** */
/* on pages without floating menus, default to no styles */
.NavMarginsVert ul, .NavMarginsVert li, .NavMarginsHoriz ul,.NavMarginsHoriz li
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

/* vertical */

.ANavVertList
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.ANavVertList li
{
	position: relative;
}

ul.ANavVertList li:hover ul,
ul.ANavVertList li.Hover ul /* IE 6 */
{
	display:block;
	background: #544646; /* JWW */
}

ul.ANavVertList li:hover,
ul.ANavVertList li.Hover /* IE 6 */
{
}

ul.ANavVertList li ul
{
	list-style-type:none;
	position:absolute;
	top:0%;
	left:98%;
	display:none;
	/* background: #FFFFEE url(beige102c.gif); */
	background: #544646;
}
ul.ANavVertList li ul li
{
	padding-left:5px;
	border: solid 1px black;
	width:150px;
}

/* horizontal */

.ANavHorizList
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	display: inline;
	float: left;
}

ul.ANavHorizList li
{
	position: relative;
	display:inline;
	padding-right:5px;
	float: left;
}

ul.ANavHorizList li:hover ul,
ul.ANavHorizList li.Hover ul /* IE 6 */
{
	display: block;
}

ul.ANavHorizList li:hover,
ul.ANavHorizList li.Hover /* IE 6 */
{
}

ul.ANavHorizList li ul
{
	list-style-type:none;
	position: absolute;
	top:100%;
	left:0;
	display:none;
	width:150px;
	float: none;
}
ul.ANavHorizList li ul li
{
	padding-left:5px;
	border: solid 1px black;
	display:block;
	float: none;
}

.NavMarginsVert a
{
	display: inline-block;
	width: 100%;
}

.NavMarginsHoriz a
{
	display: inline;
}

.NavMarginsVert a:hover,
.NavMarginsHoriz a:hover
{
}	


/* ***********************************************************************
** HYPERLINKS
*********************************************************************** */
a, a:visited {
	color:			blue;
}
a:hover {
	color:			#004400;
}

.ANavVertList a,
.NavMarginsVert a:link,
.NavMarginsVert a:visited,
a.ANavVert:link,
a.ANavVert:visited
{
	font-family: 	Arial,Helvetica;
	font-size:	11px;
	font-weight:	bold;
	line-height:	20px;
	text-decoration: none;
	color:		#ffff98;
}

.ANavVertList a:hover,
.NavMarginsVert a:hover,
a.ANavVert:hover {
	color:		red;
}

a.ANavHoriz, a.ANavHoriz:visited
{
	font-family: 	Arial,Helvetica;
	font-size:		11px;
	text-decoration: none;
	color:			#ffff98;
}
a.ANavHoriz:hover {
	color:			red;
}
a.AFooter,
a.AFooter:visited,
a.AFooterCopyright,
a.AFooterCopyright:visited
{
	color:			#666666;
	text-decoration: none;
}
a.AFooter:hover {
	color:			red;
}

