@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/BckgrndBlue.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body, h1, h2, h3, h4, p, ol, ul, form, blockquote {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

h1, h2, h3, h4, pre, code {
	font-size: 1em;
}

.twoColFixRtHdr #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
} 

#topWrapper {
	background-color:#FFFFFF;
	border: 1px solid #9F6981;
	padding-bottom: 15px;
}


#topWrapper a {
	text-decoration: none;
	color:#BE6F84;
	font-weight: bold;
}

#topWrapper a:visited {
	text-decoration: none;
	color:#BE6F84;
	font-weight: bold;
}

	
#topWrapper a:hover {
	text-decoration: none;
	color:#330000;
	font-weight: bold;
}

#topWrapper a:active {
	text-decoration: none;
	color:#BE6F84;
	font-weight: bold;
}
#Verse {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #C07289;
	text-decoration: none;
	float: none;
	margin-left: -15px;
	margin-right: -10px;
}

.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #header img{
	border: 0px;
} 

#nav {
	height:31px;
	background-position: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border: none
						}
#nav ul {

	margin:0px;
	padding: 0px;
	background-position: bottom;
					}
#contactus {
	width: 575px;
	padding: 12px;
	border: 2px solid #925061;
	font-weight: bold;
	color: #88947C;
	background-color: #F0EEDD;
}

					
#nav li {
	line-height: 1em;
	float: left;
	list-style-image: none;
	list-style-type: none;	
					}
					

	
#nav li a {
	display: block;
	width: 138px;
	height: 30px;
	text-decoration: none;
	background-position:0px 0px;
	color: #FFFFFF;
	background-image: url(images/TabSprite.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul a:visited {
	background-position:0px 0px;
	text-decoration: none;
}

	
#nav ul a:hover {
	background-position:-138px 0px;
	text-decoration: -none;
}

#nav ul a:active {
	background-position:-276px 0px;
	text-decoration: none;
}

.twoColFixRtHdr #container #topWrapper #sidebar1 h3 {
	background-image: url(images/rightColTop.png);
	background-position: center top;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	margin-top: 12px;
	padding-top: -12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	background-image: url(images/RtCol.png);
	background-repeat: no-repeat;
}
.sidebarText {
	line-height: 1.5em;
	padding-right: 12px;
	padding-left: 14px;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
						}
.sidebarh3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #BE6F84;
	padding-top: 25px;
	margin-top: 0px;
	padding-left: 12px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
#mainContent #mainTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #7b967b;
	padding: 12px;
	width: 525px;
	background-image: url(images/MainTopBoxTop.jpg);
	background-color: #EDE9EA;
	background-repeat: no-repeat;
	font-weight: bold;
}
#mainContent #SignUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #7b967b;
	width: 250px;
	border: 2px solid #9C647D;
	float: left;
	margin-right: 25px;
	line-height: 1.3em;
	padding: 7px;
	margin-top: 5px;
}
.SignUpTxt {
	font-size: 0.9em;
	font-weight: normal;
}
#truthoverlies td {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#mainContent #highlightMain {
	color: #333333;
	width: 550px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#SignUp #form1 #sprytextfield1 {
	line-height: 1.8em;
}
.mainContentMiddleText {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	width: 540px;
	color: #330000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainContentMiddleTextHdr {
	font-size: 1.2em;
	font-weight: bold;
	color: #BE6F84;
}
.twoColFixRtHdr #footer {
	background-image: url(images/BckgrndPurp.jpg);
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #9F6981;
	border-bottom-color: #9F6981;
	border-left-color: #9F6981;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#FooterArticles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFFFFF;
	width: 285px;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	margin-left: 12px;
}


#FooterArticles a {
	text-decoration: none;
	color: #FFFFFF;
	}

#FooterArticles a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

	
#FooterArticles a:hover {
	color:#CCFFFF;
	text-decoration: -none;
}

#FooterArticles a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#FooterStore {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	width: 620px;
}

#FooterStore a {
	text-decoration: none;
	color: #FFFFFF;
	}

#FooterStore a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

	
#FooterStore a:hover {
	color:#CCFFFF;
	text-decoration: -none;
}

#FooterStore a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.FooterRegularText {
	font-weight: bolder;
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.3em;
}
.YellowHdr {
	color: #F1E4E4;
}

.style1 {line-height: 1.4em; width: 540px; color: #330000; font-size: 0.9em;}
#FooterLibrary {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 275px;
	float: right;
	margin-right: 10px;
	overflow: auto;
}

#FooterLibrary a {
	text-decoration: none;
	color:#FFFFFF;
	}

#FooterLibrary a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

	
#FooterLibrary a:hover {
	color:#CCFFFF;
	text-decoration: -none;
}

#FooterLibrary a:active {
	color: #FFFFFF;
	text-decoration: none;
}



li {
	list-style-image: none;
	list-style-type: none;
}
.FooterArticlesHdr {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFCC;
}
#copyright {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#copyright a {
	text-decoration: none;
	color: #FFFFFF;
	}

#copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

	
#copyright a:hover {
	color:#F0FEFF;
	text-decoration: underline;
}

#copyright a:active {
	color: #663366;
	text-decoration: none;
}
.style2 {
	color: #FFCCFF;
	font-style: italic;
}

#topWrapperStory {
	background-color:#FFFFFF;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.QuickRefs {
	background-color: #F0F7F4;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 620px;
	margin-left: 15px;
}

.topWrapperStoryTexth1  {
	font-size: 1.5em;
	font-weight: bold;
	color: #2C0136;
	padding-left: 10px;
}

.topWrapperStoryText   {
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	width: 650px;
	padding-left: 10px;
}

#topWrapperStory a {
	text-decoration: none;
	color: #9C647D;
	line-height: 1.7em;
	font-weight: bold;
	padding-left: 12px;
}

#topWrapperStory a:visited {
	color: #9C647D;
	text-decoration: none;
}

	
#topWrapperStory  a:hover {
	color:#C64A8B;
	text-decoration: underline;
}

#topWrapperStory a:active {
	color: #9C647D;
	text-decoration: none;}

.topWrapperStoryTDeven {
	color: #330000;
	background-color: #D0DFD0;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 9px;
}
	
.topWrapperStoryTDodd {
	color: #330000;
	background-color: #DCD5D3;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 9px;
	}

#story img {
	border: 2px solid #333333;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#story a {
	text-decoration: none;
	color: #9C647D;
	line-height: 1.7em;
	font-weight: bold;
	padding-left: 12px;
}

#story h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #250648;
}


	
#sidebarStory {
	background-color: #88957B;
	float: right;
	width: 225px;
	margin-right: 15px;
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/SidebarStoryTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sidebarStoryText {
	padding-right: 5px;
	padding-left: 12px;
}
.sidebarStoryInfo {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
}

.sidebarStoryHdr {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFE1E1;
}

#sidebarStory a {
	text-decoration: none;
	color: #FFE8E8;
	}

#sidebarStory a:visited {
	color: #FFE8E8;
	text-decoration: none;
}

	
#sidebarStory a:hover {
	color:#FFCCFF;
	text-decoration: -none;
}
.Greenh1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #88957B;
}


#sidebarStory a:active {
	color: #FFE8E8;
	text-decoration: none;}
	
.hdr {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC839F;
}




#article {
	background-image: url(images/relax.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1.8em;
}
#questions {
	line-height: 1.5em;
	text-decoration: none;
}


#article a {
	text-decoration: none;
	color: #9C647D;
	line-height: 1.7em;
	font-weight: bold;
	padding-left: 12px;
}

#article a:visited {
	color: #9C647D;
	text-decoration: none;
}

	
#article  a:hover {
	color:#C64A8B;
	text-decoration: underline;
}

#article a:active {
	color: #9C647D;
	text-decoration: none;}

#article h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #250648;
}
.articleImg {
	margin-left: 7px;
	margin-right: 12px;
}
