﻿/* CSS layout */
#masthead {
}
#top_nav {
	background-color: #FF9717;
	font-family: Papyrus;
	font-size: small;
	text-align: center;
	width: 797px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D759A9;
	border-left-color: #D759A9;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 90px;
	height: 80px;
}

#top_nav a {
	color: black;
}
#top_nav a:visited {
	
	color: black;
}

#top_nav a:hover {
	color: white;
}
#page_content {
	background-color: #FFA63D;
	margin-left: 90px;
	width: 772px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #D759A9;
	border-left-color: #D759A9;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D759A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 100px;
}
#page_content p {
	margin-left: 13px;
	margin-right: 13px;
	
}
#page_content h2 {
	font-family: sans-serif;
	font-weight: bold;
	color: #1F6FC6;
	font-size: x-large;
	margin-left: 13px;
	margin-right: 13px;
}
#page_content li {
	list-style: none;
}
#page_content a {
	color: black
}
#page_content a:visited {
color: black;
}
img {
	border: none;
}
#page_content img {
	margin-left: 13px;
	
}
#page_content a:hover {
	color: white;
}
