﻿@import url(layout.css);
body {
	color: #000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #B0C4DE /* background color for the entire page */;
	z-index: 0;
	visibility: inherit;
}
#container {
	width: 820px;
	margin: 0 auto;
	background-repeat: repeat-y;
	font-size: x-small;
	background: white top;
}/* masthead is for the logo and picture */
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	padding: 0;
	background-color: white;
	font-size: x-small;
}
/* masthead2 is for picture */
#masthead2 {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	padding: 0;
	background-color: white;
	font-size: x-small;

}
/* this is for navigation part */
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #663366;
	overflow: hidden;
	width: 800px;
	font-size: x-small;
	
}
#column_l {
	width: 500px;
	font-size: x-small;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
	font-size: x-small;
	overflow: hidden;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	font-size: x-small;
}
#masthead p {
	color: gray;
	font-size: x-small;
	text-align: justify;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	padding: 0;
	background-color: white;
	font-size: x-small;

}
/* Styles for Content */
h1 {
	color: #965;
	font-size: x-small;
}
h2 {
	color: #965;
	font-size: x-small;
}
h3 {
	color: #965;
	font-size: x-small;
}
h4 {
	color: #330033;
	font-size: medium;
}
h5 {
	color: #965;
	font-size: x-small;
}
h6 {
	color: #965;
	font-size: x-small;
}
big {
	color: #965;
	font-size: x-small;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
	font-size: x-small;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
	font-size: x-small;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: x-small;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	font-size: x-small;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	color: #330033;
	text-decoration: none;
	font-size: x-small;
}
.style_bold {
	font-weight: bold;
	font-size: x-small;
}
.style_italic {
	font-style: italic;
	font-size: x-small;
}
