﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #424242;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 0px;
	background-color: #333;
	width: 80%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left;
	padding: 0px;
	background-color: #333;
	background-image: url('../img/jfk.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000;
}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #a2a2a2;
	text-align: right;
	font-size: .80em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	margin-right: 5px;)*/
	color: inherit;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #5d6e6f;
	background: transparent;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color: #eedd82;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: transparent;
	color: #eaab4c;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: transparent;
	color: #c0c0c0;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 240px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #fafafa; 
}

#content ul { 
margin: 0 0 0 20px;
padding: 0;
list-style-image: url(../img/bluestar1.gif); 
font-size: 1em; 
}

#content li {  
margin: 0 0 8px 0;
}

#content dl { 
margin: 0 0 0 20px;
padding: 0;
list-style-image: none; 
font-size: 1em; 
}

#content dt {  
margin: 0 0 8px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	color: #eaab4c;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 0;
	float: left;
	background-color: #333;
	width: 220px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	padding: 2px 0;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #000;
	clear: both;
	padding: 5px;
	background-color: #a2a2a2;
	font-size: 80%;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1 {
	color: #44506a;
	background-color: inherit;
	font-size: 1.5em;
}

/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}


