﻿@import url("layout.css");
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background: #343D17 url('../images/acsc_web.jpg') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 0 #006600 solid;
	border-right: 0 #006600 solid;
	border-bottom: 0 #006600 solid;
	border-left: 0 #006600 solid;
}
#navigation {
	position: relative;
	float: none;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px #006600 solid;
	border-right: 0px #006600 solid;
	border-bottom: 0px #006600 solid;
	border-left: 0px #006600 solid;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#footer {
	border-style: none;
	text-align: center;
	clear: both;
	width: 685px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Masthead Styles */
#masthead h1 {
	color: #DCDCDC;
}
#masthead h3 {
	color: #DCDCDC;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0 #fff solid;
}
#navigation a {
	font-weight: bold;
	font-size: medium;
	font: normal normal normal large "Bodoni MT Black";
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	border: none;
	color: #FFFFFF;
}
#navigation a:hover {
	color: #006600;
	text-decoration: none;
	border: 0 #808080 solid;
	background-color: #DCDCDC;
	font-size: medium;
}
/* Content Styles */
h6 {
	color: #DCDCDC;
}
h5 {
	color: #DCDCDC;
}
h4 {
	color: #DCDCDC;
}
h3 {
	color: #DCDCDC;
}
h2 {
	color: #DCDCDC;
}
#content h1 {
	color: #333399;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #C0C0C0;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	background: no-repeat;
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
