body {
	background-color: #005f21;
	margin: 0px;
	padding: 0px;
}
table, tbody, tr, td, th {
	border-collapse:collapse;
	}
	
img {
	border:none;
	}

h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:x-large;	
	color:#339900;
	padding:0px;
	font-weight:bold;
	text-align:center;
	
	}

a {
	color:#cc3333;
	text-decoration:none;
	}
	
a:hover {
	color:#cc3333;
	text-decoration:underline;
	}	

#first-letter {
	color:#339900;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:72px;
	padding:0px;
	margin:0px;
}

#wrapper {
	background-image: url(../images/background-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image: url(../images/background-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 285px;
}

.container {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	padding: 0px;
}

#center {
	width:410px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cc3333;
	border-right-color: #cc3333;
	border-bottom-color: #cc3333;
	border-left-color: #cc3333;
	padding-right: 10px;
	padding-left: 10px;
	}
#left {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:16px;
	width:230px;
	font-weight:bold;
	color:#333333;
	}
	
#right {
	font-family:'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size:18px;
	padding-left:8px;
	width:300px;
}
.clear {
	clear:both;
	}
#footer {
	background-image: url(../images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:127px;
	font-family: "Arial Black", Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #015F21;
}
#footerlinks {
	padding-top: 120px;
	padding-bottom:10px;
}
#footerlinks a {
	color:#FFFFFF;
	text-decoration:none;
	}
#footerlinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#navigation
{
    border-style: solid none solid none;
    border-width: thin;
    border-color: #cc3333;
    text-align: center;
    padding:5px 0px 5px 0px;
    margin-bottom:10px;
    font-weight:bold;
    margin-left:10px;
}

.signature {
    font-family:'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    color:#339900;
    font-size:14px;
}

.hr {
    background-color:#cc3333;
    height:1px;
    width:95%;
    }
    
.praise {
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    font-style:italic;
    font-size:12px !important;
    text-align:right;
    }
    
 blockquote{
    padding:0px;
    margin:0px;
 }
 
 .quotes
{
    color: #339900;
    font-weight: 900;
    font-size: 150%;
    line-height: 16px;
}