﻿@import url("ci-layout.css");

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #00aaaa;
}
.style-photo-center {
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0;
}
.style-h1 {
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
	padding-top: 20px;
	size: "6";
	color: #004080;
}
.style-h2 {
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
	color: #004080;
}
.style-hr {
	color: "#004080";	
}
.style-headline-x {
	font-family: Arial;
	font-weight: bold; 
	font-size: x-large ;
	text-align: center;
}
.style-headline {
	font-family: Arial;
	font-weight: bold; 
	font-size: large ;
	text-align: center;
}
.style-masthead {
	text-align: center;
	margin-left: 172;
}
.style-sidebar {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 0px solid #F9F9F9;
	border-bottom-width: 0px;
}
.style-content {
	font-family: Arial;
	color: #004080;
	display: block;
	border-bottom: 1px solid #F9F9F9;
	padding: 5px;
}
.style-footer {
	text-align: center;
	margin-left: 30px;
	color: #ffffff;
	font-size: small;
}

#container {
	width: 630px;
	margin: 0 auto;
	background-color: #004080;
	color: #004080;
}
#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	background-color: #fff;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #004080;
	color: #004080;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	text-align: left;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #004080;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-top: 1px solid #ffffff;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 0px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #004080;
	border-bottom: 0px solid #f9f9f9;
	background-color: #0060C0;
}
/* Styles for Footer */
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #048;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

