html, body, p, ol, ul, li, td, h1, h2, h3, h4 { 
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

body {
	background: #fff url(/images/main/header-art-tekton.jpg) no-repeat top left;
	margin: 0; 
	padding: 0;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}

h1, h2, h3, h4 { 
	color: #577329; 
	font-family: Tahoma, Geneva, sans-serif;
/*	font-family: Garamond, serif;*/
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin: 1em 50px 0 40px;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	color: #27244f;
	font-size: 18px;
}

h2 a {text-decoration: none;}

h3 {
	color: #27244f;
	font-size: 16px;
}

h4 {
	color: #27244f;
	font-size: 14px;
}

p { 
	color: #666;
	font-size: 12px;
	margin: 0.5em 50px 1em 40px;
}

/*a {text-decoration: none;}*/

#header-menu p {
	color: #f4f4f4;
	margin: 0;
	padding: 5px 15px 5px;
}

.date p {
	font-size: 9px;
	font-style: italic;
	margin: 0 60px 0 40px;
	padding: 0;
	text-align: right;
	
}

.first-line p { 
	margin-top: 0;
	padding-top: 0;
}

#promo-snippets h2 {
	color: #577329;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 1.3em;
}

#promo-snippets p {

	margin-left: 10px;
	margin-right: 20px;
}

a:link {color: #577329;}
a:hover {color: #f37521;}
a:visited {color: #f37521;}

#table-layout {
	background-color: #c2c2c2;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 15px;
	margin-left: auto; /* these are to center the table in the column */
	margin-right: auto;
	width: 90%;
}


th, tr, td {
	background-color: #f4f4f4;
	color: #577329;
	padding: 0.5em;
}

tr a:link {color: #577329;}
tr a:hover {color: #577329;} /* orange is #f37521 */
tr a:visited {color: #577329;}


.event p {
	color: #f37521;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.divider {
	background: #fff url(/images/main/divider.jpg) repeat-x left top;
	height: 1px;
	width: 300px;
	margin: 2em auto 3em;
	clear: right;
}

#promo-snippets .divider {
	margin: 10px 0 0 10px;
	width: 250px;
}

#promo-snippets ul {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 1.5em;
}

#promo-snippets li {
	color: #577329;  /* to color the dots green */
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

#main-content ul {
	font-size: 12px;
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 1.5em;
}

#main-content ul p {margin-left: 0;}

#main-content li {
	color: #666;  
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
	margin-right: 10px;
}

.strong-ital {
	color: #666;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
}

#footer p {
	color: #f4f4f4;
	font-size: 10px;
	line-height: 1.25em;
	padding: 160px 0 0 0;
}

#footer a:link {color: #f4f4f4; text-decoration: none;}
#footer a:visited {color: #f4f4f4; text-decoration: none;}
#footer a:hover {color: #f4f4f4; text-decoration: underline;}


.image-left-align { 
	border: 2px solid #c2c2c2;
    float: left;
	margin: 10px 10px 10px 40px;
	text-align: left;
}

.image-right-align { 
    float: right;
    margin: 10px 50px 10px 10px;
	text-align: right;
}

.image-center-align {
	margin: 10px auto;
	text-align: center;
}

img {
	border: 2px solid #c2c2c2;
}

.image-center-align #donate img {border: none;}

#promo-snippets .image-left-align { 
    float: left;
	margin: 10px 10px 5px 10px;
	text-align: left;
}

#promo-snippets .image-right-align { 
    float: right;
    margin: 10px 20px 5px 10px;
	text-align: right;
}

#promo-snippets .image-center-align { 
    margin: 10px auto 5px;
    text-align: center;
}


blockquote{
	background-color: #f4f4f4;
	border: 2px solid #c2c2c2;
	font-family: Tahoma, Geneva, sans-serif;
    margin: 15px 70px 15px 60px;
    padding: 20px;
    color: #27244f;
    font-size: 13px;
    font-style: italic;
    text-align: left;
}

blockquote cite {
    display: block;
    color: #27244f;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
	padding: 0 20px 0 0;
    text-align: right;
}

blockquote p {
	color: #27244f;
	margin: 0;
	padding: 0;
}

/*blockquote.introduction:first-letter { /* for the drop cap on browsers that can do first child */
/*	color : #27244f;
	font-size : 300%;
/*	font-weight : bold;*/
/*	float : left;
	padding: 0 0.1em 0 0;
	width : 1em;
}*/

blockquote p:first-letter { /* for the drop cap on browsers that can do first child */
	color : #27244f;
	font-size : 300%;
/*	font-weight : bold;*/
	float : left;
/*	margin: 0 0.1em 0 0;*/
	padding: 0 0.1em 0 0;
/*	padding: 0 0.1em 0 0;*/
/*	width : 1em;*/
}


/* Generic Classes */

.center-align {
	text-align: center;
}

.center-align img {border: none;}

