



/* css/debug.css */

/* CSS Document */

div.debug {
}
div.debug table  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
}

div.debug .header { 
	font-weight: bold; 
	color: #FFF; 
}
div.debug td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #000;
}
div.debug .error {
	background-color: #F00;
	color: #FFF;
}

div.debug span.line-number {
	color: #888;
}

/* default */
div.debug td {
	background-color:#FFF;
}
div.debug table, div.debug .header { 
	background-color: #7A7; 
}
div.debug td.key { 
	background-color: #CFC; 
}

/* array */
div.debug .array, div.debug .array td.header { 
	background-color: #77A; 
}
div.debug .array td.key { 
	background-color: #CCF; 
}

/* object */
div.debug .object, div.debug .object td.header { 
	background-color: #AA7; 
}
div.debug .object td.key { 
	background-color: #FFC; 
}

/* resource */
div.debug .resource, div.debug .resource td.header { 
	background-color: #A7A; 
}
div.debug .resource td.key { 
	background-color: #FDF; 
}

/* xml */
div.debug .xml, div.debug .xml td.header { 
	background-color: #AAC; 
}
div.debug .xml td.key { 
	background-color: #CCF; 
}

/* ../core/css/ui.css */

/* CSS file */

.progress-bg {
	height: 20px;
	border: none;
	background: url(../core/images/progress-bg.png) repeat-x;
	overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.progress {
	height: 20px;
	border: none;
	background: url(../core/images/progress.png) repeat-x;
}


/* ../core/css/compare.css */

/* Compare CSS file */

.match {
	background-color: white;
}

.diff {
	background-color: #CCF;
}

.extra {
	background-color: #CFC;
}

table.compare {
	border-collapse: collapse;
}
table.compare, table.compare td {
	border: 1px solid #CCC;
}

.form div.compare-dir input[type='checkbox'].checkbox, form.form div.compare-dir div.checkradio label {
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

.form div.compare-file input[type='checkbox'].checkbox, .form div.compare-file label {
    margin-top: 0;
    padding-top: 0;
}
/* css/gallery.css */


.gallery .file-details, .file-movie .file-details, .file-image .file-details {
	color: #555;
	font-size: 9px;
	font-weight: normal;
}

.gallery .directory .file-details {
    padding-left: .25em;
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

.gallery .directory {
	font-weight: bold;
	clear: left;
}

.gallery .file {
	font-weight: normal;
	clear: left;
}

.gallery .file-image {
	float: left;
	margin: .25em;
	width: 230px;
	height: 200px;
	padding: .25em .25em 60px .25em;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.gallery .file-image img {
	margin: auto;
	border: 1px solid #DDD;
}

/* ../core/css/selection.css */

/* sliding doors technique for select buttons */
.select_bar_left,
.select_bar {
	margin: 10px;
	float: left;
	width: 100%;
	position:relative;
}

.select_bar_right {
	float: right;
	width: 100%;
	position:relative;
}

div.admin_select_button2, 
div.admin_select_button2_on,
div.select_button2, 
div.select_button2_on {
	display: inline;
	border: none;
	background: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 17px;
	line-height: 17px;
}

div.admin_select_button2, 
div.select_button2 {
	background: url(../core/images/ui_off.png) no-repeat 0 0;
}

div.admin_select_button2_on,
div.select_button2_on {
	background: url(../core/images/ui_on.png) no-repeat 0 0;
}
div.admin_select_button2 span,
div.admin_select_button2 span a,
div.admin_select_button2_on span,
div.admin_select_button2_on span a,
div.select_button2 span,
div.select_button2 span a,
div.select_button2_on span,
div.select_button2_on span a {
	padding-bottom: 5px;
	height: 17px;
	line-height: 17px;			
	margin: 0;
	color: #FFF;
}

div.admin_select_button2 span,
div.select_button2 span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span,
div.select_button2_on span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


div.admin_select_button2 span a, 
div.select_button2 span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span a, 
div.select_button2_on span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


.admin_select_button,
.admin_select_button_on,
.select_button,
.select_button_on {
	padding: 0 0 1px 0;
	margin: 0 5px 0 0;
	background: url(../core/images/ui_right_off.png) no-repeat right top;
	border: none;
}

.select_button,
.select_button_on {
	float: right;
	position:relative;
}

.select_bar_left .select_button,
.select_bar_left .select_button_on,
.admin_select_button,
.admin_select_button_on {
	float: left;
	position:relative;
}

.admin_select_button_on a,
.admin_select_button a,
.select_button a,
.select_button_on a {
	color: #FFF;
	display: block;
	background: url(../core/images/ui_left_off.png) no-repeat left top; 
	padding: 1px 10px;
	font-size: 12px;
	font-family: Arial;
	border: none;
	height: 17px;
	text-decoration: none;
}

.admin_select_button_on,
.select_button_on {
	background-image: url(../core/images/ui_right_on.png);
}

.admin_select_button_on a,
.select_button_on a {
	color: #642;
	background-image: url(../core/images/ui_left_on.png);
}



/* end select buttons */



/* ../core/css/fm.css */

#filelist {
	width: 750px;
	border: 1px solid #CCC;
}

#filelist .form {
	padding: 0;
	margin: 0;
}

#filelist .form input {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

#filelist th, #filelist .status {
	background: #DDD;
	color: #000;
}

#filelist-embed td {
	font-size: 11px;
}

#filelist-embed thead, #filelist-embed .status, #filelist-embed .operations {
	display: none;
}

#filelist th {
	padding: 0.5em 0.5em;
	text-align: left;
	font-weight: bold;
}

#filelist .title-links {
	font-size: smaller;
	font-weight: normal;
	float: right;
}

#filelist tr {
	background: #ddd;
}

#filelist tr.odd {
	background: #FFF;
}

#filelist td {
	color: #000;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
}

#filelist a {
	color: #00F;
	padding: 0.5em;
}

#filelist a img, #filelist img{
	display:inline;
}

#filelist a:hover {
	background-color: transparent;
}

#filelist .long {
	font-weight: normal;
	padding-left: 1em;
}

#filelist .dir .name {
	font-weight: bold;
}

#filelist .thumb {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

#filelist .icon {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
}

#filelist .thumb img, #filelist .icon img {
	margin: 0 auto 0 auto;
}

#filelist .operations {
	font-size: 9px;
	width: 18.75em;
}

#filelist .operations a img {
	font-size: 9px;
	padding-left: .1em;
	padding-right: .1em;
}

#filelist .perms {
	width: 2.25em;
}

#filelist .size {
	text-align: right;
	width: 7em;
}

#filelist .modified {
	width: 6.5em;
}

#filelist .separator {
	border-top: 1px solid #888;
}

#filelist .status span {
	padding: 0;
	margin: 0;
}

#filelist .error {
	color: red;
}

#filelist .ok {
	color: green;
}

/* ../core/css/site.css */

/* Site CSS */

div.clearboth {
	clear: both;
}

div.clearleft {
	clear: left;
}

div.clearright {
	clear: right;
}


/* css/rounded.css */

/* CSS Document */

/* rounded corner support */
/* 
Typical xHTML markup for rounded elements 

<div>
	<b class='b1'></b><b class='b2'></b><b class='b3'></b><b class='b4'></b>
		<div class='boxcontent'>
			<div class='header'>
				Header content
			</div>
			Content goes here
		</div>
	<b class='b4b'></b><b class='b3b'></b><b class='b2b'></b><b class='b1b'></b>
</div>

Typical color replacement CSS

#rounded .boxcontent .header { background-color: gray; color: white; }
#rounded .b1, #rounded .b2 { border-left-color: gray; border-right-color: gray; }
#rounded .b3, #rounded .b4, #rounded .b4b, #rounded .b3b, #rounded .boxcontent { border-left-color: gray; border-right-color: gray; }
#rounded .b2b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1 { background: gray; }
#rounded .b2, #rounded .b3, #rounded .b4 { background: gray; } 
#rounded .b1b { background: gray; } 

*/

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
	display: block; 
	overflow: hidden; 
	font-size: 1px;
}

.b2, .b3, .b4 { 
	background: #CCC; 
}

.b2, .b3, .b4, .b4b, .b3b, .b2b { 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1b { 
	background: #CCC; 
}

.boxcontent { 
	display: block;
	background: #FFE; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1, .b2, .b3, .b1b, .b2b, .b3b { 
	height: 1px; 
}

.b1, .b1b { 
	margin: 0 5px; 
}

.b2, .b2b { 
	margin: 0 3px; 
	border-width: 0 2px; 
}

.b3, .b3b { 
	margin: 0 2px; 
}

.b4, .b4b { 
	height: 2px; 
	margin: 0 1px; 
}

.boxcontent { 
	padding-bottom: 5px; 
}

.boxcontent .header { 
	margin-bottom: 5px; 
}

/* css/print.css */

@media print {

body {
  background: white !important;
}

#nav, #footer, #subnav, form {
  display: none;
}

#content {
  margin-left: 0px;
  width: auto;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}

/*
#printfooter {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}
*/

/* special formatting for the directory */

.dirlisting {
	padding: 0;
	margin: 0;
	border: none;
}

.dirlisting img, .dirfull, .detail-header, .lookup, .form {
	display: none;
}


.dirlisting .location, .dirlisting .contact, .dirlisting .role, .lookup {
	display: none;
}

/*
.dirlisting .name, .dirlisting .title, .dirlisting .phone, .dirlisting .email {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	font-size: 7pt;
}
*/

.dirlisting .name, #phone-list .name {
	width: 20%;
}

.dirlisting .title, #phone-list .title {
	width: 20%;
}

.dirlisting .email, #phone-list .email {
	width: 25%;
}

.dirlisting .phone, #phone-list .phone {
	width: 15%;
}

.grayline {
	border-bottom: 3px solid black;
	height: 2px;
	margin-bottom: 20px;
}

#bio {
	text-align: center;
	width: 600px;
}

.biodetails {
	display: none !important;
}

.biotext {
	width: 600px;
}

#bio .name {
	font-size: 16pt;
	width: auto;
}

#bio .chds {
	font-size: 12pt;
	width: auto;
}


.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}

#phone-list .subtitles {
	display: table-row;
}

#phone-list td {
	font-size: 7pt;
}

}
/* ../core/css/form.css */

/* CSS Document */

/* form entries */

form {
	margin: 0;
	padding: 0;
}

.form {
	display: block;
}

.form fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.form legend {
	display: none;
}

.form label, .form .comment, .form .comment-required, .form .form-label {
    display: block;
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 2px;
	margin: 0;
	line-height: 11px;

}

.form span.form-label, .form .checkradio label.inline {
	display: inline;
	padding-right: 1.5em;
}

.form select {
	margin: 2px 0 2px 0;
}

.form #refinement select {
	margin: 0;
}


.form label.required { 
	background-image:url(../core/images/required.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:11px;
	margin-top:5px;
}
.form label{
	margin-top:5px;
}
.form .comment-required {
	clear: left;
}

#form-error {
	background-color: #F33;
}

li.form-error {
	background-color: #F33;
	color: white;
	margin: 0;
	padding: 2px;
	width: 300px;
}

.form .comment {
	padding-bottom: 4px;
	line-height: normal;
	clear: left;
}

.form label.checkradio, .form div.checkradio label {
    display: inline;
	margin-right: .25em;
}

.form input, .form textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 2px;
}

.form .required-multifield, .form .required-newmultifield, .form .multifield, .form .newmultifield, .form .newfield, .form .multifield {
    float: left;
	margin-right: 0.5em;
	/* position: relative; */
}

.form div.inline, .form div.inline-start, .form div.inline-no-label {
	float: left;
	margin-right: 0.25em;
	position: relative;
}

.form .field, .form .inline-start {
	clear: left;
	margin-right: 0.5em;
}

.form .required-field, .form div.newfield, .form .required-newmultifield, .form .newmultifield {
	clear: left;
}

.form .submit {
	clear: both; 
	float: left;
	position: relative;
}

#loginextras .form .field {
	float: right;
	text-align: right;
}


.hidden, .hidden input {
	display: none;
}

.group {
	padding: 0;
	margin: 0;
}



#basic label {
 display: none;
}

#basic select {
	margin-top: 1px;
}

.datelabel {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

.formend {
	height: 0px;
	clear: left;
}

.form .required .field, .form .invalid .field, .form .required .inline, .form .invalid .inline {
	border-left:  2px solid red;
}

.edit-in-place {
	clear: left;
}

.form input[type='checkbox'] {
	display: inline;
	margin-top: 1.25em;
}

.form input[type='submit'], .form input[type='reset'] {
}
    
.form div.inline-no-label input[type='submit'], .form div.inline-no-label input[type='reset'] {
	margin-top: 0em;
}


div.slideswitch input {
	background-repeat: no-repeat; 
	border: none; 
	font-size: 0; 
	width: 61px; 
	height: 15px;
	display: inline;
}

div.slideswitch label {
	padding-right: 1em;
	padding-top: .2em;
	display: inline;
}

td div.slideswitch {
	float: right;
}

/* css/page.css */


/* General Document Formatting */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/HSA4bg.jpg);
	background-repeat: repeat-x;
	
	background-color: #E1D3B5;
}

div#body {
	padding-top: .25em;
	text-align: left;
	font-family: Georgia, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
    margin: 0 auto 0 auto;
	width: 800px;
}

h1, h2, h3, h4 {
    font-family: Georgia, 'Times New Roman', serif;
	margin-bottom: 1em;
	margin-top: 1em;
    font-weight: bold;
}

h1 {
    font-size: 19px;
}

h2 {
    font-size: 18px;
	text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

h4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
	margin-bottom: .5em;
}

h5 {
    font-size: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: .5em;
    font-weight: normal;
}

li {
    padding: .25em 0 .5em 0;
	margin-left: 2em;
	line-height: 1.3em;
}

ol, ul, dl {
    padding: 0 0 1em 0;
	margin: 0;
}

li ol, li ul, li dl, li li {
    padding-bottom: .25em;
}

ul.special {
    font-family: Verdana, Georgia, Helvetica, sans-serif;
}

p {
	margin: 0;
	line-height: 1.25em;
	margin-bottom: 1em;
}

a, a:hover img {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
	font-weight: bold;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

html, #body, #header {
    padding: 0;
	margin: 0;
}

dt, dd {
  margin-bottom: 1em;
}

.top-link {
	display: none;
}

#content {
	width: 800px;
	margin: 15px 0 0 0;
	border: 1px solid #000000;
	background-color: white;
	padding: 0;
}

.widemargins, #contents {
	margin: 0 50px 30px 50px;
}


/* forces content to extend below any floats */
#contentend {
    clear: both;
}

/* generic styles */

.callout {
	float: right;
	clear: right;
	margin: .25em;
	margin-top: 0;
	margin-right: 0;
	width: 150px;
	display: block;
	background: transparent;
	border: none;
	padding: 0;
}

.callout h1 {
	font-size: 16px;
	padding: 0 0 .25em .25em;
}

.callout a {
	display: block;
	font-size: 11px;
	padding: .25em;
	padding-top: 0;
}

.callout p {
	display: block;
	font-size: 11px;
	padding: .25em;
	padding-top: 0;
}

.callout img {
	float: left;
	padding-right: .5em;
}

.callout a.toplink {
	float: right;
	margin: 0 .25em 0 .25em;
	padding: 0;
	font-size: 11px;
}

/* redefine these for custom colors */ 
.callout .header { 
	background-color: #EEE;
	color: #FFF;
}

/* used for blocking out a title to get attention */

.highlight {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: .5em;
}

/* table defaults for a 'standard' data table */

.basictable {
    margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 15px;
}

.basictable td, .basictable th, div.basictable {
	margin: 0;
	padding: .25em;
	vertical-align: top;
	font-size: inherit;
	border: 1px solid #999;
}

.basictable tr.titles {
	font-weight: bold;
}

.basictable td.number {
	text-align: center;
}

.basictable-small {
    margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 15px;
}

.basictable-small td, .basictable-small th {
	margin: 0;
	padding: 2px;
	vertical-align: top;
	font-size: 10px;
	font-stretch: condensed;
	
	border: 1px solid #999;
	text-align: left;
	font-weight: normal;
	font-family: Arial;
}

.basictable-small tr.titles td {
	font-weight: bold;
}

.basictable-small tr.titles-italic td {
	font-style: italic;
	font-size: 7px;
}

.basictable-small td.number {
	text-align: right;
}

.reduced .basictable td, .reduced .basictable th {
	font-size: 11px;
}

/* Miscellaneous Use */

#notice {
	background-color: #660000;
	color: #FFF;
}

#error {
	background-color: #D00;
	color: #FFF;
}

.pdf {
    padding-left: .25em;
	color: #555;
	font-size: 9px;
}

/* to highlight photos so they look like photos */

.photo {
	border: 1px solid #EEE;
	padding: .25em;
	width: 450px;
	text-align: center;
    margin-left: 150px;
    margin-right: auto;
	margin-top: 1em;
}

/* used for a unique look for custom lists */

ul.special-list {
	list-style-image: url();
	padding-bottom: 20px;
}

ul.special-list li {
	padding-top: 0;
	padding-bottom: 0;
}

.lightbox {
	padding: 2px;
	width: 78px;
	border: 1px solid #BCBCDC;
	margin-bottom: 10px;
}

.title-underline {
	padding-bottom: 2px;
	border-bottom: 1px solid #BCBCDC;
	font-size: 12px;
}

.verysmall {
	font-size: 10px;
	color:#666666;
}

.issn {
	text-align: right;
	clear: both;
	
	font-size: 10px;
	color:#666666;
}

.pad-more {
	padding: 3px;
	text-align:center;
}

.vol-heading {
	text-align:center;
	padding-bottom: 3px;
	padding-top: 10px;
}

.smallertxt {
	padding: 3px;
	font-size: 11px;
	color:#666666;
}

.boxnav {
	padding-bottom: 20px;
	text-align: center;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.sidebox {
	float: right;
	width: 25%;
	padding: 10px;
	border: 1px solid #BBB;
	clear: both;
	margin-bottom: 20px;
}

.audio-link {
	float: right;
	font-size: smaller;
}

.fullissuepdf img {
	float: left;
	position: relative;
	margin-right: 10px;
}

.fullissuepdf {
	clear: both;
	border-top: 1px dashed #999;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px;
}

.tab-indent {
    margin-left: 2em;
}

.inset-right {
    float: right;
    margin: 0 0 .5em 1em;
}

.inset-left {
    float: left;
    margin: 0 1em .5em 0;
}

.content hr.thin {
    height: 3px;
    border: none;
    background-color: #FFF;
    color: #FFF;
    margin: 0;
    padding: 0;
}

div.sans *, td.sans {
    font-family: Verdana, Helvetica, sans-serif;
}

.upper {
	text-transform: uppercase;
}
/* css/home.css */

/* CSS Document */

#feature {
	border: 1px solid #BCC3CA;
	background-color: #D9DCE1;
}

.feature {
	font-weight: bold;
	color: #020A45;
}

.articlelist {
	line-height: normal;
}

.articlelist td {
	padding: 10px;
	vertical-align: top;	
}

.articlelist a {
	color: #640604;
}

.articlelist a:hover {
	color: #369;
}

.top td {
	line-height: normal;
	padding-bottom: 20px;
}

.top h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BCC3CA;
}

a:link {
	color: #006;
}

a:visited {
	color:#933;
}

a:hover, a:active, a:focus {
	color: #369;
}

/* css/footer.css */


#footer {
	text-align: center;
	clear: both;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #525252;
	padding: 1em 0;
}

#footer .footerlink {
	color: #525252;
}

#footer img {
	border-top: 1em solid white;
	padding: 0;
	margin: 0;
}

#printfooter {
    display: none;
}

.photocredit {
	font-size: 11px;
	text-align: center;
	font-family: arial;
	color: #525252;
}

/* css/main.css */

/* CSS Document */

.articlelist {
	line-height: normal;
}

.articlelist td {
	padding: 10px;
	vertical-align: top;	
}

.articlelist a {
	color: #640604;
}

.articlelist a:hover {
	color: #369;
}

.top td {
	line-height: normal;
	padding-bottom: 20px;
}

.top h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BCC3CA;
}

a:link {
	color: #006;
}

a:visited {
	color:#933;
}

a:hover, a:active, a:focus {
	color: #369;
}

/* css/header.css */


/* Nav references */
#header {
	margin-top: -.25em;
	width: 800px;
	background-image: url(images/HSA4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 95px;
}

#nav {
	position: relative;
	width: 800px;
	font-family: Verdana, Georgia, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	top: 95px;
	text-align: center;
	padding: 2px 0;
	border: 1px solid black;
	color: #FFF;
}

#nav a {
    padding: 0 .5em;
	text-decoration: none;
	color: #FFF;
}

#nav a:hover, #nav a.selected {
    color: #A6A3FF;
	text-decoration: none;
}

.nav-section {
	display: inline;
	padding: 0 1em;
}
/* css/pages/home.css */

/* CSS Document */

.toc {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.toc-main {
	padding-left: 25px;
	padding-top: 20px;
}

.toc-feature {
	padding-left: 20px;
	padding-right: 50px;
	margin-bottom: 30px;
}

.toc-feature img {
	float: left;
	position: relative;
	padding-right: 15px;
}

.toc img {
	float: right;
	padding-left: 15px;
}

.toc-feature-bdr {
	border: 1px solid #AAA;
	margin-left: 20px;
}

.toc-feature-txt {
	padding: 8px;
	margin-left: 200px;
}

.toc-theme {
	padding: 3px;
	padding-top: 15px;
	margin-left: 210px;
}

.toc-author {
	padding: 3px;
	padding-bottom: 22px;
	font-size: 11px;
	color:#666666;
}

.toc-author-special {
	padding: 3px;
	padding-bottom: 5px;
	font-size: 11px;
	color:#666666;
}

@media print {

body {
	background-color: #E1D3B5 !important;
	background-image: url(images/HSA3bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

}