﻿@import url("layout.css");
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif,"Trebuchet MS";
	font-size: 14px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 960px;
	border: 1px dotted #725972;
	background-color: #515151;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #FFFFFF;
}
#navigation {
	position: relative;
	float: right;
	width: 160px;
	border-right: 1px dotted #725972;
}
#content {
	font-size: 14px ;
	float: right ;
	width: 600px;
	text-align:justify;
	line-height: 200%;
}
#leftpane {
	font-size: x-large;
	float: left;
	width: 180px;
	text-align:center;
}
#ENrightpane {
	font-size: x-large;
	float: left;
	width: 180px;
	text-align:center;
}

#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #AAAAAA;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 10px;
}
/* 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;
}