﻿
@import url('layoutTable.css');

body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	line-height: 125%;
}
#container {
	width: 100%; /*was 100%; changed to 70% on 2008-11-14*/
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
/*	overflow: auto;*/
	text-align: center;
	background-color: #0033CC;
	width: 100%;  /*added 2008-11-14*/
}
#page_content {
	position: relative;
}
/*#sidebar {    commented out and replaced with sidebar style below
	position: relative;
	float: left;
	width: 140px; /*was 140px
	background-color: #0033CC;
	color: #0033CC;
	font-style: normal;
}*/
#sidebar {
	margin: 0;
	margin-bottom: 1em; 
	padding: 0;
/*	padding: 0 0 1em 0;*/
	border: 0;
/*	border-right: 1px solid #000;*/
	color: #0033CC;
	font-family: "Arial Narrow";
	font-size: small; 
	background-color: #ffffff; /*was 0033CC*/
	font-weight: normal;
	width: 140px;
	float: left;
}
#content {
	margin-left: 185px;
	padding: 15px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FFFFFF;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
#masthead img {
/*	float: none;*/
	vertical-align: middle;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
/* Put back in if headings don't work */
/* h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
} */
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%; /*original had this at 100%*/
	float: left;
}
#sidebar li {
/*	display: block;*/
	border: 1px solid #cb8;
	border-bottom: 1px solid #90bade;
	width: 140px; /*was 140px*/
	float: left;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
/*	padding: 2.5%;*/
	display: block;
/*	border-bottom: 1px solid #ffffff;*/
	font-family: "Arial Narrow";
	float: left;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #1958b7; /*was 10px*/
	border-right: 5px solid #1958b7;
/*		background-color: #2175bc;*/
	background-color: #0033cc; /*was 0033CC*/
	width: 140px; /*was 140px*/
}
	html>body #sidebar li a {
	background-color: #0033cc; /*was 0033CC*/
	width: 140px; /*was width: auto 2008-11-14*/
	float: left;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF82;
/*	border-bottom: 1px solid #ffffff; commented out 2008-11-14*/ 
/*	background-color: #0033CC;*/	
    background-color: #1958b7; /*was 1958b7*/
	border-left: 5px solid #1c64d1;
	border-right: 5px solid #5ba3e0;
	width: 140px; /*was 140px*/
	float: left;
}
/* original sidebar before changing it 8-11-08 to adjust button look
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2.5%;
	display: block;
	border-bottom: 1px solid #ffffff;
	font-family: "Arial Narrow";
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border-bottom: 1px solid #ffffff;
	background-color: #0033CC;
}
*/
/* added 8-11-08 - original button styles from http://www.alistapart.com/articles/taminglists

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
*/

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #1C64D1;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Headers */
h1     {font-size: 18pt; font-family: Arial; color: #800000 }
h2     {font-size: 14pt; color: #0033CC; font-family: Arial;}
h3    { font-size: 12pt; font-variant: small-caps; color: #800000; font-family: Arial; 
        font-weight: bold }
h4    {	color: #0033CC;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;}
h5    { font-family: Arial; font-size: 12pt; color: #808080; font-style:italic;  }
