﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url('file:///C:/Users/martyta/Documents/My%20Web%20Sites/ACR10/public_html/styles/comp020.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	background: #FFFFFF;
	border: thick;
	border-color: #000080;
	width: 700px;
	margin: 10px auto;
	outline: dashed;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-top-color: #000080;
	border-top-style: solid;
}
#masthead {
	border-width: thick;
	border-style: solid;
	border-color: #000080;
	border: thick #000080 solid;
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: thick #000080 solid;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	color: #FFFFFF;
	clear: both;
	border-top-color: #000080;
	border-top-style: solid;
	border-top-width: thick;
	border-left-style: solid;
	border-left-width: thick;
	border-right-color: #000080;
	border-right-style: solid;
	border-right-width: thick;
	border-left-color: #000080;
	background-image: none;
}
#navigation {
	border-style: none;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: thin solid #000080;
	border-right: 1px solid #000080;
	border-bottom: thin solid #000080;
	border-left: 1px solid #000080;
	background-color: #FFFFFF;
	color: #000080;
	text-align: inherit;
	text-indent: inherit;
	vertical-align: baseline;
	word-spacing: normal;
	background-image: url('comp020.jpg');
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #000080;
}
#masthead h3 {
	color: #000080;
	background-color: #FEFEFF;
}
/* 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 solid #fff;
	background-color: #fff;
}
#navigation a {
	background-color: #000080;
	background: #000080;
	border-bottom: medium #FFCC66;
	color: #FFFFFF;
	text-decoration: blink;
	display: block;
	padding: 5px;
	border: thin #FFCC66 solid;
	text-align: center;
	white-space: inherit;
	outline: medium;
	outline-color: #00FFFF;
	outline-style: outset;
	outline-width: medium;
	border-bottom-color: #FFFFFF;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	background: #FFCC66;
	border: #FF9900;
	color: #000080;
}
h2 {
	color: #000080;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #000080;
	margin-top: 5px;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

