/*
-----------------------------------------------
Master Screen Style 2008
-----------------------------------------------
Ernest Gambrell Ministries
file:		code/default.css
author:		Jason Denison
date:		09 DEC 2007
----------------------------------------------- */

body {
	background: #ccbfac;
	margin:0;
	padding:0;
	text-align: center; 
	} 
	
.sidebarBGblank {
	background-image: url(../images/sidebar-blank-bg_13.jpg);
	background-color:#e5dfd1;
	}	
#sidebartractorpic {
	background-image: url(../images/Template2007_13.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5dfd1;
	}		
	
a.copyright, a.copyright:active, .copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}
a.copyright:hover {
	color: #FF0000;
	}	

#content {
	clear: left;
}	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}
a.content {
	font-family:Arial, Helvetica, sans-serif;
	color: #06c;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
	}
a.content:hover {
	color: #c6c1b3;
	}
.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}		
.contentGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}
		
h2.subTitle, .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
h2.subTitle2, .subTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	}	
h2.subTitleAuthor, .subTitleAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}	
		


		
/*
/* NAVIGATION Divs and Classes
/*-------------------------------------------------------------------------------------------------------------------*/	
#nav, #nav ul {
     padding: 0;
	 margin: 0;
	 list-style: none;
	 }
#nav a {
     display: block;
	 width: 9em;
	 text-align:center;
	 }
#nav li { 
    float: left;
	width: 6em;
	text-align:left;
	}
#nav li ul {
     position: absolute;
     width: 9em;
	 left: -999em;
	 background: #e5dfd1;
	 border-color:#333333;
	 border-style:solid;
	 border-width: 1px;
	 }
#nav li:hover ul, #nav li.sfhover ul {
     left: auto;
	 }	
#Navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	}
#Navigation a {
	color: #6c2a0d;
	text-decoration: none;
	font-weight: bold;
	clear: left;
	}
#Navigation	a:hover {
	color: #c6c1b3;
	}
	
h1.Title, .Title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066cc; /*647bad*/
	text-decoration: none;
	text-align: left;	
	}

.Secuirty18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: left;	
	}
.BackToTop a {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
	}
.BackToTop a:hover {
	color:#990000;
	text-decoration:none;	
	}		