
<!--
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 25px;
	padding-right: 17px;
	padding-left: 17px;
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.container {
	width: 95%;
	max-width: 2060px;
	min-width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
}
.container2 {
	width: 100%;
	max-width: 2060px;
	min-width: 1250px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
        background-color: #BBBBBB;
}

.sidebar1 {
	float: left;
	width: 20%;
	background: #FFFFFF;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
	background-color: #EEEEEE;
}
.content2 {
	padding: 10px 0;
	width: 97%;
	float: left;
	background-color: #BBBBBB;
        color: #FFF;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}


ul.nav {
	list-style: none;
	border-top: 0px;
	margin-bottom: 15px;
}
ul.nav2 {
	list-style: none; 
	border-top: 0px;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 0px;
}
ul.nav2 li {
	border-bottom: 0px;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	color: #000;
}
ul.nav a:hover{
	background: #BBBBBB;
	color: #FFF;
}
ul.nav2 a, ul.nav2 a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #EEEEEE;
	color: #000;
}
ul.nav2 a:hover{ 
	background: #BBBBBB;
	color: #FFF;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#colorstrip{
    width: 100%; height: 20px;
    border-style: solid;
    border-color: white;
background-color: white;
}


-->
