﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 1px solid #725972;
	border-bottom: 1px solid #725972;
	border-left: 1px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	height: 100px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	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: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size: x-large;
}
#masthead h3 {
	color: #ffffff;
}
/* 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: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #9dc3f0;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
#	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
	text-align:center;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #2861a4;
	text-decoration: none;
}
a:hover {
	color: #0b3768;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1{
	color:#5076b6;
	font-size: x-large;
	font-weight:bold	
}
h2{
	color:#5076b6;
	font-size: large;
	font-weight:bold	
}
h3{
	color:#5076b6;
	font-size: medium;
}
p{
	text-align:justify;
}
li{
	text-align:justify;
}

#srchResult iframe {
	width: 600px;
}
