﻿@charset "utf-8";

.container {
	width: 100%;
	max-width: 1160px;/* a max-width to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 800px; a min-width to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */	
	min-width: 320px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

body {
	width: 92%;
	font-family: Arial, Helvetica, sans-serif;	
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0;
	padding: 0;
	color: #000;
	letter-spacing: 0px;
	z-index: 1;
}

ol{
	padding: 0;
	margin: 0;
	text-align: left;	
}

h1 {
	margin-top: 0;
	margin-bottom: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: 2pt;
	line-height: 135%;
	font: small Arial, Helvetica, sans-serif;
	font-size: 18pt;	
	font-style: italic;
	font-weight: bold;
	color: rgb(0, 0, 102);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

h3, h5{
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	letter-spacing: 1pt;
	text-align: center;
	line-height: 125%;
	color: rgb(0, 0, 102);
	text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 20px rgba(255,255,255,0.3);	
}

p{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0pt;
	text-align: justify;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

img { /* this selector max-width 100% is a google multiple screen type requirement */
  max-width: 100%;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration:none;
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #6F7D94;
	text-align: right;
}

a:active {
	text-decoration:underline;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #6F7D94;
	color: #FFF;
}

.centered {
	text-align: center;
}


hr {
	color: #B5BECE;
}

p.centered{
	text-align: center;
	padding: 0px;
}

.menucentered{
	font: menu;
	font-size: 11pt;
	text-align: center;
	width: 100%;
	line-height: 200%;
	max-width: 850px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	border: thin solid #666;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #999;
}

.table1 {
	border-width: thin; 
	border-spacing: 0px;
	border-collapse: collapse;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;	
	border-color: #808080;
	text-align: left;
	vertical-align: middle;
	width: 96%;
}


