/* Font associated with left nav table of contents.*/
.leftBar {font: color: #000000; text-decoration: none;}
a.leftBar:link {color: #000000; text-decoration: none;}
a.leftBar:visited {color: #800080; text-decoration: none;}
a.leftBar:hover {color: #000066; text-decoration: underline;}
a.leftBar:visited:hover {color: #000066; text-decoration: underline;}


BODY {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #000000;}
TD {font-family: Arial, Helvetica; font-size: 10pt;}
INPUT {font-family: Arial, Helvetica; font-size: 10pt;}
.navheader {font-family: verdana,geneva; font-weight: BOLD; font-size: 8pt; COLOR:#000000;} 
.navfont {font-family: Arial; font-weight: BOLD; font-size: 8pt; COLOR:#818181;} 
A.navfont {text-decoration: none; }
.hptext { color: #000; font-style: normal; font-size: 9pt; line-height: 13pt; font-family: arial, verdana, helvetica, sans-serif }
div.smallheader {font-size: 10px;}
div.faqheader {font-size: 11px;}
td#footer {font-size: 12px;}
td#rightcolumn {
	border-left: 1px solid #777;}


.FAQ {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #000000;}

	
/* HOMEPAGE ========================================= */
table#interactives {border: 1px solid #333; border-width: 1px 0 0 1px;}
table#interactives th {background-color: #CCC;}
table#interactives td, table#interactives th {width: 33%; padding: 2px; border: 1px solid #333; border-width: 0 1px 1px 0; vertical-align: top;}

/* TABLE OF CONTENTS ========================================== */
table.toc h3, table.toc .header { font-family: Arial, Verdana, Helvetica, sans-serif; font-style: bold; line-height: 14pt; color: red; font-size: 12pt}

table.toc td, table.toc .text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: 11pt;
	color: #000000;
	font-size: 9pt;
	vertical-align: top;}
table.toc h4, table.toc p {margin: 0;}
table.toc .author {font: italic .85em Verdana, Arial, sans-serif; color: #777;}
td.page {font: bold .85em Verdana, Arial, sans-serif; text-align: right;}


/* ARTICLE ========================================== */

td#article {
	padding: 0 3px;
	margin: 0 3px;
	border-color: #777;
	border-style: solid;
	border-width: 0 1px;}

td#articlePrint {
	padding: 0 3px;
	margin: 0 3px;}


td#article h2.headline {
	font: bold 140%/140% Arial, Helvetica, sans-serif;
	color: black;
	margin: 0 0 1em;}


td#articlePrint h2.headline {
	font: bold 140%/140% Arial, Helvetica, sans-serif;
	color: black;
	margin: 0 0 1em;
}

td#article h3.deck {
	font: bold 110%/110% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #777;
	}

td#articlePrint h3.deck {
	font: bold 110%/110% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #777;
	
	}

	
#article .subhead {
	font-size: 1em;
	color: #CC0000;
	margin-bottom: 2px;}

#article p+p {
	margin-top: 1em;}

#article .subhead+p {
	margin-top: 0px;}

#article .subhead+ul {
	margin-top: 0px;}

#article .ruled {
	border-bottom: 1px solid #333;
	width: 100%;
	text-align: center;}
	
div.sidebar {
	background-color: #E4E4FF;
	margin: 3px;
	padding: 3px;
	}
	
div.pullquoteright, div.pullquoteleft {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #CC0000;
	float: right;
	width: 35%;
	padding: 0px 12px 3px 6px;}
	
div.pullquoteleft {
	float: left; 
	text-align: right;
	padding: 0px 6px 3px 12px;}
	

#comments h4 {
	font-size:14px;
	color: #777;
	border-bottom: 1px solid #777;
}

#comments .comment {
	margin: 10px 0;
	padding: 6px 4px;
	color: #333;
	border-bottom: 1px dotted #777;
}

#comments p {
	margin: 0 0 4px 0;
	padding: 0;
}

#comments .posted {
	font-size: 10px;
	color: #1A1A1A;
	margin: 0;
}

#comments .cdel:hover {
	background-color: #D00;
}

#comments form {
	color: #777;
	font-weight: bold;
}

#comments form input {
	margin-bottom: 12px;
}

#comments form textarea {
	width: 300px; height: 250px;
}

#comments .mouse { color: #777; }


/* LEFT NAV ========================================== */

#leftnav {
	width: 160px;
	padding-right: 5px;
	text-align: center;
}

#leftnav .blurb {
	font-size: 8pt;
	line-height: 10pt;
	text-align: center;
}

#leftnav .header {
	color: #636;
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
	text-align: center;
	text-transform: uppercase;
	background-color: yellow;
}

#leftnav h5 {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	background-color: #DDD;
	margin-bottom: 5px;
	padding: 3px 0px;
}

#leftnav ul {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: .85em;
	line-height: 1.2em;
}
	
#signup {
	border: 1px solid #CC0000;
	text-align: center;
	margin: 5px;
	padding: 0px;
	}
	
#signup img {
	display: block;
	}
	
#signup h4 {
	color: #660099;
	background-color: #FFFF33;
	text-align: center;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#signup p {
	font-size: .9em;
	line-height: 1.1em;
	padding: 4px;
	margin: 0px;
}

#signup .clear {
	clear: left;
}

#signup .button {
	background-color: #CCC;
}

#signup .sep {
	border-top: 1px solid #CCC;
	padding-top: 4px;
	margin: 0px 10px;
}

/* CALENDAR ========================================== */
td#calendar {
	padding: 0 3px;
	margin: 0 3px;
	border-color: #777;
	border-style: solid;
	border-width: 0 1px;}
	
td#calendar h2.headline {
	font: bold 140%/140% Arial, Helvetica, sans-serif;
	color: black;
	margin: 0 0 1em;}
	
td#calendar p {
	margin-top: 1em;}
	
td#calendar a.state {
	font: bold 115%;
	color: rgb(81%,0%,6%);}

	
/* THUMBS UP/THUMBS DOWN ============================= */
td#thumbs img#thumbpic {
	float: right;}
td#thumbs h1 {
	font: bold 150% Arial, Verdana, sans-serif;}
td#thumbs h2 {
	color: rgb(81%, 0%, 5.5%);
	font: bold 125% Arial, Verdana, sans-serif;
	padding-top: 4px;
	border-top: 1px solid #BBB;}
td#thumbs h3 {
	font: bold 110% Arial, Verdana, sans-serif;
	margin-bottom: 0;}
td#thumbs p {
	margin: 0 1em;}
td#thumbs p.contrib{
	margin-bottom: 2em;
	text-align: right;
	color: #454545;
	}
	
/* ASK AF ============================================ */
div.askafq, div.askafa {
	background-image: url(/images/qcolon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	overflow: visible;}

div.askafa {
	background-image: url(/images/acolon.gif);}
	
span.dropqa {
	width: 1.25em;
	height: 1em;
	float: left;
	clear: left;
	text-align: center;
	font-size: 20pt;
	color:#FCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

div#askaf div#currentQ {
	padding: 4px;
	background: #FCC;}
div#askaf div#currentQ p {
	margin: 0;}
div#askaf p.contrib {
	margin: 0;
	color: #222;
	text-align: right;}
div#askaf span.auth {
	font-style: italic;}
div#askaf a.jump {
	font-size: 85%;}
div#askaf h4 {
	margin: 0;
	color: #900;}
div#askaf ul.ask {
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 1.2em;}

/* ADS ========================================== */
.textadWrapper {
	margin: 0 5px 5px;
	padding: 5px 0 0;
	border-bottom: 3px double #5A5A5A;
}

.textheader {
	text-align: center;
	font: 1em Verdana, Arial, sans-serif;
	color: #5A5A5A;
	border-bottom: 3px double #5A5A5A;
	padding-bottom: 2px;
	margin-bottom: 6px;}
div.textad {
	border: 1px solid rgb(90%, 89%, 74%);
	background: rgb(100%, 95%, 86%);
	padding: 2px;
	line-height: 90%;
	margin-bottom: 10px;}
div.multiads {
	width: 580px;}
div.multiads div.textad {
	width: 200px;
	margin-left: 6px;}
div.textad h4 {
	font: 1em bold Verdana, Arial, sans-serif;
	color: rgb(81%, 0%, 6%);
	margin: 0;}
div.textad p {
	font: .7em Verdana, Arial, sans-serif;
	color: #333;
	margin: 0;}
div.textad .url {
	color: blue;}
	
.banner {
	text-align: center;}
.banner img {
	text-align: center;
	padding: 0;
	display: block;
	margin: 0px auto;}
	
/* RESOURCE PAGES ===================================== */
td#resourcepage {
	border: 1px solid #777;
	padding: 2px;
	border-width: 0 1px;}
td#resourcepage h1 {
	font-size: 140%;
	padding: 2px;
	margin: 0 2px;
	border-bottom: 1px solid #777;}
td#resourcepage h2 {
	font-size: 120%;}
td#resourcepage li {
	list-style-type: none;
	margin-top: 0; 
	margin-bottom: 1em;}
td#resourcepage li a {
	font: bold 110%;}
td#resourcepage li p {
	font-size: 95%;
	color: #444;
	margin-left: 1em;
	margin-top: 0;}
td#resourcepage div.author {
	font-style: italic;}
	
/* INTERNATIONAL DOPTION PAGE ============================ */
table#int div#left {
	width: 460px;
	position: absolute;}
table#int div#right {
	width:120px;
	float: right;}
div.tool, div.resources {
	margin-bottom: 6px;}
div.tool {
	border: 1px solid #669;}
div.resources {
	border: 1px solid #966;}
div.tool h3 {
	background-color: #669;}
div.resources h3 {
	background-color: #966;}
div.resources p, div.tool p {
	margin: 1px 13px;
	text-indent: 0;}
div.resources h3, div.tool h3 {
	padding: 2px;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	margin-bottom: 2px;
	margin-top: 0;}
div.resources ul, div.tool ul {
	list-style: none;
	margin: 2px;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;}
div.resources li {
		color: #966;}
div.tool h4, div.resources h4 {
	margin: 0;}
div.tool p {
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;}
table#int td { vertical-align: top; }
table#int span.bullet {font-family: Webdings;}
div.tool span.bullet {color: #669;}
div.resources span.bullet {color: #966;}
table#int img { margin: 6px 0 6px 3px;}

/* SPONSORS PAGE =====================================*/
table#sponsors {
	border: 0; margin-bottom: 8px;}
table#sponsors td {
	padding: 2px;}
table#sponsors th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;}
	
/* NON-ARTICLE CONTENT PAGES ======================== */
div#content {
	margin-left: 5px;
	margin-top: 5px;
	}
	
div#content p {
	margin-left: 20px;
	margin-top: -7px
}

div#content strong, div#content .bold {
	font-weight: bold;
	color: #333333;
}

div#content h3 {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 2px;
	}

div#content h3 + p {
	margin-top: -15px;
	}
	
div#content img {
	margin-top: 2px;
	float: right;
	}
	
div#content li {
	margin-bottom: 6px; }
	
div#content div.author {font-style: italic; color: #444;}

/* LINK EXCHANGE ======================================= */
table#linkstable {border: 1px solid #333; border-width: 1px 1px 0 1px;}
table#linkstable td, table#linkstable th {border-bottom: 1px solid #333; padding: 3px;}
table#linkstable th {background-color: #DDD;}

table#linkform td {padding: 2px 2px 2px 4px; vertical-align: top;}
table#linkform td.label {background-color: #DDD; padding-left: 2px; width: 30%; border-bottom: 1px solid #FFF;}
table#linkform div.instruct {font-size: 80%; font-family: Arial, Helvetica, sans-serif; color: #C00;}

div.textad a:link {
	text-decoration: none;}
	
/* FORMS ============================================== */
form.styled table, form#reprintForm table {
	width: 95%;
	margin: 1em 0;
	border: 2px solid black;
	background-color: #E4EED4;}
form.styled td, form#reprintForm td {
	padding: 2px;
	vertical-align: top;}
form.styled th, form#reprintForm th {
	font: 110% bold Helvetica, sans-serif;
	color: #AA2227;
	text-align: left;
	border-top: 2px solid black;}
form.styled th p, form#reprintForm th p {
	font-size: 1em;
	color: black;}
form.styled th#first, form#reprintForm th#first {
	text-align: center;
	border-top: none;}
form.styled td#second, form#reprintForm td#second {
	border-bottom: 2px solid black;}
form.styled em, form#reprintForm em {
	font-style: italic;}
form.styled textarea, form#reprintForm textarea {
	width: 30em;
	height: 10em;}
form.styled input.text, form#reprintForm input.text{
	width: 25em;}
form.styled input.short, form#reprintForm input.short{
	width: 10em;}
form.styled td.label, form#reprintForm td.label {
	text-align: right;}
form.styled div#submit, form#reprintForm div#submit {
	width: 50%;
	text-align: center;}
form.styled span.required, form#reprintForm span.required {
	color: #C00;
	font-weight: bold;}
	
/* BOOKSTORE ============================================== */
table#bookstore {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	border: 1px solid #069;
	border-width: 0 1px 1px 1px;
	width: 600px;}
table#bookstore th {
	color: white;
	font-weight: bold;
	background-color: #069;
	text-align: center;
	padding: 1px;
	padding-top: 2px;}
table#bookstore td {
	vertical-align: top;
	text-align: left;
	padding: 4px 10px;}
table#bookstore div.bookpic {
	width: 105px;
	float: left;}
table#bookstore div.bookpic img {
	display: inline;
	width: 100px;}
table#bookstore div.bookblurb {
	margin-left: 103px;
	width: 163px;}
table#bookstore p.header {
	font-style: italic;
	font-weight: bold;
	margin: 0px;}
table#bookstore p.author {
	color: #333;
	font-weight: bold;
	margin: 0 0 4px;}
table#bookstore p.blurb {
	margin: 0px;}
table#bookstore td.ruleTD {
	height: 1px;
	text-align: center;}
table#bookstore div.rule {
	position: relative;
	left: 15px;
	width: 550px;
	border-bottom: 1px solid #069;}
td#bookstore div.cat_header {
	font-size: 30px;
	color: #5D5D5D;
	font-weight: bold;
	font-family: Palatino, Georgia, serif}
td#bookstore img#logo {
	margin-bottom: 4px;}
div#booksbreadcrumb {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
	font-weight: bold;
	text-align: left;
	height: 26px;}
td#bookstoreNav {
	padding-right: 8px;
	border-left: 1px solid #699;}
td#bookstoreNav span.bullet {
	font-size: .75em;
	color: red;
	font-weight: bold;}
td#bookstoreNav div#bookNavHeader {
	margin-left: 4px;
	background-color: #699;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: .9em;}
td#bookstoreNav div.parent, div.child, div.thisparent {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: .85em;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: .5em;}
td#bookstoreNav div.thisParent {
	border: 2px solid #393;}
td#bookstoreNav div.parent a:link, div.child a:link {
	color: #039;}
td#bookstoreNav div.thisParent a:link, div.thisParent a:visited {
	color: #393;}
	
span.mouse, p.mouse {
	font-size: 10px;
	color: #555;}
	
/* ORDER FORMS =================================== */
#orderTable tr td {
	vertical-align: top;
	padding: 3px;
	padding-bottom: 10px;}
#orderTable .label {
	font-weight: bold;}
#orderTable .ast {
	color: #BE002C;}
	
/* ADMIN =========================================== */
#admincontent {
	width: 700px;
	display: block;
	margin: 10px auto;
}