/* CSS by Caleb R. Bassett
        for Congregational Evangelist Program
        start date: 15.10.2004
*/


/* Main Body Styling */

BODY {
        margin:0px 0px 0px 0px;
        background: url('../images/bg_lines.gif') repeat-y; 
        }
        
	
A {color: #000; text-decoration: underline; }
	A:link { color: #000;}
	A:visited { color: #000;}
	A:active { color: #3399CC;  }
	A:hover { color: #3399CC;  }
	
A.nav 	{
	color: #333;
	text-decoration: none;
	background:#transparent;
	font-weight:bold;
	}

        A:link.nav { color: #000; text-decoration: none; }
        A:visited.nav { color: #000; text-decoration: none; }
        A:active.nav { color: #000;  }
        A:hover.nav { color: #6699CC;  }

.header {
	background: url('../images/header_bg.gif') repeat-x; 
	border-bottom:1px solid #6699CC;
	}
	
.footer {
	padding:0px 5px 5px 3px;
	border-top:1px solid #6699CC;
	border-right:1px solid #6699CC;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	margin:45px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	}
	
.navbar {
	padding:5px 0px 5px 72px;
	border-bottom:2px solid #6699CC;
	border-right:2px solid #6699CC;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size:12px;
	background: url('../images/nav_gradient.gif') repeat-x;
	width:100%; 
	}

.outerbox {
	width:70%;
	background:transparent;
	}

.innerbox {
	width:100%;
	color: #000;
	font-family:trebuchet ms, arial, verdana, tahoma, sans-serif;
	font-size:12pt;
	line-height:20px;
	margin: 0px 0px 0px 64px;
	padding:5px 20px 10px 10px;
	background:transparent;
	}
	
.table {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	line-height:14px;
	}

H1 {
	font-family: trebuchet ms, tahoma, verdana;
	font-size:18px;
	color:#406080;
	padding:2px;
	background:transparent;
	border-bottom:2px solid #CCC;
	}
	
H2 {
	font-family: trebuchet ms, tahoma, verdana;
	font-size:18px;
	color:#406080
	}
	
H3 {
	font-family: trebuchet ms, tahoma, verdana;
	font-size:14px;
	background:#DFDFDF;
	color:#000;
	border:1px solid #6699CC;
	border-left:1px solid #6699CC;
	padding:0px 0px 1px 5px;
	}
	
H5 {
	font-family: trebuchet ms, tahoma, verdana;
	font-size:14px;
	font-weight:normal;
	color:#406080;
	line-height:12px;
	}
	
.accentbox {
	font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	border: 1px solid #666;
	padding:10px 0px 10px 30px;
	background: url('../images/accent_gradient.gif') repeat-x; 
	}
	
#border {
	border:1px solid #666;
	}