﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	/*background-image: url('../images/gradient2.jpg');*/
	background-color:#006600;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 890px;
	padding: 10px;
	border:3px maroon solid;
	/*border: 1px dotted #725972;*/
	/*background-image: url('../images/masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#navigation {
	position: relative;
	float: left;
	width: 195px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-right: 1px dotted #725972;*/
}
#content {
	float: left;
	width: 647px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left:thin;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	font-size:4.0em;
	color: maroon;
	font-family:"Times New Roman", Times, serif;
	/*color: #fff;*/
}
#masthead h3 {
	color: #402640;
	font-size:2.0em;
	font-style:italic;
}
#masthead img {
	float: left;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0 0 10px 0px;
	/*border: 1px dotted #dfb8df;*/
	background-color: #fff;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-image:url('../images/navgraddown.jpg');
	/*background-color: maroon;*/
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-image:url('../images/navgradup.jpg');
	/*background-color: #fff;*/
}
#navigation ol {
font-size:1.0em;
border: 1px solid #402640;

}
#sidebar {
text-align:center;
font-style:italic;
font-size:1.0em;
font-weight:bold;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: maroon;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/*#content  {
padding:4px;
padding-right:62px;
	border: 1px solid #402640;
}*/

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	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;
}
.highlight {
	text-align:center;
	font-size:1.5em;
	font-style:italic;
	
	}
#ilca {
	text-align: center;
}
#ilca a:hover {
border:0px;
background-color:#FFFFFF;
background-image:none;	
}
#ilca a {
border:0px;
background-color:#FFFFFF;
background-image:none;
	
}
.right {
	text-align:right;
	margin-top:-400px;
}

.style4 {
	font-size:.9em;
	text-align:center;
	padding-bottom:5px;
}

.style5 {
	font-size:.7em;
	text-align:center;
	padding-bottom:5px;
}



