﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 670px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFFF;
}
#masthead {
	font-size:x-large;
	color:#92278F;
	text-align: left;
	width: 670px;
	height: 225px;
	padding:10;
	border-bottom:1px solid #00A652;
	/*border: 1px dotted #725972;*/
	background-image: url('../images/SSMDO_logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	position: static;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	position: static;
	float: none;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: table;
}
#footer {
	text-align: center;
	clear: both;
	width: 650px;
	border: 1px dotted #d8bfd8;
}
/* 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 {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	color: white;
	background-color:#F8931F;
}
#navigation a:hover {
	color:white;
	background-color:#00A652;
	text-decoration: none;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color:#92278F;
}
#content h3{
	font-style: italic;
}

#content img {
	padding: 6px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color:#491448;
	text-decoration: underline;
}

a:hover {
	color: #00A652;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color: #800080;
}
.style_italic {
	font-style: italic;
}
.style_purple {
	color: #5B005B;
}
.style_callout {
	padding: 2px;
	margin: 3px;
	border-width: 1px;
	border-color: #dfb8df;
	float: right;
	color: #800080;
	width: 210px;
	border-left-style: solid;
}
.style_section {
	display: block;
}
