/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url("images/bg.gif");
	background-color:#000000;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center;  Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, address {font: 12px Arial, Helvetica, sans-serif;
	padding: 10px 25px 10px 25px;
}



h1 {
font: bold 15px Trebuchet MS, sans-serif; 
color: #960318; 
margin: 0px;
padding: 10px 0px 5px 25px;

}

h2 {font: bold 15px Trebuchet MS, sans-serif; color:#DF3F00;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #CC0033;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/

#nav2{
position:absolute; 
left:0px; 
top:150px; 
width:341px; 
height:31px; 
z-index:1;

}


#header2 {
	position:absolute;
	left:0px; 
	top:189px; 
	width:398px; 
	height:36px; 
	z-index:2;

}


div#container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color:#5798C5;
  	
}

div#innercontainer {
	position: relative;
	padding: 0px;
	margin:0px;
	text-align: left;
	top:0px;
	width:750px;
	background-color:#5798C5;

	z-index:1;
	visibility: visible;
	
	
}


address{}






/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	height: 226px;
	width:750px;
	margin: auto;
	background-color: #036;
	vertical-align:top;
	background: url("images/header.jpg");
}



/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */


div#content {
	position:relative;
	font: 12px Arial, Helvetica, sans-serif;
	/* width is 750 - 2px for left and right borders */
	width: 748px;
	height: 351px;
	float:left;
	clear:both;
	
	
	}
	
div#content a{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
	}
	
div#content li{
font: 12px Arial, Helvetica, sans-serif;
color: #036;
margin: 3px 10px;
	}


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.7em;
	padding: 0px;
	height:30px;
}

#mainnav {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 9pt Arial, Helvetica, sans-serif;

	
	}
#mainnav li {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	
	}
#mainnav a {
	float: left;
	padding: 9px 10px 7px 10px;
	text-decoration: none;
	color: #fff;
	border-right:1px solid #5798C5;
	height:20px;
	 
	}
#mainnav a:hover, #nav a.active {
	color: #fff;

	background:#000;
	}
#mainnav a.active {
	color: #fff;
	background:#000;
	}
li#t-home a {
	margin-left: 25px;
	
	}

li#t-readings a {
	width: 100px;
	}
/* ----------------- IMAGE ELEMENTS ----------------- */

.border {
	border: 1px solid #000;
	width: 750px;
	height: auto;
}


img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.right {
clear: both;
	float: right;
	margin: 10px;
	
}
img.normal {
	margin: 3px;
	border: 1px solid #000;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
margin: 10px auto;
width: 750px;
clear: both;

}

div#footer p{color: #036; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

div#footer a:link, a:visited, a:hover, a:active {color: #036;}

div#copyright {font-size: 9px;}

/* ----------------- CUSTOM CLASSES ----------------- */

#privacy p{
font: 9px Verdana, Arial, sans-serif;
line-height: 1.5em;
}

#center {
display: block;
text-align: center;
}

#center p{
text-align: center;
}
