body {
	/*
	background-color: #005645;
	*/
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td, p, b, li, select, a, h1 {
	font-family: arial, helvetica, verdana, sans-serif;
}
body, td, p, b, li, select {
	font-size: 12px;
	line-height: 22px;
}

body, td, p, b, li, select {
	color: #333;
}
	
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #005645;
}
a:hover {
	color: #fff;
	background-color: #005645;
}
a:hover img, img:hover, a.nohover:hover {
	background-color: transparent;
}

.small {
        font-size: 11px;
}

h1 {
	font-family: georgia, serif;
	font-size: 18px;
	color: #3D8A7F;
	font-weight: lighter;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

h1.pagetitle,
h1.chapterpagetitle {
	font-family: georgia, serif;
	font-size: 30px;
	color: #005645;
	font-weight: lighter;
	line-height: 118px;
	margin: 0;
	padding: 0;
}
h1.chapterpagetitle {
	line-height: 60px;
}

.greenital {
	font-family: georgia, serif;
        font-style: italic;
	font-size: 14px;
	color: #3D8A7F;
	line-height: 1.25em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

.bodname {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

.bod {
	font-family: georgia, serif;
	font-size: 12px;
        font-style: italic;
	line-height: 1.5em;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url('/img/bullet.gif');
}
li.arrowed {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url('/img/arrow.gif');
}
li.nobotmargin {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-image: none;
	margin-bottom: 15px;
}
div#mainouter {	
	width: 952px;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	margin: 0 auto;
}
div#maininner {	
	border-left: 1px #005645 solid;
	border-right: 1px #005645 solid;
}
div#main {	
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.clearboth {
	clear: both;
}
ul {
	margin-left: 4px;
	padding-left: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url('/img/bullet.gif');
}
hr {
	clear: both;
	border-top: 2px #e2e2e2 solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #005645;
	margin: 20px 0;
	height: 2px;
}
/*  ---  UNAV  ---  */
div#unav {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}
div#unav a, a.learnmore {
	font-family: georgia, serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin: 0; 
	background-color: transparent;
}
div#unav a {
	padding-left: 12px;
	padding-right: 12px;
}
a.learnmore  {
	margin-bottom: 25px;
	background-image: url('/img/arrow_line.gif'); /* these 5 lines were in above block but should no longer apply to unav */
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 22px;
	padding-right: 12px;
}
a.learnmore:hover  {
	background-color: #005645;
	color: #fff;
}
div#unav a:link, div#unav a:active, div#unav a:visited {
	color: #333;
}
div#unav a:hover, div#unav a.unavon {
	color: #333;
	background-color: #DDD9B3;
}
/*  ---  END UNAV  ---  */


/*  ---  LNAV  ---  */
div.menu {
	border-bottom: 1px #e2e2e2 solid;
	border-right: 1px #e2e2e2 solid;
	border-left: 1px #e2e2e2 solid;
	z-index: 999;
}
div.menu a {
	border-top: 1px #e2e2e2 solid;
}
a.lnav {
	background-color: #fff;
}
a.lnav, a.lnavon {
	font-family: georgia, serif;
	font-size: 14px;
	color: #005654;
	display: block;
	padding: 6px 40px 6px 20px;
	font-weight: normal;
}
div.menu a {
	padding: 6px 40px 6px 10px; /* redeclare the left padding now that the unav arrow is gone - to get it to line up with unav */
}
div.menu a:hover, a.lnavon {
	background-color: #005645;
	color: #fff;
}
div#lnav {
	margin-bottom: 50px;
}
hr.lnavdiv {
	clear: both;
	border-top: 1px #e2e2e2 solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #e2e2e2;
	margin: 0;
	height: 1px;
}
div#lnav a {
	font-family: georgia, serif;
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: normal;
	
	line-height: 16px;
	margin: 2px; 
	padding-left: 33px;
	background-color: transparent;
	background-image: url('/img/arrow_line.gif');
	background-repeat: no-repeat;
	background-position: 15px 8px;
}
div#lnav a:hover,
div#lnav a.lnavon {
	background-color: #005645;
	color: #fff;
}
div#tnavblock a {
	padding: 5px 0 5px 17px;
	border-top: 1px #E8E4D4 dotted;
	background-color: transparent;
	color: #930;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-image: url('/img/arrow_qnav.gif');
}
div#tnavblock {
	border-bottom: 1px #E8E4D4 dotted;
}
div#tnavblock a:hover,
div#tnavblock a.tnavon {
	background-color: #E8E4D4;
}
/*  ---  END LNAV  ---  */


/*  --- HOME PAGE  ---  */

div#homecontent {
	border-top: 4px #005645 solid;
}
div#homecontent,
div#internalcontent {
	margin: 0 auto;
}
div#homecontent div#leftcolumn {
	width: 280px;
	float: left;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 5px;
}
div#memberblock {
	background-color: #DDD9B3;
	padding: 13px 6px 10px 10px;
	margin-bottom: 35px;
}
div#internalcontent div#memberblock {
	padding: 13px 4px 10px 8px;
}
div#shadowbox {
	background-image: url('/img/box_right_shadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 7px;
}
div#memberblock h1 {
	font-family: georgia, serif;
	font-size: 18px;
	color: #333;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}
div.memberbox {
	background-color: #fff;
	background-image: url('/img/box_grey_gradient.gif');
	background-repeat: repeat-x;
	background-position: left 36px;
	margin: 0;
	padding: 0 0 5px 15px;
}
div#internalcontent div.memberbox {
	padding: 0 0 5px 10px;
}
a.arrow,
a.arrowed {
	padding-left: 12px;
	background-image: url('/img/arrow.gif');
	background-position: 1px 2px; /* left top */
	background-repeat: no-repeat;
}
div#homecontent div#centercolumn {
	width: 658px;
	float: right;
}
div#homesubleft {
	float: left;
	width: 345px;
	margin-top: 5px;
}
div#homesubright {
	float: right;
	width: 308px;
	margin-top: 5px;
}
div#homesubleft h1,
div#homesubright h1 {
	font-family: georgia, serif;
	font-size: 18px;
	color: #fff;
	padding: 6px 12px;
}
div#homesubleft p,
div#homesubright p,
div#homesubleft ul,
div#homesubright ul {
	margin: 12px;
}
div#homesubleft p,
div#homesubright p {
	line-height: 24px;
}
div#homesubleft li,
div#homesubright li {
	margin-bottom: 15px;
}
div#homesubleft h1 {
	background-color: #3D8A7F;
}
div#homesubright h1 {
	background-color: #005645;
}
/*  --- HOME PAGE  ---  */


/*  --- INTERNAL TEMPLATE  ---  */
div#internalcontent {
	border-top: 4px #005645 solid;
	background-image: url('/img/pixie_e2.gif');
	background-repeat: repeat-y;
	background-position: 237px;
}
div#internalcontent div#leftcolumn,
div#internalcontent div#leftcolumnchapter {
	width: 237px;
	float: left;
	padding-bottom: 15px;
}
div#internalcontent div#centercolumn {
	/* banner img: 684px */
	width: 640px;
	width: 684px;
	float: right;
}
div#titlebanner {
	height: 112px;
	background-repeat: no-repeat;
	background-position: top left;
}
div#pagecontent {
	padding: 30px 55px 50px 0;
}
div.zone {
	padding-left: 20px;
	padding-right: 5px;
}

p.zonecolor {
	color: #653714;
}

/*  --- INTERNAL TEMPLATE  ---  */


div#botbar {
	position: relative;
	border-top: 5px #005645 solid;
	padding-bottom: 20px;
}
div#botbar p {
	color: #666;
	margin-left: 25px;
}
div#botbar p, div#botbar a {
	font-family: georgia, serif;
	font-size: 11px;
}
div#rss {
	position: absolute;
	top: -40px;
	left: 15px;
}

/*  --- FORM STYLES ---  */
input.boxed, textarea.boxed {
	border: 1px solid #333;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	padding: 3px;
}
textarea.boxed {
	height: 65px;
}
.formtable td {
	font-family: georgia, serif;
        font-size: 13px;
	padding: 3px 5px;
	vertical-align: top;
}
table.formregister td,
form.formregister .formtable td {
	font-family: arial, helvetica, sans-serif;
        font-size: 12px;
}
.formtable td.leftpadded {
	padding-left: 30px;
}
.commentsfield {
	height: 8em;
}
.addressfield {
	height: 3em;
}
.reqd {
	color: #051733;
}
/*  --- END FORM STYLES ---  */

/* --- MISC --- */
table.backissues td {
	text-align: center;
}
table.backissues td a {
}
table.backissues img {
	margin-bottom: 8px;
	margin-top: 20px;
}
tr.chapter, tr.exported {
	background-color: #e5eeec;
}
tr.exported td {
	font-style: italic;
}
.greenblock {
	background-color: #e5eeec;
	padding: 25px;
}
div.msgouter {
	background-color: #FFF;
	border: 1px #005645 solid;
	margin: 25px;
	padding: 1px;
}
div.msginner {
	background-color: #FFF;
	border: 2px #005645 solid;
	padding: 25px;
}
h2 {
	font-weight: light;
	font-family: georgia, serif;
	font-size: 14px;
	color: #3D8A7F;
	line-height: 1.25em;
}
/* --- END MISC --- */


/*  --- DAUGHTER SITE  --- */
h1.chaptername {
	font-weight: lighter;
	font-size: 24px;
	color: #663;
	margin-bottom: 0;
	line-height: 34px;
}
h2.chaptersub {
	font-weight: lighter;
	font-size: 18px;
	font-family: georgia;
	color: #663;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
div#leftcolumnchapter div#lnav a:hover,
div#leftcolumnchapter div#lnav a.lnavon {
	background-color: #DDD9B3;
	color: #333;
}
div#aoanational {
	position: absolute;
	top: -40px;
	left: 2px;
	width: 233px;
	background-color: #005654;
	padding: 5px 0;
}
div#aoanational a {
	font-family: georgia, serif;
	font-size: 14px;
	background-color: #005654;
	color: #fff;
	display: inline-block;
	padding-left: 42px;
	font-weight: normal;
	background-image: url('/img/arrow_line.gif');
	background-repeat: no-repeat;
	background-position: 25px 6px;
}
/*  --- END DAUGHTER SITE  --- */

/* --- status bar --- */
div#statusbar {
	text-align: center;
	padding-bottom: 20px;
}
div.sbar, div.sbaron {
	float: left;
	display: inline;
	text-align: center;
	margin-left: 35px;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 1.2em;
}
div.sbar {
	color: #999;
}
div.sbaron {
	color: #3D8A7F;
}

div.errormessageouter {
	background-color: #eee;
	padding: 1px;
}
div.errormessageinner {
	border: 1px white solid;
	padding: 5px 25px;
}

