body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	background: url(images/menu-bg.jpg) repeat-y;
}

#search-top {
	position: absolute;
	top: 3px;
	right: 11px;
	z-index: 5;
	width: 250px;
	padding-left: 25px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 184px;
	background-color: #f1f0f1;
}

#search-bar {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #d2b9dA;
	height: 27px;
	width: 100%;
}

#logo {
	position: absolute;
	top: 0;
	background: #f1f0f1 url(images/hdr-hands.jpg) no-repeat;
	width: 255px;
	height: 153px;
	z-index: 2;
}

#header-text { 
	position: absolute;
	top: 77px;
	right: 15px;
	height: 55px;
	color: #605D61;
	text-transform: uppercase;
	font: bold italic 26pt/14px Georgia, Times New Roman, Times, serif;
	padding: 9px;
	overflow: visible;
}

#bar {
	position: absolute;
	top: 153px;
	left: 0;
	width: 100%;
	height: 28px;
	border-top: #000 solid 1px;
	background-color: #b67ec8;
	border-bottom: #000 solid 1px;
	font: small-caps bold .9em Tahoma, Verdana, sans-serif;  
	color: #000;
}

#menu-bar {
	position: absolute;
	top: 1px;
	right: 0px;
}

#menu-bar a:link {
	text-decoration: none;
	color: #000;
}

#menu-bar a:visited {
	text-decoration: none;
	color: #000;
}

#menu-bar a:hover {
	text-decoration: underline;
	color: #000;
}

#menu-bar a:active {
	text-decoration: underline;
	color: #000;
}

#menu-bar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-bar li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	text-align: left;
	cursor: default;
	padding-left: 5px;
}

#menu-bar li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #B0B07C;
	text-align: left;
	border: solid 1px #000;
	padding: 5px;
}

#menu-bar li li {
	text-align: left;
	width: 125px;
}

#menu-bar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu-bar li:hover ul, #menu-bar li.over ul { /* lists nested under hovered list items */
	display: block;
}


#left-menu {
	position: absolute;
	top: 183px;
	background-color: #EFEFEF;
	width: 207px;
	font: bold .9em Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

#menu ul {
	padding: 3px 0 3px 0px; 
	margin: 0;
	list-style-type: none;
}

#menu li {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	height: auto;
}

#menu a:link {
	display: block;
	background-color: #e9e9ea;
	color: #333;
	text-decoration: none;
}

#menu a:visited {
	display: block;
	background-color: #e9e9ea;
	color: #333;
	text-decoration: none;
}

#menu a:hover {
	display: block;
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

#menu a:active {
	display: block;
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}


#top-menu {
	position: absolute;
	top: 5px;
	right: 12px;
	color: #000;
	font: small-caps bold 1em Tahoma, Verdana, sans-serif;  
}

#top-menu a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#top-menu a:hover, a:active {
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 215px;
	top: 200px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	margin: 0px;
	font: 1em/1.2 Georgia, Times New Roman, serif;
	z-index: 0;
}

.header-search {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

.header-search-b {
	font: small-caps 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

a.pdf:link, a.pdf:visited {
	background: url(images/icon_pdf.gif) no-repeat right center;
	padding-right: 18px;
}

.noBorder {
	border: #000 solid 0;
}

.border {
	border: #000 solid 1px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#content h1 {
	font: bold 1.3em/1.3 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#content h2 {
	font: normal 1.1em/1.3 Arial, Helvetica, sans-serif;
	border-bottom: dotted 2px #ccc;
	color: #333;
	padding-top: 9px;
	padding-bottom: 2px;
}

#content h3 {
	font: bold 1.0em/1.3 Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	padding-top: 2px;
}

#content ul {
	list-style-type: disc;
}

#content li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#content a:link {
	text-decoration: underline;
	color: #B67EC8;
}
#content a:visited {
	text-decoration: none;
	color: #B67EC8;
}

#top-menu a:hover, a:active {
	text-decoration: underline;
	color: #B67EC8;
}

#hpNav {
	width: 125px;
	background-color: #eee;
	padding: 10px;
	font: normal .8em/1.3 Arial, Helvetica, sans-serif;
	float: right;
	margin: 5px;
}

#hpNav ul {
	margin: 0;
	padding-left: 17px;
}

#button a:link, a:visited, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

/* search styles */

#google {
	font: normal small/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.nb {
	border-width: 0;
}

#search {
	float: right;
	padding: 2px;
	height: 20px;
	width: 250px;
}

.gs {
	font-size: smaller;
	border: 1px solid #000;
}

.gsb {
	font: bold small-caps smaller  Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	border: 1px solid #000;
}

.searchBar { 
}

.gnav {
	text-align: center;
	padding: 10px;
}

.googleLogo {
	float: right;
}

.gurl {
	color: #999; 
	font-size: 80%;
}

.gresult {
	padding: 5px 0px 5px 10px;
}

.gdesc {
	padding: 3px 0px 3px 10px;
}

#google a:visited {
	color: #B67EC8;
}

#google a:link { 
	color: #B67EC8;
}

/* generic styles */


fieldset {
	border-width: 0px;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

dd {
	margin-top: 3px;
	margin-left: 5px;
	padding-bottom: 15px;
}

.button {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 70%;
	color: #000;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 1px 1px;
}

.hdr-search {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #666;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
}

#myths dt {
	font-weight: 700;
	margin-bottom: 1px;
	margin-top: 5px;
}
#myths dd {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 7px;
}

#myths {
	padding-top: 5px;
}

hr {
	color: #ccc;
}