﻿@import url("layout.css");
body {
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	background: url('../Clouds.gif');
	font-family: "Times New Roman";
	font-size: small;
	text-align: center;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: ;
	border-right: ;
	border-bottom: ;
	border-left: ;
	background-color: transparent;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: medium #FFFF00 outset;
	border-right: medium #FFFF00 outset;
	border-left: medium #FFFF00 outset;
	border: medium #FFFF00 none;
}
#footer {
	background-color: #FFFFFF;
	background: url('../design-for-footer.gif');
	text-align: center;
	clear: both;
	width: 850px;
	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;
}
/* Masthead Styles */
#masthead h1 {

	}
#masthead h3 {
	color: #000000;
	text-align: center;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: ;
	display:;
	padding: 0;
	background-color: ;
}
#navigation li {
	display:;
	padding: 0;
	border: ;
	background-color: ;
}
#navigation a {
	color: ;
	text-decoration: none;
	display:	;
	border: ;
	background-color: ;
}
#navigation a:hover {
	color: ;
	text-decoration: none;
	border:  ;
	background-color: ;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	background-color: #66FF33;
	color: #000000;
	text-align: center;
	background-color: transparent;
}
#content img {
	border: #00FFFF;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	background-color: #FFFF00;
	background: url('../design-for-footer.gif');
	color: #000000;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0066;
	text-decoration: none;
}
a {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
