a#contentlink:link {color: rgb(0,168,0); text-decoration: none}
a#contentlink:visited {color: rgb(0,168,0); text-decoration: none}
a#contentlink:hover {color: rgb(210,16,16); text-decoration: none; font-style:italic}

body
{
	margin: 0;
	padding: 0;
	background-color: #44FF44;
	color: rgb(0,0,0);
	background-image: url("images/article-gradient-4.jpg");
	background-repeat: repeat-x;
}


/* this is the div that contains the article contents dropdown area */
div.contentsdropdown
{
	position: absolute; 
	visibility: hidden; 
	border: 5px solid green; 
	background-color: #ffe4c4; 
	width: 500px; 
	padding: 4px;
}


/* When editing a document in MS Frontpage, this is needed to get the background
   to show up correctly, since most of the other tags are contained within "include"
   files that Frontpage doesn't read. */
div.frontpagehack {
	background-color:white;
}


/* This class supports the "side menu" functionality in sdmenu.js. */
.sdmenu {
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 5px;
}

/* Override the paragraph tag to include extra padding around text. */
p {
	padding-left: 6px;
	padding-right: 6px;
}

/* This is for the "original date" and "last updated" at the top of each page */
p.Dates {
	font: normal 10pt Arial;
	color: rgb(30,100,30);
	text-align: center;
}

p.Question {
	font: italic 13pt "Times";
	color: rgb(0,0,153);
	margin-bottom: 3px;
	margin-top: 3px; 
}

/* This is the article title that appears in the header bar of each page. */
p#title {
	font: bold 16pt "Comic Sans MS";
	color: rgb(0,168,0);
	margin: 0;
	text-align: center;
}

/* This is for the title line that appears in the TOC dropdown. */
.contentstitle {
	font: bold 16pt "Comic Sans MS";
	color: rgb(0,168,0);
	margin: 0;
	text-align: center;
}



/*************************************************************************************
   The following styles all support the basic 3-column layout on the page.
   This was taken from a sample on the Dynamic Drive web site (www.dynamicdrive.com).
 **************************************************************************************/  

#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: rgb(153,153,153);
	background-image: url("images/article-gradient-7.jpg");
	background-repeat: repeat-x;
}

#topsection {
	height: 90px; /*Height of top section*/
	border-bottom: 3px solid black;
}

.contentwrapper {
	float: left;
	width: 100%;
}

.contentcolumn {
	margin: 0 1px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

.leftcolumn {
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -900px; /* set to -(MainContainerWidth) */
}

#rightcolumn {
	float: left;
	width: 1px; /*Width of right column*/
	margin-left: -1px; /*Set left marginto -(RightColumnWidth)*/
}

#footer {
	clear: left;
	width: 100%;
	background: black;
	color: white;
	text-align: center;
	padding: 4px 0;
}

.innertube {
	margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-top: 0;
}

/*************************************************************************************
   Style for the div that contains the site logo at the top of each page.
 **************************************************************************************/  

#sitelogo {
	margin-top: 12px;
}

/*************************************************************************************
   Style for the floating table of contents icon.
 **************************************************************************************/  

#topbar {
	position: absolute;
	padding: 2px;
	width: 60px;
	visibility: hidden;
	z-index: 100;
}

/*************************************************************************************
   Styles used primarily by the Prophecy pages
 **************************************************************************************/  

table.info {
	font:normal 12pt arial;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

td {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

tr.headings {
	background-color:black;
	color:white;
	font-weight:bold;
}

tr.verdict {
	background-color:#00FFFF;
	color:black;
}

.bulletpoint1 {
	text-indent: -.25in;
	margin-left: 0.4in;
}

.indent1 {
	margin-left: 0.4in;
}

.bulletpoint2 {
	text-indent: -.25in;
	margin-left: 0.75in;
}

.indent2 {
	margin-left: 0.75in;
}

