﻿/*  OFMS Style3.css, by Web Partners for Organizations, Mar2007 */

@import url("layout.css");

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1em;
	color: #033;
	background-color: #304050;
	background-image: url("../images/bkg-blu.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-color: #f0f8ff;
}
#masthead {
	text-align: center;
	width: 700px;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background-color: #fff;
	top: 0px;
	left: 10px;
}
#content {
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	padding: 0px;
	border-top: 1px solid #666;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	width: "100%";
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
#navigation a {
	color: #039;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #333;
	background-color: #304050;
}
/* Content Styles */
#content p {
	color: #039 ;
}
#content h1 {
	color: #600; 
	font: normal normal bold 1.5em/1.8em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#content h2 {
	color: #039;
	font: normal normal bold 1.3em/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #900;
	font: normal normal bold 1.2em/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#content h4 {
	color: #039;
	font: normal normal bold 1.1em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#content h5 {
	color: #039;
	font: normal normal bold 1em/1.1em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#content h6 {
	color: #039; 
	font: normal italic bold 1em/1.1em Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Footer Styles */
#footer p {
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:small;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {}
.style_mast {
	font-weight: bold;
	color: white;
	font-size: .8em;
}
.style_italic {
	font-style: italic;
}
.style_red {
	color:darkred;
}
.style_center {
	text-align:center;
}



