@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}

#navcontainer { 
	width: 200px;
	}

#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

#navcontainer a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #90aab8;
	display: block;
	padding: 7px 0;
	padding-left: 15px; /*link text is indented 20px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	border-left: 5px solid #dadada;
	font-size: 85%;
}

#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
}

#navcontainer a:hover {
	color: #FFFFFF;
	background-color: #b4cbd7;
}

.selected {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #b4cbd7;
	display: block;
	padding: 7px 0;
	padding-left: 15px; /*link text is indented 20px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	border-left: 5px solid #dadada;
	font-size: 85%;
}

.locations {
	color: #29698f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 0;
	padding-left: 15px; /*link text is indented 20px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	font-size: 85%;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.main_txt {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
}

.footer {
	font-size: x-small;
	color: #FFFFFF;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;;
	color: #236D9E;
}

h1 {
	font-size:18px;
	font-weight: bold;
}

h2 {
	font-size:16px;
	font-weight: bold;
}

h3 {
	font-size:14px;
	font-weight: bold;
}

h4 {
	font-size:12px;
	font-weight: bold;
}
.footnote {
	font-size: x-small;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

.contact_head {
	font-weight: bold;
	text-decoration: underline;
}
