﻿html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e8f1eb;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #1a4869;
}

a:hover {
	text-decoration: underline;
}


#topbar1, #topbar2, #topbar3, #downbar {
	width: 1000px;
	height: 30px;
	background-color: #416b4e;
	margin: 10px auto 0px auto;
}

#topbar2 {
	height: 3px;
	margin-top: 5px;
}

#topbar3 {
	height: 7px;
	margin-top: 5px;
}

#downbar {
	height: 80px;
	margin-bottom: 20px;
	margin-top: 30px;
}


#logobar {
	margin: 20px auto 0px auto;
	width: 1000px;
	border-bottom: 1px solid #a9cbb3;
}

#textbar {
	width: 600px;
	margin: 0px auto 0px auto;
}

div.thebar {
	width: 1000px;
	margin: 40px auto 20px auto;
	background-color: #ddeae1;
	border-top: 1px solid #a9cbb3;
	border-bottom: 1px solid #a9cbb3;
	color: #2b4733;
	padding: 5px 0px 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}


div.txt {
	width: 800px;
	margin: 20px auto 20px auto;
	padding-left: 200px;
	line-height: 20px;
	color: #2b4733;
}

div.txt p {
	margin-top: 5px;
}

div.txt p:first-letter {
	padding-left: 10px;
	font-style: italic;
	font-size: 18px;
}

div.txt img {
	border: 1px dotted #a9cbb3;
	padding: 5px;
}


ul {
	width: 180px;
	float: left;
	margin: 30px;
}

li {
	list-style-type: square;
}

div.theli {
	float: left;
	visibility: hidden;
	width: 96px;
	text-align: center;
}

