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

.Header_Background {
	background-image: url(Images/header-background.png);
	color: #FFF;
	border-right-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
}
.waterdrop {
	background-image: url(Images/Waterdrop.jpg);
	background-repeat: repeat;
	position: relative;
}
.Header-Text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	padding-left: 10px;
}
.navigation{
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	display: block;
	padding: 4px;
	width: 150px;
	margin-left: 15px;
}
.navigationblack{
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	display: block;
	padding: 4px;
	width: 150px;
	margin-left: 8px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-color: #000;
	outline-color: #000;
}
.navigationblack:hover{
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	display: block;
	padding: 8px;
	width: 150px;
}
.navigation:hover{
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	display: block;
	padding: 8px;
	width: 150px;
}

.Centered-Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	margin: 0px;
	font-weight: normal;
	width: auto;
	text-align: center;
}

.Content-title {
	font-family: "Hoefler Text";
	font-size: 24px;
	color: #000099;
	margin: 0px;
	font-weight: normal;
}
.white-content-title {
	font-family: "Hoefler Text";
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}

.Content-subtitle {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFF;
}

.bullet-body  {
	margin: 0;
	padding: 5px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: normal;
	height: auto;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 .sidebardk {
	background-color: #E8E8E8;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #CCC;
}
.sidebardk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	max-width: 150px;
	font-style: italic;
	margin-left: 5px;
}
.Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	height: auto;
	line-height: 1px;
}
.Picture-placement {
	margin-left: 5px;
}
.table-border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
