/* CSS Document */

body {
	 background-color: #EDF0D2;
	font-family: times new roman, garamond, serif;
	font-size: 14px;
	font-color: #000;
	padding: 0px 0px 0px 0px;
}

.mainHeader {
	font-family: "times new roman", garamond, serif;
	font-color: #6c5635;
	font-size:  16px;
	padding:  0px 0px 0px 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #6c5635;
	text-decoration: none;
}

.subHeader {
	font-family: "times new roman", garamond, serif;
	font-color: #000000;
	font-variant: smallcaps;
	font-size:  14px;
	padding:  0px 0px 0px 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #008fd4;
}
	
.footerText {
	font-family: times new roman, garamond, serif;
	font-size: 12px;
	font-color: #000;

	padding 0px 0px 0px 0px;
	
}

.quote {
  	font-family: "times new roman", garamond, serif;
	font-color: #000000;
	font-size:  15px;
	line-height:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	text-decoration:none;
	}
	
a:link {
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00adef;
	text-decoration: none;
}
a:visited {
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330066;
	text-decoration: none;
}
a:active{
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330066;
	text-decoration: none;
}

a:hover {
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6c5635;
	text-decoration: underline;
}



.navigation {
	font-family: times new roman, garamond, serif;
	font-size: 13px;
	font-color: #000;
	padding: 0px 0px 0px 0px;
}

.topBottom-border {	
	border-top: 1px solid #8cc63f;
	border-bottom: 1px solid #8cc63f;}

.right-border {
	border-right: 1px solid #8cc63f;}
	
.left-border {
	border-left: 1px solid #8cc63f;}

.bottom-border {
	border-bottom: 1px solid #8cc63f;}
	
.top-border {
	border-top: 1px solid #8cc63f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8cc63f;
}
