﻿@import url(layout.css);
body {

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color:white;
	background-image:url('../images/layout/back.png');
}
#container {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	
}
#masthead {
	margin-top:10px;
	text-align: right;
	width: 980px;
	padding: 0;
	background-color: #cde;
}
#navigation {
	width: 978px;
	background-color: #9fb3fa;
	overflow: hidden;
	border-left:1px #01196e solid;
	border-right:1px #01196e solid;

}
#column_l {
	background: #d8def3;
	width: 958px;
	padding: 0 10px 10px 10px;
	border-left:1px #01196e solid;
	border-right:1px #01196e solid;
}

#footer {
	width: 976px;
	text-align: center;
	overflow: hidden;
	padding: 2px;
	background-image:url('../images/layout/footer.jpg');
	margin-bottom:10px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	margin: 0px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 20px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #d8def3;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #020236;
	font-size: 1.25em;
	margin-bottom:5px;
}
h5 {
	color: #020236;
	font-size: 1.05em;
	margin-bottom:5px;
	margin-top:5px;
}
h6 {
	color: #020236;
	font-size: 0.98em;
	margin:0px;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #ffffff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #2dfff8;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #020236;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}