/* CSS Document */
html, body {
  background: #FFF;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }

p {
	font-size: 12px;
	color: #000000;
	}
.h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	padding: 0px 2px 5px 10px;
	}


.content {
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	line-height: 1.3;
	text-decoration: none;
	text-align: left;
	margin: 10px;
	}

.center {
	font-size: 18px;
	color:#474647;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	}

.quote {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	}

.navigation {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #474647;
	display: inline;
	padding: 2px 8px 2px 8px;
	text-align: left;
	}

.navigation:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #B1B579;
	text-decoration: none;
	background-color: #474647;
	display: inline;
	padding: 2px 8px 2px 8px;
	text-align: left;
	}

.quoteAuthor {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	}

.spacer {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	}
.Footer {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #474647;
	display: inline;
	padding: 0px 30px 0px 30px;
	margin-left: 15px;
	}
.copyR {
	font-size: 10px;
	font-style: normal;
	}	
.h1 {
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	padding: 20px 2px 0px 10px;
	}
.contentJustify {
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	line-height: 1.2;
	text-decoration: none;
	text-align: justify;
	margin: 10px;
	}

#nav ul {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;

  }
/* float each list element inline */
#nav li {
  	float: left;
  	display: inline;
  }
/* style the links in the nav list */
#nav a {
	display:block;
	/*height: 1em;*/
  	padding: 7px 17px 7px 17px;
	/*width: 120px;*/
  	text-decoration: none;
  	/*font-size: 100%;*/
  }
#nav a:link, #nav a:visited {
	background-color: #474647;
	color: #FFF;
  /*border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;*/
  }

#nav a:hover, #nav a:active {
  background-color: #DFECD9;
  color: #474647;
  /*border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;*/
  }

/* styples for contact form */
form {
	margin: 10px 25px 0 50px;
	}
#name, #email {
	width: 200px;
	}
#message {
	width: 500px;
	height: 150px;
	}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.warning {
	color: #F00
	}
