@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4E5869;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	color: #000;
	z-index: 1;
}

ol {
	list-style: upper-roman;
	margin-left: 0.0em;
	padding: 0;
	margin-bottom: 0;
}

	ol ol {
		list-style: lower-alpha;
		margin-left: 1.25em;
		padding: 0;
	}

		ol ol ol {
			list-style: lower-roman;
			margin-left: 1.00em;
			margin-bottom: 0;
			padding: 0;
		}

			ol ol ol ol {
				list-style: decimal;
				margin-bottom: 0;
				padding: 0;
			}

li {
	padding-left: 1.00em;
	margin-bottom: 0;
	padding: 0;
}

	li li {
		padding-left: 0.4em;
		margin-bottom: 0;
		padding: 0;
	}

		li li li {
			padding-left: 0.0;
			margin-bottom: 0;
			padding: 0;
		}


.tab1 {
	margin-left: 1.5em
}

.tab2 {
	margin-left: 5.0em
}

img {
	padding-left: 10px;
}

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;
	font-style: italic;
	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);
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 2pt;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 2pt;
}

h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 4px;
	padding-left: 4px;
	letter-spacing: 2pt;
}

p {
	font-family: Verdana, Arial;
	font-size: medium;
	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. */
	padding-right: 15px;
	padding-left: 15px;
	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;
	padding-left: 3px;
	padding-right: 3px;
}

/* ~~ 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; /* must use none or underline, do not delete this row.  */
}

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. */
	color: navy;
	text-align: right;
	text-decoration: underline;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	position: center;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	width: 95%;
	max-width: 1300px; /* a max-width may be desirable 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: 320px; /* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	;
	background-color: #FFF;
	height: 100%;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 0 auto;
	left: auto;
	right: auto;
	background-color: #6F7D94;
	top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	width: 100%;
	float: inherit;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

	/* ~~ This grouped selector gives the lists in the .content area space ~~ */
	.content ul, .content ol {
		padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
		text-align: left;
	}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative; /* this gives IE6 hasLayout to properly clear */
	;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

.logoff {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	width: 90%x;
}

.logincentered {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 80%;
	-webkit-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	-moz-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body, td, th {
	font-family: Verdana, Arial;
	font-size: medium;
	margin: 0,0,0,0;
}

.container .content table {
	position: relative;
	max-width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	right: auto;
	left: auto;
	border-spacing: 5px;
}

.centeredbox {
	border-spacing: 0px;
	background-color: #CED5DF;
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 13px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	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;
	-webkit-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	-moz-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
}

.centeredbox2 {
	width: 100%;
	background-color: #B5BECE;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 13px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	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;
	-webkit-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	-moz-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
}

.TableOutlineHeader {
	border-style: solid;
	border-width: 2.5px;
	border-color: #B5BECE;
}

#forthemargins {
	padding-left: 25px;
	padding-right: 25px;
}

table.table2 {
	vertical-align: top;
	max-width: 1200px;
	border: 0;
	left: auto;
	right: auto;
}

#TableIndented {
	width: 90%;
	height: 12px;
	border-collapse: collapse;
	border: 0;
	vertical-align: top;
	margin-left: 3em;
	left: auto;
	right: auto;
	padding: 0;
}

table th {
	font-weight: bold;
	font-size: large;
	height: 24px;
	letter-spacing: 2pt;
	text-align: center;
	vertical-align: middle;
	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);
}


table.table2 td {
	text-align: left;
	height: 19px;
	vertical-align: top;
}

hr {
	width: 100%;
	color: red;
	height: 1.5px;
	background: red;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

p.centered {
	text-align: center;
	padding: 0px;
	left: auto;
	right: auto;
}

.menucentered {
	text-align: center;
	max-width: 650px; 
	margin: auto;
	background-color: #F9F9F9;
	border: thin solid #666;
	border-radius: 30px;
	padding: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	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;
	-webkit-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	-moz-box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
	box-shadow: 6px 6px 15px 0px rgba(135,135,150,1);
}
