﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 990px;
	margin: 0 auto;
/*	padding: 10px; */ 
	border-right: 5px solid red;
	border-bottom: 5px solid red;
	border-top: 5px solid red;
	border-left: 5px solid red;
	background-color: white; 
}
#masthead {
	text-align: center;
	width: 980px;
	padding: 0px;
/*	border: 1px dotted #725972; 
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll; */
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	background-color:#243E88;
	
/*	margin-top: 10px;
	margin-bottom: 10px; 
	border-right: 1px dotted #725972; */
}
#content {
	float: left;
	width: 673px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px; 
	

}
#rightside {
	float: left;
	width:157px;
/*	width: 20%; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; */
}

#footer {
	text-align: center;
	clear: both;
	width: 980px;
	border: 1px dotted #d8bfd8;

}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */

#navigation ul {
	list-style-type: none;
	
	color:white;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	
	
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
/*	border: 1px dotted #dfb8df; */
	background-color: #243E88;

	
}

#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 2px;
	font-weight:bolder;
	border-bottom: 1px solid white; 
	border-top: 1px solid white;
	background-color: #243E88;
	height:39px;

	
}
#navigation a:hover {
	color: yellow;
	text-decoration: none;
/*	background-color: #fff; */
}  

/* Content Styles */
#content h2 {
	color:blue;
	font:arial;
	text-align:center;
}
#content h1,h3,h4,h5,h6 {
	color:blue;
}
/*#content img {
	padding: 5px;
	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;
}