﻿body 
{
	background: #8B9DB4 url(../../images/bg_strip.gif) repeat-x;
	font-family: Verdana;
	font-size: 12px;
}

#masterContainer
{
	display: block;
	width: 791px;
	margin: 10px auto;
}

#nav_bar
{
	width: 203px;
	background: url(../../images/side_bar_repeat.gif);
}

#nav
{
	width: 203px;
	background: url(../../images/side_bar.gif) no-repeat;
}

#menu
{
	display: block;
	width: 178px;
	padding-top: 145px;
	padding-left: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.menu_line
{
	display:block;
	width:160px;
	background: #002D56;
	margin:8px 0px;
}

.menu_selected
{
	color: #FFFFFF;
	text-decoration:none;
}

.menu_unselected
{
	margin-left: 26px;
	color: #FFFFFF;
	text-decoration:none;
}

.menu_unselected:hover
{
	color: #8B9DB4;
}

#devotional
{
	display: block;
	width: 163px;
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
}

#resources
{
	display: block;
	width: 163px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 10px;
	text-align: center;
}

.td_content
{
	background: url(../../images/bg_content.gif) repeat-y;
}

#logo
{
	background: url(../../images/bg_strip.gif) repeat-x;
}

#content
{
	display: block;
	width: 560px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#page_heading_bg
{
	display: block;
	width: 551px;
	height: 51px;
	background: url(../../images/heading_blank.gif);
	margin-bottom: 10px;
}

#page_heading
{
	padding-top: 14px;
	margin-left: 23px; 
	font-size: 17px;
	font-weight: bold;
	color: #01366C;
}

.round_middle
{
	display: block;
	width: 169px;
	border-left: solid 1px #002D56;
	border-right: solid 1px #002D56;
	padding-left: 5px;
	padding-right: 5px;
}

#footer_links
{
	display: block;
	width: 569px;
	background: #E1E1E1;
	margin-left: 7px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

.footer_link
{
	text-decoration: none;
	color: #000000;
}

.footer_link:hover
{
	text-decoration: underline;
}

.bold14
{
	font-size: 14px;
	font-weight: bold;
}

.readmore
{
	text-decoration: none;
	font-size: 12px;
	color: #00366C;
}

.readmore:hover { text-decoration: underline; }

.gray_line { display: block; width: 100%; height: 2px; background: #d7d7d7; margin-top: 5px; margin-bottom: 5px; }