﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 900px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 174px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-right: 1px dotted #725972;
}
#content {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 730px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
}
#footer {
	font-size: 0.2em;
	clear: both;
	width: 918px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size:2.5em;
}
#masthead h2 {
	color: #5E375E;
	font-size:1.5em;	
}
#masthead h3 {
	color: #5E375E;
}
/* 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 ul li ul li{
	padding-left: 15px;
}

#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;
}
#navigation ul li ul a {
	font-size:0.9em;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.indent{
	margin-left:30px;
	text-indent:-30px;
}
#next {
	float:right;
	padding:0px;
	margin: -8px 12px 3px 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}