/* FaithToFace.Org Style Sheet */

/* Classes for Links */
A:LINK, A:VISITED 
{ color: purple; font-weight: bold; text-decoration:none;}

A:ACTIVE, A:HOVER
{ color: red; font-weight: bold; text-decoration:underline;}


/* OFFICIAL COLORS */
/* light purple: #CDAFF5  */
/* lighter purple: #F8E4FF; */	
/* Cross GOld: #847220 */
/* Border Purple Color: #9933CC */
/* NEW - light gold: #F1BB01 - used for main background of menu and banner*/


/* DIVs */
#header 
	{ 
	position:relative;
	margin: 0 auto;
	text-align:left;
	background:white;
	width:850px;
	border-style:solid;
	border-top-width:5px;
	border-bottom-width:0px;
	border-left-width:5px;
	border-right-width:5px;
	border-color:#847220;
	} 

#main 
	{ 
	position:relative;
	margin: 0 auto;
	text-align:left;
	background:black;
	width:850px;
	border-style:solid;
	border-top-width:0px;
	border-bottom-width:5px;
	border-left-width:5px;
	border-right-width:5px;
	border-color:#847220;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	} 

#pad
	{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background:E0ED9D;
	}



/* Main Body */
body 
	{
	position:relative;
	margin: 0 auto;
	text-align:center;
	color: white;
	background-color:#814B81;
	font-family: arial;
	font-size: 12pt;
	font-weight: none;


	/* scrollbar-face-color: #CDAFF5;  */		
	/* scrollbar-shadow-color: black;  */		
	/* scrollbar-highlight-color: #F8E4FF; 	 */
	/* scrollbar-3dlight-color: black; 	 */
	/* scrollbar-darkshadow-color: black; 	 */
	/* scrollbar-track-color: #F8E4FF; 	 */	
	/* scrollbar-arrow-color: #847220; 	 */	
	}


.menu 
	{
	background-color: #C893F9;
	font-size: 8pt; 
	font-family: arial;
	font-weight: none;
	}

hr
	{
	color: #F1BB01;
	text-align:center;
	width: 600;
	}

.short
	{
	color: #F1BB01;
	width: 400;
	height: 1;
	}



table
	{
	font-size=10pt;
	}

tr
	{
	font-size=10pt;
	}

td
	{
	font-size=10pt;
	}

/* this smaller table font is for the side menu */
td.sm
	{
	font-size=8pt;
	}


/* H1 is used for title of each page */
h1 	{
	color:#F1BB01;
	font-style: italic;
	font-size:17pt;
	text-decoration: none;
	text-align: left;
	font-family: arial, veranda, helvetica;
	word-spacing: 5;
	border-bottom: 0.09em solid #F1BB01;
	}

/* H2 is used for sub-titles */
h2 	{
	color:white;
	font-size:13pt;
	font-style: italic;
	text-decoration: underline;
	text-align: left;
	font-family: arial, veranda, helvetica;
	margin-top: 10;
	margin-bottom: 4;
	}

/* H3 is used for section headings, and store item headings */
h3 	{
	color:white;
	font-size:11pt;
	font-style:italic;
	text-decoration: none;
	text-align: left;
	font-family: arial, veranda, helvetica;
	margin-top: 8;
	margin-bottom: 2;
	}

/* H5 is used for top nav text */
h5 	{
	color:white;
	font-size:9pt;
	font-weight: none;
	text-decoration: none;
	text-align: left;
	font-family: arial, veranda, helvetica;
	}

/* H6 is used for eye chart text (copyright info, etc) */
h6 	{
	color:black;
	font-size:8pt;
	font-weight: none;
	text-decoration: none;
	text-align: center;
	font-family: arial, veranda, helvetica;
	}


