html, body { text-align: center;
	font: normal 10pt arial, helvetica, sans-serif;
	margin-top: 0px;
	background-color: #efefef;
	}

#frame {text-align: left;
	background: #fff url(../gifs/fading21.png) repeat-y -120px;	
	width: 800px;
	\width: 800px;
	w\idth: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 5px;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
	}
/* top header */
#header { background:  url(../gifs/choiceslogo.gif) no-repeat 40px 20px;	
	height: 190px;	
	padding: 0px 0px 0px 10px;
	border-bottom: 4px solid blue;
	
	}
#headImage	{
	/* background:  url(../gifs/hands.jpg) no-repeat 440px 00px; */
	posiiton: absolute;
	left: 450px;
	top: 10px;
	z-index: 2;
	}

/* for IE and Mozilla-based browsers */
.contentLeft{ padding: 10px 10px 0px 10px;
	width: 175px;
	float: left;
}

/* for CSS2 compatible browsers only */
[class~="contentLeft"] { margin-left: 0mm;
}
.block	{ margin: 50px 0px 0px 0px;
	clear: both;
	padding: 4px;
	background-color: #efefef;
	}
.menu	{
	font: bold 12pt arial, helvetica;
	padding: 4px;
	}
/* body text */
#bodyText { line-height: 1.3em;
	margin: 0px 0px 0px 205px;
	padding: 25px 25px 25px 15px;
	background-color: #fff; 
	}
h1, h2, h3, h4, h5, h6 { /* text  color */ color: blue; }

h2, h3, h4 {
	padding-bottom: 0.4ex;
	line-height: 1em;
}
p.quote	{ text-indent: 15px; font-style: italic;	}
/* table block formatting details */
td {font: normal 9pt arial helvetica sans-serif; }
table.color {font: normal 9pt arial helvetica sans-serif; background-color: #ececec; border: 1px solid white; }

img { border: 0px;
}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: olive;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: darkblue;  } 

.red a:link	{ color: #ffffff; text-decoration: none; }
.red a:visited {color: #ffffff; text-decoration: none; }
.red a:active { color: #ffffff; text-decoration: none; }
.red a:hover	{ color: #ffffff; text-decoration: underline;
	
}

/* form format, visible */
label 	{  width: 150px; float: left;
	margin-right: 0.5em; display: block;  }
.forms input	{ border: 1px solid #517ccd;width: 200px;  }
.forms .checkbox		{border: 1px solid #517ccd; width: 14px; }
.forms .submit	{ margin-left: 160px;	}
input	{ border: 1px solid #517ccd;	} /* affects search GO button */
/* footer */
#footer {	
	padding: 10px;
	font-size: 9pt;
	clear: both;
	text-align: center;
	}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 10px 0px 10px 0px;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		color: white;
		background-color: #6699FF;
		position : absolute;
		left: -999em;
		margin-left : 11.1em;
		margin-top : -1.7em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 11em;
		display : block;
		color : black;
		text-decoration : none;
		background-color : #;
		border : 1px solid #aaa;
		padding : 8px 0px 0px 2px;
	}
	
	#nav li a:hover {
		color: white;
		background-color: #6699FF;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 9em;