﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	background-color: #fff;
}
#container {
	width: 970px;
	margin: 0 auto;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
}
#masthead {
	text-align: center;
	margin-left: 35px;
	width: 900px;
	height: 270px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
#navigation {
	width: 900px;
	height: 34px;
	margin-left: 35px;
	clear: both;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
#content {
	float: left;
	width: 880px;
	margin-left: 35px;
	padding: 0 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	margin-left: 35px;
	padding: 5px 0 0 0;
	overflow: auto;
	background-image: url('../images/ftbg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: x-small;
	color: #fff;
}
#sdlogo {
	width: 300px;
	margin: -15px auto;
	padding: 3px 0 0 0;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: medium;
	display: block;
	margin: 0;
	padding: 7px 15px 9px 15px;
}
#navigation a:hover {
	text-decoration: none;
	color: #000;
	background-color: #0061aa;
}
/* Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: #0061aa;
	font-family: "Palatino Linotype", ‘Book Antiqua’, Palatino, serif;
}
#content h1 {
	font-size: 20pt;
}
#content img {
	padding: 2px;
	margin: 2px;
	border: 0;
	float: left;
}
/* Footer Styles */
#footer p {
	color: #fff;
	margin-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	border: 0;
}

