﻿@import url('layout-sa.css');
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 940px;
	height: 100%;
	background-color: #c4b7bf;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 100%;
	overflow: hidden;
	text-align: right;
	background-image: url('../../template/images/masthead.gif');
	background-repeat: repeat-x;
	height: 89px;
	z-index: 3;
}
#masthead h1 {
	padding: 4px 10px 4px 10px;
	margin: 0px;
	border-style: none;
	font-size: 22px;
	color: #78404f;
}
#masthead p {
	padding: 0px 10px 0px 10px;
	font-size: small;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .03em;
	background-color: #660033;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 12px;
	padding: 10px;
	background-color: #EEE;
	z-index: 2;
	margin-right: 12px;
}
#footer {
	clear: both;
	overflow: hidden;
	height: 28px;
	background-color: #c6b5bd;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #7b424a;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-bottom: 0px;
}
h1{
	border-color: #000000;
	border-width: thin;
	color: #78404f;
	font-size: xx-large;
	border-bottom-style: solid;
}
/* Styles for Navigation */
h2 {
	color: #000000;
	font-size: x-large;
/*	margin-bottom: -.5em; */
}
h3 {
	color: #FFFFFF;
	font-size: large;
	background-color: #78404f;
}
h4 {
	color: #78404f;
	font-size: large;
}
h5 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
ul {
	list-style-type: circle;
}
li {
	padding-left: 5px;
}
a img {
	border-top-style: none;
	padding: 0px;
	margin: 0px;
	z-index: auto;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
img {
	border-style: none;
}
#content a:link img, #content a:hover img, #content a:visited img {
	border-style: none;
	background-image: none;
	text-decoration: none;
}
#content p {
	margin-top: .3em;
	margin-bottom: 0.05em;
}
#content li {
	margin: 2px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 5px;
}
#footer img {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}


