@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	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;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: solid #000 medium;
	background: #fff;
} 
.twoColFixLtHdr #header {
	background: #fff;
	height: 250px;
	letter-spacing: 1.25px;
	padding: 10px;
	color: #330033;
	font-family: "Times New Roman", Times, serif;
	border: solid #666 thin;
	margin: 2;
	background-color: #4B607B;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 45px;
}
.twoColFixLtHdr #mainContent { zoom: 1; }
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 12px 10px 10px;
	margin-left: 0px;
}
#sidebar1 .dogImg {
	border: thin solid #4B607B;
	margin: 2px 0px 2px 0px;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 268px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 35px 10px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	color: #002758;
	border-left: solid #FFCC33 2px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	color: #003366;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.imgHeader {
	float: left;
}
.imgHeadText {
	float: left;
	width: 762px;
}
#header h2 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}
#mainContent h3 {
	color: #00285C;
}
#mainContent h2 {
	color: #4E80A5;
}
.initLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
#sidebar1 ul {
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}
#sidebar1 li {
	list-style-type: none;
	height: 25px;
	background-color: #FFFFFF;
	border-bottom: solid #ccc 2px;
	margin-left: 0px;
	padding-left: 5px;
}
#sidebar1  a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 12px;
}
#sidebar1 a:hover {
	color: #CC0000;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-align: justify;
	padding-left: 40px;
}
.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;
}
.initCap {
	height: 25px;
	width: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
 .imgHeadText {
	padding: 2px;
	border: 1px solid #333333;
	float: left;
	margin: 4;
}
#printContent {
	padding-right: 20px;
	padding-left: 20px;
}
.pFriend {
	font-size: 10px;
	text-align: right;
}
.input .blue {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}

.dogImg {
	border: thin solid #4B607B;
	margin: 2px 0px 2px 0px;
}
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
