﻿@import url('layout.css');
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	text-align: justify;
}
#container {
	background-color: #fff;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #0000CC;
	overflow: hidden;
}
#column2 {
	text-align: center;
	border-left-style: solid;
	border-left-color: #3333CC;
	border-left-width: 1px;
}
#column1 p hold {
	font-size: 11px;
}
#footer {
	text-align: center;
	background-color: #0000CC;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	list-style-image: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 1px solid #c9c9c9;
	padding: 2px 14px 2px 14px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #CC0000;
	}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_center {
	text-align: center;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
h1 {
	color: #CC0000;
}
h2 {
	color: #CC0000;
	margin-top: 6px;
}
h3 {
	color: #0000CC;
	text-align: left;
}
h4 {
	color: #000066;
	text-align: left;
}
ul {
	list-style-image: url('indbul2a.gif');
	text-align: left;
}



