﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #CC99FF;
	background-image: url('SignLanguage_bg.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-bottom-color: #FFFFFF;
	border: #FFFFFF;
	border-color: #FFFFFF;
	width: 700px;
	margin: 0px auto 10px auto;
	border-top-color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 698px;
	border: 0px solid #6600CC;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6600CC;
	background-color: #fff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 0 #FFFFFF solid;
	background-color: #fff;
	color: #6600CC;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #6600CC;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #6600CC;
}
#masthead h3 {
	color: #6600CC;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #6600CC;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #6600CC;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #6600CC;
	background-color: #FF6666;
}
/* Content Styles */
h6 {
	color: #6600CC;
}
h5 {
	color: #6600CC;
}
h4 {
	color: #6600CC;
}
h3 {
	color: #6600CC;
}
h2 {
	color: #6600CC;
}
#content h1 {
	color: #6600CC;
}
#content img {
	padding: 5px;
	border: 0px solid #964;
}
/* Footer Styles */
#footer p {
	color: #6600CC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #6600CC;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
}
a {
	color: #6600CC;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}