﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/citbackground.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	color: #660033;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/citbackground.gif');
	border-right-color: #99CC33;
	border-bottom-color: #99CC33;
	border-left-color: #99CC33;
}
#masthead {
	border-style: none;
	text-align: center;
	width: 600px;
	padding: 10px 10px 0px 10px;
	background-image: url('../images/bannernoline.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	margin: 10px 4px 10px 2px;
	border-style: none;
	position: relative;
	float: left;
	width: 139px;
	border-right: 1px dotted #725972;
	background-image: url('../images/citbackground.gif');
	border-right-width: 0px;
	border-right-color: #FFFFFF;
}
#content {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	float: none;
	width: 450px;
	color: #660033;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px none #99CC33;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	font-weight: bolder;
	font-size: xx-large;
}
#masthead h3 {
	margin: 0px 20px 20px 20px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
}
/* 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: 0px none #fff;
}
#navigation a {
	color: #660033;
	text-decoration: none;
	display: block;
	padding: 9px 0px 9px 7px;
	border-bottom: 1px dotted #fff;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: double;
	font-weight: 100;
	font-size: medium;
	font-style: normal;
	font-variant: small-caps;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #660033;
}
h5 {
	color: #660033;
}
h4 {
	color: #660033;
}
h3 {
	color: #660033;
}
h2 {
	color: #660033;
	font-weight: lighter;
	font-size: large;
}
#content h1 {
	color: #660033;
}
#content img {
	border-style: none;
	border-width: 0px;
	margin: 5px;
	padding: 0px;
}
/* Footer Styles */
#footer p {
	color: #660033;
}
#footer a {
	padding: 0px;
	margin: 0px;
	color: #4E661A;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
