/* master style sheet - churchlogogallery.com*/
body {
	color: #000000; 
	font-size: 12px; 
	font-family: verdana, helvetica, arial, sans-serif; 
	line-height: 18px;
	background:#E3DFDF url('images/bg.gif') repeat-x top left;
	
}
.generalText     { color: #000000; font-size: 12px; font-family: verdana, helvetica, arial, sans-serif; line-height: 18px }
/*.generalText:Hover     { color: #999 }*/
.generalTextLink           { color: #c90; font-size: 12px; font-family: verdana, helvetica, arial, sans-serif; line-height: 18px; text-decoration: underline }
.generalTextLink:Hover        { color: #999; font-size: 12px; line-height: 18px; text-decoration: underline; }
/* HEADER - FOOTER */
.testimony {
	color: #996600;
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	text-align: right;
	margin-top: -3px;
	margin-right: 6px;
	list-style-position: inside;
}

.features {
	color: #333366;
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: -3px;
	margin-right: 6px;
}
.copyrightText   { color: #666; font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none }
.copyrightText:Hover { color: #999; text-decoration: none }
.copyrightTextLink { color: #666; font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none }
.copyrightTextLink:Hover { color: #c90; font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: underline }
/*----------------------------------------------------------------*/
A     { color: #c90; font-family: verdana, helvetica, arial, sans-serif; line-height: 14px; text-decoration: none }
A:hover   { color: #999; text-decoration: underline }
/*indents bullets specialized*/
.specialEmp  {
	color: #c90;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 18px;
	text-decoration: none;
}

.subhead   { color: #666; font-size: 16px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none }

.bulletpoints { color: #333366; font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none }
.necessary { color: #FF0000; font-size: 10px; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none }

.bold {
	font-weight: bold;
}

/* NEWS STYLES */
div.news_item {
}
div.news_item p {
	color: #333; 
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}
div.news_item .news_title {
	color:#336;
	padding-top:10px;
}
div.news_item .news_date {
	font-size:10px;
}
div.news_item .news_content {
	padding-top:5px;
}
.archive_date   { 
	color: #666; 
	font-size: 14px; 
	margin:10px 0 0 0;
	padding:0;
	font-family: verdana, helvetica, arial, sans-serif; 
	text-decoration: none;
}
.tbl {
	 border: 1px solid #FFCC99;
}
/*---{ Custom 404 / Not Found styles } --------------------------------*/
#notFoundDiv h1 {
    color: #c90;
    background-color: white;
    font-size: 1.4em;
    border-bottom: 1px solid #c90;
    width: 400px;
}
#notFoundDiv input {
    border: 1px solid black;
    background-color: #ffb;
    margin: 5px 0px;
}
#notFoundDiv input.submit {
    border: 1px solid black;
    background-color: #c90;
    cursor: pointer;
}
/*---{ Custom general styles }-----------------------------------------*/
.goldtext {
	color: #c90;
}
.imgFrame {
	padding: 3px; 
	border: 1px solid #c90; 
	margin: 5px;
}