/* @override http://tampabayanimalfriendlytrainers.com/tbaft.css */

/* tampabayanimalfriendlytrainers CSS file */

body {
	color: #070a32;
	margin-right: 5%;
	margin-left: 5%;
	font-size: medium;
	background-color: whitesmoke;
}

h1 {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #070a32;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #121980;
	margin-bottom: 3px;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #070a32;
}

strong {
	font-weight: bold;
}

em {
	text-decoration: underline;
}

a:link, a:focus, a:active  {
	color : #121980;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color : #1c28ce;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover, a:visited {
	color : #1c28ce;
	text-decoration: none;
}

#wrapper {
	margin: auto;
	width: 750px;
	border-style: solid;
	border-color: #ffce00;
	background-color: #fff;
}

#header {

}

#header h1 {
	width: 750px;
	height: 125px;
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 span {
	background-image: url(TBAFT-Logo.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
}


#footer {
	color: #202020;
	font-size: small;
	padding-top: 30px;
	text-align: right;
	clear: both;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:active {
	color: #202020;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color : #121980;
}

#content {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#content img {
	padding: 0;
	border: 4px solid #ffce00;
	margin: 0;
}

.caption {
	margin-top: 2px;
	font-size: small;
}

.tiny {
	font-size: small;
}

#agreement ul {
	list-style-type: decimal;
}

#agreement li{
	font-family: "Courier New", Courier, mono;
	margin-bottom: 1.5em;
}

.formerror {
	color: #ff000d;
}

#footer a:hover.darner {
	color: #ff8500;
}

.backtotop {
	font-size: x-small;
	text-align: right;
	clear: right;
}
