@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #D6E7E7;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/bkgrndblue.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #DDEFEF;
}
.twoColFixLtHdr #header {
	background-color: #FFA650;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 0px;
	height: 145px;
	width: 930px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #65B3C9;
	background-repeat: repeat-y;
	background-position: right top;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #DDEFEF;
	margin-left: 250px;
} 
.twoColFixLtHdr #container #mainContent a {
	color: #FF6600;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #CC3300;
}
#mainContent h4 {
	font-size: 14px;
}
#footer {
	clear: both;
	width: 960px;
	background-color: #D2E3E3;
	height: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif, Harrington;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	vertical-align: middle;
}
p {
	margin-top: 13px;
	margin-bottom: 10px;
	text-align: left;
}
.subheadertext {
	font-family: Georgia, "Times New Roman", Times, serif, Harrington;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.authorlisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.donkeyfacts {
	padding-left: 250px;
}
.subtitletext {
	font-family: Georgia, "Times New Roman", Times, serif, Harrington;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.smallertitletext {
	font-family: Georgia, "Times New Roman", Times, serif, Harrington;
	font-size: 14px;
	font-style: italic;
}
.infobox {
	height: 600px;
	padding-left: 50px;
}

