﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1 em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#PageContainer {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 880px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#navigationP {
	text-align: center;
	background-color:#dfb8df;
	background-image:url('../images/masthead.gif');
	clear: both;
	width:780px;
	margin-left:10 px;
	float:right;
	border: 1px dotted #d8bfd8;
}

#content {
	padding-left:5px;
	padding-right:5px;
	float: left;
	width: 780px;
	background-color: #FDF9FD;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-left: thin dotted #CC0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#contentP {
	padding: 10px;
	float: left;
	width: 740px;
	background-color: #FDF9FD;
	border-left: thin;
	border-left-style: dotted;
	border-left-color: #CC0099;
}
#contentN {
	padding: 5px;
	background-color: #FDF9FD;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	}


#footer {
	text-align: center;
	background-color:#dfb8df;
	background-image:url('../images/masthead.gif');
	clear: both;
	width:780px;
	float:right;
	border: 1px dotted #d8bfd8;
	margin-right:10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#navigationP a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#contentN h1,h2,h3,h4,h5,h6 {
	color: navy;
	width: 381px;
}

/*
#content img {
	padding: 5px;
	border: 0px solid #402640;
	height: 125px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
*/
#content iframe {
	width: 100%;
	height: 800px;
	float: center;
}
#HomePageTop iframe {
	width: 250px;
	height: 350px;	
}
#HomePageMessage iframe {
	width: 760px;
	height: 300px;
	float: center;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
#footerP a {
	text-decoration: underline;
}

a {
	color:navy;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Picture and text caption Styles */
.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding:3px;
	font-size:smaller;
	font-weight:bold;
	text-align:center;
}
.picture img {
	border:1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom:3px;
}
.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
}
.left {
	margin:0.5em 0.8em 0.5em 0;
	float:left;
}