@charset "utf-8";
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #CCC; /* #FFFFEE pale cream */ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	/* text-align: left; /* this overrides the text-align: center on the body element. */
} 
#wrapper {
	text-align: left;
	padding: 0;
	border: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCC; /* #FFFFEE pale cream */
}
#header {
	background-color: #FFFFEE;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	background-color: #FFFFEE; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		float: left; /* since this element is floated, a width must be given */
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

#mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	float: right;
	width: 150px;
	border: 2px solid #009933; /* green */
}
.leftpad10 {
	padding-left: 10px;
}
.leftpad100 {
	padding-left: 100px;
}

#footer1 {
	text-align: center;
	padding: 0 10px 0 0px; /* this padding (was 20px left to )matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFFFEE;
	border-top: #c7ad5f solid 2px;
} 
#footer2 { 
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #DDDDDD; 
} 
#footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 140px;
	padding: 10px 0 0 0;
}
.fltrt200 { 
	float: right;
	margin-left: 8px;
	width: 200px;
	padding: 10px 0 0 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 140px;
	padding: 10px 0 0 10px;
}
.fltlft200 { 
	float: left;
	margin-right: 8px;
	width: 200px;
	padding: 10px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#navBar {
	margin: 10px 0 10px 0;
	padding: 80px 0 0 10px;
	list-style-type: none;
	width: 140px;	
}
#navBar a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.7em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: 0px;  
	display: block;
	border-bottom: none;
	background-color:#820040; /* banner burgundy */
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#navBar a:hover {
	/*	border-left-width: 5px; */
	border-left-style: solid;
	border-left-color: #c7ad5f; /* matches banner lines */
	font-weight: bold;
	color: #820040;
	background-color: #FFFFFF; 
}

.footerSmall {
	color: #666666;
	font-size: 0.7em;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;	
}
.footerMedium {
	color: #666666;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;	
}
.bottomBorder {
	border-bottom: 1px solid #999999;
}
.bottomTable {
	width: 780px;
	border: 0;
}
/* a img {
	border: blue;
	padding: 5px;
	background-color: #C96;
	
} */

.imgborder	img {
	border: #237bde 8px inset;
	padding: 5px;
	background-color: #ccc;
}

hr {
	margin: 1px 0 1px 0;
	border: 0;
	padding: 1px 0 1px 0; /* padding required to get hr to show in safari */
	background-color: #237bde; /* for Firefox */
	color: #237bde; /* for IE */
	
}
.footerImage {
	border: thin solid #200956;
}
caption	{
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.fontRed {
	color: #FE0000;
}
ol li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
table {
	border-collapse: collapse;
	border:  hidden; /* #FFFFEE */
	/* border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border: hidden; */
	
}
td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: hidden;
	
	/* border: solid;
	border-color: #333333;
	border-width: thin;
	border-collapse: collapse; */
}
h1 {
	line-height: 200px;
	color: #009;
}

th	{
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}
tr.tablebold	{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #2c5622;
}
tr.colhead	{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0000FF;
}
p {
	text-align: center;
}
.notice1	{
	color: #FE0000;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.notice2	{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #210A5A;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.border {
	border: 2px solid #000000;
}

