/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #333333;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat;
	top: 0px;
	margin: 0px;
	padding: 0px; 
	}
	
.logoContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #E6F7D4;
	font-size: 24px;
	color: #446225;
	}

.logoContainer a,img {
	color: #000000;
	text-decoration: none;
	border: 0px;
	outline: none;
	}
	
.logoContainer a:link,a:visited {
	color: #9B3144;
	text-decoration: underline;
	}
	
.logoContainer a:hover {
	color: #9B3144;
	text-decoration: none;
	}
	
#content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 802px;
	height: auto;
	}

#headerLeft {
	position: absolute;
	float: left;
	height: 230px;
	width: 173px;
	border-left: 1px solid #3E5D1F;
	background-image:  url(../images/index_01.jpg);
	background-repeat: no-repeat;
	display: block;
	}
	

#navbar {
	position: absolute;
	top: 230px;
	background-image: url(../images/index_03.jpg);
	width: 800px;
	height: 36px;
	border: 1px solid #3E5D1F;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
}

#navbar span.start {
	float: left;
	width: 40px;
	height: 34px;
	display: block;
	}

#navbar a:link, #navbar a:visited {
	position: relative;
	background-image: url(../images/index_03.jpg);
	float: left;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	color: #DEF67F;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #3E5D1F;
	padding-top: 9px;
	text-decoration: none;
	outline: none;
	}

#navbar a:hover, #navbar a.selected:link, #navbar a.selected:visited {
	position: relative;
	background-image: url(../images/index_06.jpg);
	float: left;
	height: 26px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #3E5D1F;
	padding-top: 9px;
	text-decoration: none;
	outline: none;
	}

#navbar span.end {
	float: left;
	border-left: 1px solid #3E5D1F;
	height: 34px;
	display: block;
	}

#subnav {
	position: absolute;
	top: 266px;
	background-image: url(../images/index_09.jpg);
	height: 32px;
	width: 800px;
	display: block;
	border-left: 1px solid #3E5D1F;
	border-right: 1px solid #3E5D1F;
	}
	
#mainContent {
	position: absolute;
	top: 298px;
	display: block;
	color: #000000;
	background-color: #E6F7D4;
	width: 800px;
	border-left: 1px solid #3E5D1F;
	border-right: 1px solid #3E5D1F;
	height: 2000px;
	}

h1 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #446225;
	left: 20px;
	font-weight: normal;
	margin-top: 10px;
	width: 450px;
	}

h3 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #446225;
	left: 20px;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	width: 450px;
	}
	
.mainText {
	position: relative;
	background-color: #E6F7D4;
	left: 20px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#mainContent a:link, #mainContent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9B3144;
	}

#mainContent a:hover {
	color: #9B3144;
	text-decoration: none;
	}
	
.pawprint {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	list-style-type: disc;
	width: 60%;
	}

.pdf {
	list-style-image: url(../images/pdf.gif);
	list-style-position: inside;
	list-style-type: disc;
	width: 60%;
	}

#sideContent {
	background-color: #FFFFFF;
	border-left: 1px solid #338699;
	border-right: 1px solid #338699;
	width: 222px;
	position: absolute;
	right: 24px;
	height: 98%;
	overflow: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	}

#sideContent h2 {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9B3144;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 222px;
	}

.sideText {
	position: relative;
	background-color: #FFFFFF;
	width: 222px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	}
	
#sideContent a:link, #sideContent a:visited {
	width: 222px;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B3144;
	font-style: italic;
	text-decoration: underline;
	margin-top: 10px;
	}

#sideContent a:hover {
	color: #9B3144;
	text-decoration: none;
	}

div.hr {
	width: 75%;
	display: block;
	background: #338699 center repeat;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}

div.hr hr {
	display: none;
	}

.sideAnswers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
	margin: 2px 0px 0px 0px;
	}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	width: 800px;
	height: 257px;
	background-image: url(../images/index_29.jpg);
	}

.footerNav1 {
	position: relative;
	display: block;
	text-align: center;
	width: 542px;
	top: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	clear: left;
	}

#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.footerNav2 {
	position: relative;
	display: block;
	text-align: center;
	width: 232px;
	top: 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	}

.footerNav2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
.mainTextnowidth {
	position: relative;
	background-color: #E6F7D4;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
