/*****
*
* Body 
*
*/

body
{
	background-color: #000000;
	
	/* Forces IE to center page */
	text-align: center;
	vertical-align: middle;
	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	margin: 0;
}

/*****
*
* Text Variations
*
*/

.red
{
	color: #C20D03;
}

.white
{
	color: #FFFFFF;
}

.grey
{
	color: #666666;
}

.subtext
{
	color: #666666;
	font-size: 7pt;
}

/*****
*
* Paragraph
*
*/

p
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	margin: 0;
}

/*****
*
* Headings
*
*/

h1
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #000000;
	margin: 0;
}

h2
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #000000;
	margin: 0;
}

h3
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #000000;
	margin: 0;
}

h4
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bolder;
	color: #000000;
	margin: 0;
}


/*****
*
* Anchors
*
*/

a
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

a:link 
{
	color: #223D97; 
	text-decoration: none; 
	font-size: 8pt;
	font-weight: bold;
}

a:visited 
{

	color: #223D97; 
	text-decoration: none; 
	font-size: 8pt;
	font-weight: bold;
}

a:hover 
{

	color: #FFFFFF; 
	text-decoration: underline; 
	font-size: 8pt;
	font-weight: bold;
}

a:active 
{

	color: #66BBCC; 
	text-decoration: underline; 
	font-size: 8pt;
	font-weight: bold;
}

a.webmaster:link
{
	color: #223D97; 
	text-decoration: none; 
	font-size: 7pt;
	font-weight: bold;
}

a.webmaster:visited
{
	color: #223D97; 
	text-decoration: none; 
	font-size: 7pt;
	font-weight: bold;
}

a.webmaster:hover 
{

	color: #FFFFFF; 
	text-decoration: underline; 
	font-size: 7pt;
	font-weight: bold;
}

a.webmaster:active 
{

	color: #66BBCC; 
	text-decoration: underline; 
	font-size: 7pt;
	font-weight: bold;
}

/*****
*
* Lists
*
*/

ul
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	/*margin: 0;*/
	
	line-style-type: circle;
}

/*****
*
* Images
*
*/

img
{
	border: none;
}

/*****
*
* Divisons
*
*/

div.border
{
	width: 800;
	height: 664;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #000000;
	margin: auto;
}

/* Style for IE browsers */
div.logo
{
	width: 800;
	height: 90; 
	background-color: #000000;
}

/* 
* Because IE SUCKS, we have to freaking HACK the CSS to send the correct data to other browsers
* IE cannot understand child selectors (Parent>Child), but other browsers can.  IE will
* use the above code while other (good) browsers will interpret the following code.
*/
html>body div.logo
{
	width: 800;
	height: 90; 
	background-color: #000000;
}

div.menu
{
	width: 800;
	height: 31;
	background-color: #000000;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

div.leftSidebar
{
	width: 150;
	height: 450;
	background-color: #D9C68B;
	background-image: url('../images/sidebarPrayer.jpg');
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}

.leftSidebar p
{
	margin: 10px 10px 0px 10px;
}

/* Style for IE browsers */
div.content
{
	width: 648;
	height: 450;
	background-color: #D9C68B;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	float: right;
	overflow: auto;
	text-align: left;
}

/* 
* Because IE SUCKS, we have to freaking HACK the CSS to send the correct data to other browsers
* IE cannot understand child selectors (Parent>Child), but other browsers can.  IE will
* use the above code while other (good) browsers will interpret the following code.
*/
html>body div.content
{
	width: 650;
	height: 450;
	background-color: #D9C68B;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	float: left;
	overflow: auto;
	text-align: left;
}

div.rightSidebar
{
	width: 175;
	height: 450; 
	background-color: #000000;
	border-style: solid;
	border-color: #02070A;
	border-width: 0px 0px 0px 0px;
	float: left;
}

div.footer
{
	width: 800;
	height: 90;
	background-image: url('../images/footerGradiant.jpg');
	background-color: #000000;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px 0px 0px 0px;
	clear: both;
	text-align: right;
	vertical-align: bottom;
}

div.loginBox
{
	width: 300;
	height: 85;
	background-color: #804000;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding: 5px;
}

/*****
*
* Divison Text
*
*/

.menu img
{
	margin: 5px 15px 5px 15px;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content font, .content img
{
	margin: 0px 10px 0px 10px;
}

.footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer font, .footer img
{
	margin: 0px 10px 0px 10px;
}

/************
*
* External attributes
*
*/

/* Gradual Highlight */
.gradualshine
{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}