﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-color: 
	background-repeat: repeat;
	background-attachment: scroll;
}
#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: white;
	border-style: solid;
	border-width: 2px;
	border-color: #725972;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: none; /* 1px dotted #725972;*/
	background-image: url('../images/masthead.asdasdgif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style: none;
	width: 100%;
	display:  block;
	margin:  5px;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
		
  text-indent: 0px; /* distance from bullet point */
  /*background-color:#Ece0Ec; */
  text-decoration:none;
  margin: 0px 0; 
  border-left: 7px solid   #74B1E1 ;/* #E7EFEF #C4E3F8;  bullet point */
  border-right:none;
  border-top:none;
  border-bottom:none;
}

#navigation a:hover {
	color:  none;
	text-decoration: none;
	background-color: #fff;
	border-left: 7px solid  #4D71B5; /* #526985 bullet point */
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:  #8D494B; /*#503750 */
}
#content img {
	padding: 0px;
	border: 0px solid #402640;
/* border-left-width: medium;*/ /* border-left-style: none;*/	margin-left: 8px;
}
/* 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;
}