/* ********LAYOUT CSS******** */
body {
	background-image: url(../images/bgtile.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
width:719px;
margin: 5px auto 0 auto;
text-align: left;
padding: 0;
background-image: url(../images/bg-content-tile.png);
background-repeat: repeat-y;

}

#topNav {
width: 719px;
height: 156px;
margin: 0;
padding: 0;


}

#midNav{
width: 719px;
height: 168px;
margin: 0;
padding: 0;

}

#intro {
width:719px;
height: 142px;
padding: 0;
margin: 0;
background-image:url(../images/introBG.png);
background-repeat:no-repeat;
background-position: top center;
}

#intro .introContent {
margin:0px;
padding: 20px 30px 10px 30px;
}

#contentwrap {
	width: 719px;
	padding: 0 0 25px 0;
	margin: 0px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentHome {
width: 688px;
margin: 10px 14px 17px 17px;
padding: 0;
background-image:url(../images/bg-home-content.png);
}

#contentHome .leftContent {
width: 323px;
padding: 0;
margin: 0 0 0 7px;
float: left;
}

#contentHome .rightContent {
width: 323px;
padding: 0;
margin-left: 358px;
margin-top:0px;
}

#content {
width: 674px;
margin: 10px 21px 17px 24px;
padding: 0px;
}

#content .relatedlinks {
float: right;
margin: 0 5px 15px 15px;
width: 228px;
padding: 10px;
border: 1px solid #abb0fe;
}

#content .relatedlinks h2 {
line-height: 0px;
margin-top: 0px;
}

#footer {
margin: 3px auto;
padding: 0;
font-size: 9px;
width:719px;
height: 25px;

}

#footer a {
color: #0d1158;
font-weight:bold;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}



.clear {
clear: both;
}


/* ********Typography******** */


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.6em 0; 
}
li,dd { 
margin-left:1em;
}
fieldset { 
padding:.5em; 
}
body {
font-size:72%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
color: #0d1158;
}

#contentHome h1 {
	font-size: 16px;
	font-weight: bolder;
	display: block;
	width: 322px;
	border-bottom: 1px solid #abb0fe;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

#content h1 {
	font-size: 16px;
	font-weight: bolder;
	display: block;
	width: 652px;
	border-bottom: 1px solid #abb0fe;
	background-image:url(../images/pawprint.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

ul {
margin-left: 5px;
padding-left: 5px;
list-style: square;
}

li {
padding-left: 3px;
}

h2 {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
}

h3 { 
font-size: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}

a ,a:link {
color:#969ade;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#content #Video {
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 10px;
	width:228px;
border: 1px solid #abb0fe;
}
