/*
 -------------------------------------------------------------------------------
|  Copyright (C) 2004 Grace Community Church. All rights reserved.              |
|-------------------------------------------------------------------------------|
|  Unauthorized removal of this notice is considered a violation of the         |
|  license agreement under which this Code may be used. This work is protected  |
|  under United States copyright law and the similiar law(s) of other countries |
|  under which such as work is afforded legal protection, and upon conviction   |
|  of such a violation in a court of applicable jurisdiction, such person(s)    |
|  may be subject to the maximum allowable penalty as permitted under such law. |
|-------------------------------------------------------------------------------|
|  You acknowledge and agree that information presented to you through this     |
|  Web Site (the "site") is protected by all applicable copyrights, trademarks, |
|  service marks, patents or other proprietary rights and laws, and by virute   |
|  of accessing the site, except as expressly authorized by Grace Community     |
|  Church, you agree not to modify, rent, lease, loan, sell, distribute, store, |
|  or create derivative works based on the site, in whole or in part.           |
 -------------------------------------------------------------------------------

 Organization: Grace Community Church
       Domain: www.gcc.org
         Date: Tuesday, May 18, 2004
      Purpose: Styles for Public Web Site
   Programmer: B. Roberts
               benr@gcc.org
*/

a{
	color: #8e381d;
   	text-decoration: None;
	font-weight: bold;
}

a:hover{
	color: #cc6600;
	text-decoration: underline;
}

h1{
	color: #003900;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

h2{
	color: #003900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

h3{
	color: #003900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4{
	color: #003900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.textbox{
	font-family : "Courier New", Courier, monospace, serif, sans-serif;
	font-size : 14px;
	color: #000000;
	border-left: 1px SOLID #808080;
	border-top: 1px SOLID #808080;
	border-right: 1px SOLID #808080;
	border-bottom: 1px SOLID #808080;
	background-color: #F7F7F7;
	padding : 0px 2px 0px 2px;
}

.textbox1{
	font-family : "Courier New", Courier, monospace, serif, sans-serif;
	font-size : 14px;
	color: #000000;
	border-left: 1px SOLID #808080;
	border-top: 1px SOLID #808080;
	border-right: 1px SOLID #808080;
	border-bottom: 1px SOLID #808080;
	background-color: #FFFFFF;
	padding : 0px 2px 0px 2px;
}

.textbox2{
	font-family : "Courier New", Courier, monospace, serif, sans-serif;
	font-size : 14px;
	color: #000000;
	border-left: 1px SOLID #FFFFFF;
	border-top: 1px SOLID #FFFFFF;
	border-right: 1px SOLID #FFFFFF;
	border-bottom: 1px SOLID #FFFFFF;
	background-color: #FFFFFF;
	padding : 0px 2px 0px 2px;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	border-left: 1px SOLID #003900;
	border-top: 1px SOLID #003900;
	border-right: 1px SOLID #003900;
	border-bottom: 1px SOLID #003900;
	background-color: #FFFFCC;
}

.button1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	border-left: 1px SOLID #003900;
	border-top: 1px SOLID #003900;
	border-right: 1px SOLID #003900;
	border-bottom: 1px SOLID #003900;
	background-color: #DCDCDC;
}

.checkbox{
	
}

.normaltext{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}
      
.normaltextB{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.normaltextDark{
	color: #cccc99;
	font-family: Verdana;
	font-size: 11px;
}
      
.normaltextBDark{
	color: #cccc99;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.sofnumber{
	color: #003900;
	font-family: "Arial Black";
	font-size: 14px;
}

.faqquestion{
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.faqanswer{
	color: #003900;
	font-family: Verdana;
	font-size: 11px;
}

.standardHeading{
	color: #003900;
	font-family: Verdana;
	font-size: 18px;
}

.standardColHeading{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #7e381d;
}

a.standardColHeading{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

a.standardColHeading:hover{
	color: #ffffff;
	text-decoration: underline;
}

.standardDetail1{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	background-color: #CCCCCC;
}

.standardDetail2{
	background-color: #003900;
	font-family: Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

.standardTableBorder{
	border-color:#003900;
	border-style:solid;
	clear:both;
	border-width:1px 1px 1px 1px;
}

.standardTableTitle{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color : #003900;
	border-color : #000000;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
}

.standardTableContent{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color : #E9E9E9;
	border-color : #000000;
	border-width : 0px 1px 1px 1px;
	border-style : solid;
}

.data{
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.standardTD1LeftCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.standardTD1RightCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.standardTD1{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.standardTD2LeftCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}

.standardTD2RightCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}

.standardTD2{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}

.eventListTD1LeftCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.eventListTD1RightCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.eventListTD1{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #FFFFFF;
}

.eventListTD2LeftCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 1px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}

.eventListTD2RightCorner{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}

.eventListTD2{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #808080;
	clear:both;
	
	background : #DDDDDD;
}


.jobDescHeading{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color : #003900;
	border-color : #000000;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
}

.jobDescText{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	background-color : #E9E9E9;
	border-color : #000000;
	border-width : 0px 1px 1px 1px;
	border-style : solid;
}
