/***** Page Formating ******/

body {
/*	margin: 20px 0;  */
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
}

/*** #wrapper fixes the width of the page. Currently 780 pixels. Change width accrodingly for the site. ***/	   
#wrapper {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-left: 2px;
	border-color: #24330c;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#header {
	text-align: center;
	background-color: #B2A076;
	border-top-color: #24330C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	overflow: hidden;
	background-color: #EEEEEE;
}

/*** #left fixes the width of the left column to 175 pixels -- 155px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#left {
	float:left;
	width: 155px;
	padding: 10px;
	background-color: #24330c;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** #right fixes the width of the left column to 605 pixels -- 585px + 10px padding on each side. Change width and padding accrodingly for the site. ***/
#right {
	float:right;
	padding: 10px;
	background-color: #EEEEEE;
	width: 584px;
}

#footer {
	clear:both;
	text-align: center;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #24330c;
	border-top-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	visibility: visible;
	position: relative;
}



#home_left{                         /*  left side of content div primarily for HOME page display */
	float: left;
	width: 46%;      /*	width: 265px;  is valid alternate*/
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-left: 6px;
}

#home_right{                       /*  right side of content div primarily for HOME page display */
	float: right;
	width: 46%;  /*	width: 265px;  is valid alternate*/
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 6px;
}



/****** Photo Display Formats ******/

.photo_table {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color:#FFC;
	border: 2px;
	border-color:#03F
}
.photo {
	text-align: center;
	}

.photo_caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #03F;
	line-height: 13px;
	margin: 0px;
	padding-top: 6px;
	text-align: left;
}














/****** Text Formatting ******/

/*** Header Text Formatting ***/
#header a {
	font-size: 12px;
}

#header a:link {
	color:#24330c;
	text-decoration: underline;
}

#header a:visited {
	color:#FF0000;
	text-decoration: none;
}

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

/*** Left Text Formatting ***/
#left a:link {
	color:#b2A076;
	text-decoration: underline;
}

#left a:visited {
	color:#FF0000;
	text-decoration: none;
}

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

#left H3 {
	color:#FFCC66;
	font-size: 13px;
}

#left H4 {
	color:#FFCC66;
	font-size: 11px;
}

#left p {
	color: #FFCC66;
}

#left ul li {
	font-size: 12px;
	list-style-type: square;
}

/*** Right Text Formatting ***/
#right a:link {
	color:#24330c;
	text-decoration: underline;
}

#right a:visited {
	color:#FF0000;
	text-decoration: none;
}

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

#right p {
	color: #000000;
}

#right p.green {
	color: #24330c;
}


#right p.boldgreen {
	color: #24330c;
	font-weight: bold;
}

#right p.news_title {
	color: #24330c;
	font-size: 14px;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, serif;
}

#right ul li {
	font-size: 12px;
	list-style-type: disc;
}
/*** Ticker Text Formatting ***/
#tickertext {
	color: dark green;
	background-color: yellow;
}
#tickertext a:link{
	color: blue;
	background-color: gold;
}
#tickertext a:hover{
	color: grey;
	background-color: white;
}
#tickertext a:visited{
	color: #3E4A15;
	background-color: #F4E42A;
}




/*** Footer Text Formatting ***/
#footer p {
	margin-top: 5px;
	color:#24330c;
	margin-bottom: 5px;
}

/*** General Text Formatting ***/
.boldgreen {
	font-weight: bold;
	color: #24330c;
}

.cemetery_name {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copyright{
	font-size: 9px;
	color: #24330c;
	font-style: italic;
}

.footer {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #24330c;
	text-decoration: none;
	background-color: #CCCCCC;
}

H1, H2, H3, H4, H5, H6	{
	color: #24330c;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1	{font-size: 24px;}
H2	{font-size: 18px;}
H3	{font-size: 14px;}
H4	{font-size: 12px;font-weight: normal;}
H5	{font-size: 11px;font-weight: normal;}
H6	{font-size: 9px;font-weight: normal;}

p {
	font-size: 12px;
	font-weight: normal;
	color: #24330c;
}

p.caption {
    font-size: 9pt;
    color: #24330c;
    text-decoration: none;
}

.green {
	color: #24330c;
}

.error {
	color: #FF0000;
}

.news_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, serif;
}

/* Search Pages Settings */

#search a:link {
	color:#336247;
	text-decoration: none;
}

#search a:visited {
	color:#336247;
	text-decoration: none;
}

#search a:hover {
	color:#8B693F;
	text-decoration:underline;
}



.data_entry_labels {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.display_table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B1A074;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1EEE7;
	border-right-color: #F1EEE7;
	border-bottom-color: #6C603E;
	border-left-color: #6C603E;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.display_table_row_even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E9E4D8;
}
.display_table_row_odd {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0EDE3;
}
.display_table_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.bkg_yellow {background-color:#FF9}
.bkg_red {background-color:#F00}
.bkg_blue {background-color:#69F}
.bkg_green {background-color:#6C9}
.bkg_tan {background-color:#FC6}
.bkg_grey {background-color:#CCC}
.bkg_brown {background-color:#C93}
.bkg_white {background-color:#FFF}

.txt_yellow {color:#FF9}
.txt_red {color:#F00}
.txt_blue {
	color:#00F
}
.txt_green {color:#6C9}
.txt_tan {color:#FC6}
.txt_grey {color:#CCC}
.txt_black {color:#000}
.txt_brown {color:#C93}
.txt_white {color:#FFF}

