/**** Layout & Design ****/
html, body {
	padding: 0;
	margin: 0;
	background: #ffffff;
}


#container1 {
	padding: 0;
	margin: 0;
	width: 100%;
}

#container2 {
	padding: 0;
	margin: 0;
	width: 100%;
}

#container3 {
	padding: 0;
	margin: 0;
	width: 100%;
}

#leftcol {
	display: none;
}

#rightcol {
	width: 100%;
}


#logo-block {
	display: none;
}

#animal-league-logo {
	display: none;
}

#spay-usa-logo {
	display: none;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0;
	padding: 0;
}

h1 { margin-bottom: 20px; }
h2 { margin-bottom: 15px; }
h3 { margin-bottom: 10px; }

#nav {
	display: none;
}

#nav li {
	display: none;
}

ul {
	margin-top: 5px;
}

/**** Typography ****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	color: #002d86;
}

h1 { font-size: 18pt; font-weight: bold; text-align: left; line-height:normal;}
h2 { font-size: 16pt; font-weight: bold; line-height:normal; }
h3 { font-size: 12pt; font-weight: bold; color: #000000; line-height:normal; }
h4 { font-size: 12pt; font-weight: bold; color: #000000; text-align: left; padding: 5px 0; line-height:normal;}
h5 { font-size: 8pt; font-weight: bold; color: #000000; text-align: left; text-decoration: underline; line-height:normal; }

p, ul, ol, dl, div { font-size: 8pt; }


#nav a {
	display: none;
}

.ital {
	font-style: italic;
}

.serifType {
	font-family: "Times New Roman", Times, serif;
}

/**** Misc ****/
img {
	border: none;
}

#spay-callout {
	display: none;
}
#spay-callout a {
	display: none;
}

#reg-callout {
	display: none;
}
#reg-callout a {
	display: none;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.track-listing {
	margin-left: 50px;
}

.highlight {
	color: #A91909;
	text-decoration: underline;
}