﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}
#pagecontainer {
	border: thin solid #464646;
	margin: 10px auto 10px auto;
	width: 900px;
	background-color: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#masthead {
padding: 25px 5px 5px 5px;
min-width: 900px;
text-align: center;
}
#top_nav {
	height: 1.8em;
	background-color: #217867;
}
#container {
	padding: 2px 10px 0px 10px;
	min-width: 600px;
}
#right_col {
	padding: 2px 5px 25px 20px;
	width: 275px;
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-top: 2px;
}
#page_content {
	margin-right: 300px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #269191;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 12px;
}
#botnav {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #217867;
	height: 1.8em;
	padding-top: 8px;
}
#footer {
	padding: 5px 5px 25px 5px;
	clear: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
	height: 25px;
}
a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00495B;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #5f8ca1;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #217867;
	text-decoration: none;
}
h1 {
	font-family: Georgia;
	font-size: 1.6em;
	font-weight: 500;
	font-style: normal;
	color: #000000;
}
h2 {
font-family: Georgia;
font-size: medium;
font-weight: 300;
color: #000000;
font-style: italic;
}
h3 {
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
font-size: small;
}
#caption {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}
.bold {
font-weight: bold;
}
#botnav a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#botnav a:visited {
	color: #C6E2FF;
	font-weight: bold;
	text-decoration: none;
}
#botnav a:hover {
	color: #eeeeee;
	text-decoration: underline;
	font-weight: bold;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.captionitalic {
	font-style: italic;
}
.hrcolor {
color: #5f8ca1;
}
.logoplace {
	border-style: solid;
	border-width: 1px;
	margin: 10px 75px 10px 37px;
	vertical-align: top;
}
/* begin menu */
div.menu {
}
div.menu ul {
	line-height: 1.50em;
}
div.menu li {
	float: left;
	list-style-type: none;
	height: 1.50em;
	width: 9.35em;
	font-family: Georgia, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", Arial;
	font-size: 1.10em;
	letter-spacing: 2.00px;
	color: #000000;
	background-color: transparent;
}
div.menu li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu li a:link {
	background-color: #d1efdf;
	color: #00495B;
	font-weight: bold;
	text-align: center;
	border: 2px solid #217867;
}
div.menu li a:visited {
	background-color: #d1efdf;
	color: #217867;
	font-weight: bold;
	text-align: center;
	border: 2px solid #217867;
}
div.menu li a:hover {
	background-color: #a7dfc2;
	color: #217867;
	font-weight: bold;
	text-align: center;
	border: 2px solid #217867;
}
/* end menu */

.spacer {
	margin-right: 100px;
}
.asilogo {
border-width: 0;
vertical-align: top;
float: right;
margin-left: 20px;
margin-right: 20px;
}
.indenttxt {
margin-left: 62px;
}

.margin {
	margin-bottom: 14px;
	margin-right: 40px;
}
