﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #5976A0;
}
#container {
	width: 970px;
	margin: 0px auto;
	margin-top: 0px;
	border: 2px #fff solid;
	background-color: #fff;
	/*background-image:url('../images/bkgd_tile2.GIF');
	background-repeat: repeat-y; */

}
#masthead {
	text-align:center;
	margin: 0px;
	width: 970px;
	padding: 0px;
	

}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color:#5976A0;
	overflow: hidden;
}
#column_l {
	width: 490px;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 10px;
}
#column_r {
	width: 420px;
	margin: 0;
	margin-top: 50px;
	float: right;
	background-color: #f2f2f2;
	position: relative;
	right: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color:#5976A0;
	margin-right: 10px;;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
		
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 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: #fff;
	font-family:"trebuchet MS", arial, sans-serif;
	text-decoration:none;
	margin: 0 1px; 
	font-weight:bolder;
	padding:5px 10px 5px 10px;
	display: block;
	border-right:1px #fff solid;
}
#navigation a:hover {
	background-color: #f2f2f2;
	color:#5976A0;
	border-right: 1px #f2f2f2 solid;
}

/* Styles for Content */
h1 {
	font-family:"trebuchet MS", arial, sans-serif;
	color:#3B3B89;
	font-size: 2.0em;
}
h2 {
	font-family:"trebuchet MS", arial, sans-serif;
	color: #3B3B89;
	font-size: 1.75em;
}
h3 {
	font-family:"trebuchet MS", arial, sans-serif;
	color: #3B3B89;
	font-size: 1.5em;
}
h4 {
	font-family:"trebuchet MS", arial, sans-serif;
	color: #3B3B89;
	font-size: 1.25em;
}
h5 {
	font-family:"trebuchet MS", arial, sans-serif;
	color:green;
	font-size: 1.25em;
}
h6 {
	font-family:"trebuchet MS", arial, sans-serif;
	color: #3B3B89;;
	font-size: 0.75em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: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;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align:center;
	font-size:small;
	margin-left: 10px;
}