﻿@import url("layoutpl.css");
body {
	color: #000;
	font-family: "Curlz MT";
	font-size: medium;
	font-style: normal;
	background-color: #fbd8de;
	font-weight: bold;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #e7b8cf;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('../imagespl/paperl.jpg');
	background-repeat: repeat;
}
#masthead {
	text-align: center;
	width: 100%;
	background-color: #000000;
}
#navigationtop {
	background-color: #000000;
	overflow: hidden;
}
#navigation {
	border-bottom: 1px #C0C0C0 solid;
	overflow: hidden;
	background-color: #fbd8de;
}
#page_content {
	position: relative;
	width: 880px;
	left: 40px;
	top: 0px;
	padding-top: 90px;
	z-index: 10;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	border-style: solid;
	border-width: 0px;
	float: left;
		margin: 0;
		padding: 0;
	height: 110px;
	width: 125px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 0;
	padding: 0;
}
/* Styles for NavigationTop */
#navigationtop ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 25px 0 215px;
}
#navigationtop li {
	float: left;
	width: 150px;
}
#navigationtop a {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	padding: 25px;
	background-color: #000000;
	font-size: x-large;
}
#navigationtop a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 25px 0 215px;
}
#navigation li {
	float: left;
	width: 150px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 25px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
	text-align: right;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
	text-align: center;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
	text-align: center;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #446699;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



