@charset "utf-8";
/* CSS Document */

body {
	background-color: #171e3a;
}

a:link{
	color: white;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

a:visited{
	color: white;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

a:hover{
	color: #171e3a;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	padding-top: 10px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	padding-top:11px;
}

li {
	padding-bottom: 5px;
}

#webpage_content {
	width: 750px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 3px ridge #92a4b8;
	margin-bottom: 0;
	background-color: #E1E1E1;
}

#header  {
	background-color: #92a4b8;
	height: 110px;
	width: 750px;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
}

#header a:link{
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#header a:hover{
	color: #171e3a;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#header #Header_Image {
	float: left;
	height: 110px;
	width: 575px;
}

#header #header_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	height: 95px;
	width: 165px;
	background-color: #92a4b8;
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 10px;
	visibility: visible;
	position: absolute;
	left: 575px;
	top: 0px;
	color: #171e3a;
}

#top_navigation  {
	height: 20px;
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
	background-color: #565f6e;
	width: 745px;
	height: 18px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: outset;
}

#main_content {
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: visible;
	overflow: auto;
	height: auto;
}

#main_content a:link{
	color: #171e3a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#main_content a:visited{
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#main_content #main_navigation {
	float: left;
	width: 177px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_content #main_navigation .navigation_buttons {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: auto;
	width: 175px;
	background-color: #B6B6B6;
	border-bottom-style: outset;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	font-weight: normal;
	color: #000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main_content #company_information {
	float: right;
	height: auto;
	width: 533px;
	background-color: #F6F6F6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
}

#main_image {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer {
	height: auto;
	width: 740px;
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	background-color: #565f6e;
	padding: 5px;
}


.officer_name {
	padding-top: 0px;
}

#company_information a:visited{
	color: gray;
}

