/**** Layout & Design ****/
html, body {
	padding: 0;
	margin: 0;
	background: #E1E6F2;
}

body {

}

#container1 {
	width: 100%;
	text-align: center;
}

#container2 {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#container3 {
	width: 800px;
}

#leftcol {
	background: #a91909;
	width: 168px;
}

#rightcol {
	background: #fdc781;
	width: 603px;
	padding: 10px 15px 15px 15px;
}

#rightcolHomepage {
	background: #fdc781;
	width: 633px;
}

#homepage-callout {
	width: 632px;
}

#logo-block {
	text-align: center;
}

#animal-league-logo {
	margin: 20px 0 4px 0;
}

#spay-usa-logo {
	margin-bottom: 30px;
}

#homepage-callout {
	text-align: center;
}

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 {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	width: 150px;
}

#nav li {
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #EEA256;
}

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: center; line-height:normal;}
h2 { font-size: 16pt; font-weight: bold; line-height:normal; }
h3 { font-size: 12pt; font-weight: bold; color: #A91909; line-height:normal; }
h4 { font-size: 12pt; font-weight: bold; color: #ffffff; text-align: center; background: #A91909; padding: 5px 0; line-height:normal;}
h5 { font-size: 8pt; font-weight: bold; color: #000; text-align: left; text-decoration: underline; line-height:normal; }

p, ul, ol, dl, div { font-size: 8pt; }


#nav a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #ccc;
}

.ital {
	font-style: italic;
}

.serifType {
	font-family: "Times New Roman", Times, serif;
}

/**** Misc ****/
img {
	border: none;
}

#spay-callout {
	text-align: center;
	color: #ffffff;
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 8pt;
	line-height: normal;
}
#spay-callout a {
	color: #ffffff;
	font-size: 8pt;
}

#reg-callout {
	text-align: center;
	color: #FEC168;
	margin: 15px 0 30px 0;
	font-weight: bold;
	font-size: 8pt;
	line-height: normal;
}
#reg-callout a {
	color: #FEC168;
	font-size: 8pt;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.track-listing {
	margin-left: 50px;
}

.highlight {
	color: #A91909;
	text-decoration: underline;
}