﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #f0e4ce;
	}
#container {
	width: 760px;
	margin: 0 auto;
	background:#FFFFFF top url('../images/bkgd_tile.gif');
	background-repeat: repeat-y;
	border:2px black solid;
}
#masthead {
	width: 760px;
	height: 166px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	background-color: #020204;
	background-image: url('../images/masthead_image.gif');
}
#navigation {
	height: 35px;
	margin-right: 0px;
	margin-left:0px;
	background-image: url('../images/navigation.gif');
	overflow: hidden;
}
#column_l {
	width: 470px;
	text-align: justify;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 233px;
	margin: 0;
	float: right;
	background-color: #ebeffb;
	text-align: justify;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #011f57;
	background-image: url('../images/footer_image.gif');
	background-repeat: no-repeat;
	height: 58px;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px black solid;
}
#column_l table {
	text-align: center;
	table-layout: fixed;
	border: thin black solid;
	padding: 0px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 0px 0px 0 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 10px 5px 2px 2px;
}
#navigation li {
	float: left;
	text-align: center;
	margin-left: 7px;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 6px;
	padding: 6 10;
	display: block;
	font-weight: bold;
}
#navigation a:hover {
	color: #f0e4ce;
	font-weight: bold;
	}
/* Styles for Content */
h1 {
	color: #011f57;
	font-size: 2.0em;
}
h2 {
	color: #011f57;
	font-size: 1.75em;
}
h3 {
	color: #011f57;
	text-align: center;
	font-size: 1.5em;
}
h4 {
	color: #011f57;
	text-align: center;		
	font-size: 1.25em;
}
h5 {
	color: #011f57;
	font-size: 0.75em;
	text-align: right;
	float: right;
}
h6 {
	color: #011f57;
	font-size: 0.5em;
	background-image: url('../images/horizontalline.gif');
	background-repeat: repeat-x;
	background-position: center;
}
big {
	color: #011f57;
	font-size: medium;
 }
#column_r p {
	color: #000;
	font-size: small;
	text-align: center;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_l p{
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 10px;

}
.img_pos {	
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.img_border {	
	border: 2px #000000 solid;
	text-align: center;
}
.img_border2 {	
	border: 2px #000000 solid;
	text-align: center;
	margin-right: 15px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.img_border3 {	
	border: 2px #000000 solid;
	text-align: center;
	margin-right: 2px;
	margin-left: 15px;
	margin-bottom: 5px;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 8px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}