/* ========================================================== */
/* general styles */

body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #006633;
	background-image: url(../graphics/ribs.jpg);
	margin-top: 23px;
	background-attachment: fixed;
}

a:link {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #006633;
}

ul {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	list-style-image: url(../graphics/listarrow.gif);
	list-style-type: disc;
	list-style-position: outside;
	color: #222222;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}

li {
	padding-bottom: 10px;
}

.Highlight {
	background-color: #ffffcc;
}


/* ========================================================== */
/* outermost (page) table */

#OuterTable {
	background-color: #ffffff;
	border: 5px solid #deeecb;
	width: 730px;
}

/* ========================================================== */
/* left-side (content) cell */

#ContentCell {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	width: 530px;
}

#HeaderImage {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#HeaderImage a {
	text-decoration: none;
	border-bottom: none;
}


/* ---------------------------------------------------------- */
/* volume, issue, date, back issues link */

#IssueBar {
	color: #222222;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;
}

#VolumeIssue {
	float: left;
}

#BackIssuesLink {
	float: right;
	font-weight: bold;
}

/* ---------------------------------------------------------- */
/* contents of left side (content) cell */

#Content {
	background-color: white;
	color: #222222;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
	line-height: 160%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#MainHead {
	line-height: 160%;
	font-weight: bold;
	color: #990000;
	font-size: 12pt;
	font-family: georgia;
	text-decoration: none;
	padding-top: 15px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.SubHead {
	line-height: 160%;
	font-weight: normal;
	color: #990000;
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.MainBlurb {
	line-height: 160%;
	font-weight: normal;
	color: #990000;
	font-size: 12pt;
	font-family: Arial;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ========================================================== */
/* right-side (menu) cell */

#MenuCell {
	background-color: #deeecb;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	width: 200px;
}

/* ---------------------------------------------------------- */
/* contents of right side (menu) cell */

#SearchBox {
	background-image: url(../graphics/gradient.gif);
	background-color: #fafad2;
	font-family: Georgia;
	font-size: 10pt;
	text-align: center;
	height: 65px;
	border-bottom: 1px solid gray;
	padding-top: 37px;
}

#SearchButton {
	font-family: Arial;
	font-size: 8pt;
	margin: 1px;
	border: 2px outset;
}

#LinksCell {
	line-height: 140%;
	background-image: url(../graphics/gradient2.gif);
	background-repeat: no-repeat;
	background-color: #deeecb;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.LinksHeading {
	font-weight: bold;
	text-transform: capitalize;
	color: white;
	background-color: #006633;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}


/* ========================================================== */
/* bottom-side (links) cell */

#BottomCell {
	background-image: url(../graphics/grayribs.jpg);
	background-color: #eeeeee;
	font-size: 8pt;
	height: 20px;
	border-top: 3px double #006633;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 20px;
}

/* ========================================================== */
/* bottom-side (links) cell */

#AdCell {
	background-color: #ffffff;
	font-size: 8pt;
	height: 20px;
	border-top: 3px double #006633;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 2px;
}

/* ========================================================== */
/* generic content cell (use when not using right-side menus) */

#ContentCell_FullWidth {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}

/* ========================================================== */
/* page-specific styles */


/* ---------------------------------------------------------- */
/* search page */

#SearchFormTable {
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid gray;
}

.SearchResultsAbstract {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	line-height: 140%;
}


/* ---------------------------------------------------------- */
/* tables of contents */

#TOC {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
}

#TOCMainHead {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: 15px;
}

.TOCSubHead {
	font-weight: normal;
	color: #990000;
	font-size: 11pt;
	margin-bottom: 15px;
}

.TOCSubHead2 {
	font-weight: normal;
	color: #990000;
	font-size: 10pt;
	margin-bottom: 15px;
}

#TOC a:link, #TOC a:visited {
	font-family: Georgia;
	font-size: 11pt;
	color: #222222;
	background-image: url(../graphics/TOCarrow.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 20px;
	margin-left: 0px;
	border-bottom: none;
}

#TOC a:hover {
	font-family: Georgia;
	font-size: 11pt;
	color: White;
	background-color: #006633;
	background-image: url(../graphics/TOCarrow.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 20px;
	margin-left: 0px;
	border-bottom: none;
}


/* ---------------------------------------------------------- */
/* table of editors */

.EditorTable {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	line-height: 160%;
	color: #222222;
	background-color: white;
}

.EditorTable td {
	padding-right: 25px;
	padding-bottom: 20px;
}

.EditorImage {
	border: 1px solid black;
}


/* ---------------------------------------------------------- */
/* indexes */

#Index {
	font-family: Arial;
	font-size: 8pt;
	color: #222222;
	text-decoration: none;
	background-color: white;
	line-height: 160%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}

#IndexMainHead {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;
	color: #990000;
	margin-bottom: 15px;
}

.IndexSubHead {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	line-height: 160%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#Index a:link, #Index a:visited {
	font-size: 8pt;
	font-family: Georgia;
	text-decoration: none;
	font-weight: normal;
	color: #222222;
	line-height: 160%;
}

#Index a:hover {
	font-size: 8pt;
	font-family: Georgia;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #006633;
	line-height: 160%;
}

.IndexSubject {
	font-family:  arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 120%;
	margin-top: 20px;
}

/* ---------------------------------------------------------- */
/* forms (e.g., membership, comments, etc.) */

.FormTable {
	font-family: Arial;
	font-size: 10pt;
}

.FormButton {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	border: 2px outset;
}

.FormError {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.FormQuestion {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.FormAnswer {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 20px;
}

