body {
	font-family: "Comic Sans MS";
	margin: 10px auto;
	background-color: #a5d6fe;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font: bold 12pt "Comic Sans MS";
	margin: 5px 0px;
	padding: 0;
}

p { color: #000; }

a { color: #CC3333; }
a:link { color: #333333; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }
a:active { color: #000000; text-decoration: underline; }

ul { font-size: 14px; list-style-type: none; }
ol { font-size: 10pt; }

#wrapper {
	width: 780px;
	padding: 0;
	margin: 10px auto;
	background: #fff;
}

#header {
	background: transparent url("/assets/images/headerback.jpg") top left no-repeat;
	height: 227px;
	width: 780px;
}

/* format the top nav bar */

#topnav ul {
	padding-top: 0px;
	margin: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: right;
	list-style-type: none;
	width: 370px;
}

#topnav ul li {
	display: inline;
	font-size: 16px;
}

#topnav ul li a {
	padding: 0.2em 1em;
	color: #fff;
	text-decoration: none;
	float: left;
}

#topnav ul li a:hover { color: #000; }

#contentwrapper {
	background: #fff; 
	margin: 0 0 0 6px;
}

#content {
	background: #fff;
	width: 580px;
	text-align:left;
    margin: 0 10px 20px 0;
	float: right;
}

html>body #content { margin: 0 20px 20px 0; }

#footer p { color: #fff; } 

#copyright { margin: 38px 0 0 10px; text-align:left; }

.clearboth { clear:both; }
.floatleft  { float:left; }

/* Format the vertical left nav bar */

#leftnav {
	float: left;
	background: #fff url("/assets/images/leftnavback.jpg") top left no-repeat;
	width: 157px;
	height: 480px;
}

#leftnav ul li {
	display: block;
	font-family: "Comic Sans MS";
	font-weight: bold;
	margin: 0 0 0 -31px;
    padding: 0;
	text-align:left;
	width: 150px;
	font-size: 14px;

}

#leftnav ul li a {
	color: #fff;
	text-decoration: none;
}

#leftnav ul li a:hover {
	color: #333333;
	font-weight: bold;
 }

#leftnav h3 {
	text-align:left;
	margin: 15px 0px -12px 8px;
	color: #363d35;
	float: none;
}

#leftnav img { margin: 0px 0px 5px 10px; }

#footer {
	width: 780px;
	float: left;
	background-color: #41a8ff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 60px;
}

#bottomnav ul {
	float: right;
	background-color: #41a8ff;
	color: #fff;
	width: 480px;
	font-weight: bold;
	height: 0px;
	list-style-type: none;
	padding-top: 0px;
	margin: 5px 0px 0px 100px;
}

#bottomnav ul li {
	display: inline;
	left: 0px;
	font-size: 14px;
}

#bottomnav ul li a {
	padding: 0.2em 1em;
	color: #fff;
	text-decoration: none;
	float: none;
	font-weight: bold;
}

#bottomnav ul li a:hover{
	color: #000;
}

.larger { font-size: 16px; }

table#adobereader td { padding:0 10px 0 0; }
table#adobereader td a { color: #CC3333; }

table#petcare td { font-size: 13px; }
table#petcare td a { color: #CC3333; }
table#petcare td a:visited {color: #000000; text-decoration: underline;}
table#petcare td a:hover {color: #666666; text-decoration: none;}
table#petcare td a:active {color: #000000; text-decoration: underline;}


.huge { font-size: 2em; margin: 10px 0; }
.large { font-size: 1.5em;  margin: 10px 0; }
.medium { font-size: 1.25em; margin: 10px 0; }
.small { font-size: 1em; margin: 10px 0; }

