/*****************************************************/
/* main.css - Evangel                                */
/* use with all standard pages in  site              */
/*****************************************************/
/* Site standards:                                   */
/* Base Color: 752641 (maroon)                       */
/* Dimmed base color: 90% - 833C54                   */
/*                    80% - 915267                   */
/*                    75% - 985C71                   */
/*                    70% - 9E677A                   */
/*                    65% - A57283                   */ 
/*                    60% - AC7DBD                   */   
/* Darker:                  5E1930                   */
/*****************************************************/

/******************************************************/
/*  MASTHEAD SECTION                                  */
/******************************************************/
#mainContainer {
	width:800px;
	background-color:#FFFFFF;
	margin-top:5px;
	}

#masthead {
	width: 660px;
	position: relative;
	top:0px;
	float:right;
	height: 95px;
	background-color:#FFFFFF;
	}
#mainHeader {
	background-image:url(../system/homeHeader.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height: 65px;
	}

#mainMenu {
	text-align:left;
	height:17px;
	border-bottom: #752641 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: #752641;
	padding-left:8px;
	padding-top:2px;
	}
#mainMenu a {
	color: #996699;
	font-weight:bold;
	text-decoration:none;
	}
#mainMenu a:hover {
	background-color: #FFCCFF;
	text-decoration: none;
	}
#mainDate {
	z-index:2;
	position:absolute;
	top: 40px;
	left: 451px;
	width: 200px;
	height: 14px;
	text-align:right;
	}
#quickSearch {
	text-align: right;
	z-index:2;
	position:absolute;
	top: 64px;
	left: 490px;
	}
/******************************************************/
/*  PAGE CONTENT                                      */
/******************************************************/
/*  LEFT SIDEBAR (used for submenu)                   */
/******************************************************/
#leftSidebar {
	position:absolute;
	top:0px;
	left:0px;
	width: 140px;
	height:600px;
	margin-left:-140px;
	background-image:url(../system/LeftSidebar.jpg);
	background-repeat:no-repeat;
	z-index:50;
	}
#leftNav {
	margin: 0 5px 0 5px;
	position:absolute;
	top:130px;
	left:0px;
	width:120px;
	*width:130px;
	}
/*#leftNav p {
	margin:  0 .2em .5em .6em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFF99;
	font-size: x-small;
	font-weight:bolder;	
	}
#leftNav a {
	color: #CCCCCC;
	}
#leftNav a:hover {
	color:#66FFFF;
	text-decoration: none;
	background-color: #660066;
	}*/

/********************************************************/
/*  MAIN CONTENT                                        */
/********************************************************/
/*  Main sections                                       */
/********************************************************/
#contentContainer {
	width:635px;
	background-color:#FFFFFF;
	position:relative;
	top:0px;
	left:0px;
	margin-left:-140px;
	padding: 10px 10px 5px 155px;
	min-height:525px;
	text-align:left;
	}
#mainContent {
	width:620px;
	}
/* COLUMNS - Left Plain, Right Boxed */	
#mainLeft {
	width:330px;
	float:left;
	/*padding-top:4px;*/
	}
#mainRightBox {
	width:265px;
	float:right;
	top:0;
	padding:8px;
	background-color:#EBE6AD;
	border: #752641 1px solid;
	}
/* 2 EQUAL COLUMNS */
#column1 {
	width:300px;
	padding:0 10px 5px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	border-right: 1px solid #CCCCCC;
	}
#column2 {
	width:300px;
	position:absolute;
	padding: 0 10px 5px 10px;
	top: 0px;
	left: 325px;
	}
#footerContainer {
	width:800px;
	height:2.5em;
	background-color:#FFFFFF;
	margin-left:-140px;
	margin-bottom:5px;
	padding-top:15px;
	text-align:left;
	}
#footer {
	padding-top:2px;
	border-top:1px solid #cccccc;
	text-align:center;
	}



	  	 

