﻿ul {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #113962;
}
ul li {
	display: inline;
	float: left;
	width: 90px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	height: 25px;
	font-weight: bold;
	font-style: normal;
	color: #113962;
}
ul li a {
	margin: 0px;
	background-color: #C0C0C0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	font-weight: bold;
	color: #113962;
	line-height: 25px;
	display: block;
	padding: 0px;
	border: 1.5px solid #666666;
	position: relative;
	z-index: 10;
}
ul li a:hover {
	background-color: #FFCC00;
}

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
/* Styles for Content */
h1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
h3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
h4 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
h5 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
h6 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	text-align: left;
    margin-right: 5px;
	margin-left: 5px;
}

p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: normal;
    margin-right: 5px;
	margin-left: 5px;
}

#column_l {
	width: auto;
	margin: 0;
	float: left;
	padding: 0 0px;
	background-color: #fff;
}
#column_r {
	width: 250px;
	margin: 0;
	float: right;
	padding: 0px;
	background-color: #a9a9a9;
	position: relative;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.divider {
	line-height: 26px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0em;
	background-color: #E1E1E1;
	border: thin solid #000000;
	padding: 0px;
	margin-left: 0px;
	width: 743px;
	float: none;
	clip: rect(auto, auto, auto, 0px);
	left: 0px;
}
ul2 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #113962;
}
ul2 li2 {
	display: inline-block;
	float: left;
	width: 90px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	height: 15px;
	font-weight: bold;
	font-style: normal;
	color: #113962;
}
ul2 li2 a2 {
	margin: 0px;
	background-color: #C0C0C0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
	color: #113962;
	line-height: 15px;
	display: block;
	padding: 0px;
	border: 1.5px solid #666666;
	position: relative;
	z-index: 10;
	overflow: visible;
}
ul li a:hover2 {
	background-color: #FFCC00;
}

