﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: ;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#IWCP {
	position: relative; 
	z-index: 1; 
	visibility: hidden; 
	left: 0px; 
	top: 0px; 
	height: auto;" 
}
#masthead {
	align: center;
	z-index:1; 
	position: relative; 
	visibility: visible;
	text-align: center;
	width: 998px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	height: 180px;
}
#navigation {
	visibility: visible; 
	z-index: 2;
	position: relative;
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	z-index: 3; 
	visibility: visible;
	float: right;
	width: 718px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
	position: relative;
	min-height:300px;
}
#footer {
	z-index: 4; 
	visibility: visible;
	text-align: center;
	clear: both;
	width: 998px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
	position:relative;
	float:none; 
}
/* Masthead Styles */
#masthead h1 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color: #3366FF;
	text-align: center;
}
#masthead h3 {
	color: #542;
}
#
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3366FF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #0000FF;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #3366FF;
}
h3 {
	color: #3366FF;
}
h2 {
	color: #3366FF;
	font-style: normal; 
	text-decoration: none;
	font-weight:bold; 
}
h1 {
	color: #3366FF;
	text-align: center;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:black;
}

#content img {
	padding: 5px;
	border: 1px solid #964;
	caption-side: bottom;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #3366FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
