/* CSS Document */
/* CSS Document */
body { background-color: #6B4226;
	}

p {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	text-decoration:none;
	text-align: left;
	}

ol, ul, li {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration:none;
	list-style-position: inside;
	line-height: 20px;
	list-style-type: disc;
	}
	
.text {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	}

a {
	text-decoration:none;
	color:#0D386A;
	}
	
a:link {
	border:0;
	text-decoration:none;
	}
	
a:visited {
	border: 0;
	color: #0D386A;
	}
	
a:hover, a:active {
	border: 0;
	text-decoration: none;
	color: #0D386A;
	}
	
/* navigation bar */

#nav {
	margin: 0;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	background-color: 0D386A;

}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#nav a:link {
	border: 0;
	text-decoration: none;
}

#nav a:visited {
	border: 0;
	color: #FFFFFF;
}
	
#nav a:hover, a:active {
	border: 0;
	text-decoration: none;
	color:#E31936;
}

/* colors used in Webpage:
	Blue in Index Page - #292E4C
	Red in Index Page - #B81F3A
	White - #FFFFFF
	Black - #000000
	Blue Border in Website - #0D386A
	Dark Brown in Website (semisweet chocolate brown) - #6B4226 
	Light Blue - #BBDDE7
	Light Brown - #F8ECDE
*/