@charset "UTF-8";
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: center; /* 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: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #17347F;
}
.twoColFixLtHdr #container {
	width: 980px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-right: 10px;
	margin-left: 155px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #E73837;
} 
.twoColFixLtHdr #header h1 {
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 175px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #17347F;
}
a:visited {
	color: #E73837;
}
a:hover {
	color: #860E10;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	color: #E73837;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E73837;
	padding-top: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #E73837;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #152D6A;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #152D6A;
	font-weight: normal;
}
.newsletters {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
}
.newsletters caption {
	color: #FFFFFF;
	background-color: #152D6A;
	background-image: url(../Media/Graphics/bg_th.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
	border: 1px solid #999999;
}
.newsletters td {
	padding: 2px;
	border: 1px solid #999999;
}
.alternate {
	background-color: #EEEEEE;
}
.timelines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
}
.timelines caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
}
.timelines   th {
	color: #FFFFFF;
	background-color: #152D6A;
	background-image: url(../Media/Graphics/bg_th.gif);
	text-align: center;
	padding: 2px;
	border: 1px solid #999999;
}
.timelines td {
	text-align: center;
	padding: 2px;
	border: 1px solid #999999;
}
.welcome {
	text-align: center;
}
.familycenter {
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.carlstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.pictureboader {
	border: 12px outset #999999;
}
