/* Body Styles */
html, body {
	scrollbar-arrow-color: #F4F3E0;
	scrollbar-base-color: #F4F3E0;
	scrollbar-dark-shadow-color: #F4F3E0;
	scrollbar-track-color: #C2BF92;
	scrollbar-face-color: #747753;
	scrollbar-shadow-color: #F4F3E0;
	scrollbar-highlight-color: #F4F3E0;
	scrollbar-3d-light-color: gray;
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
img {
	border: 0px;
}
a:link, a:visited {color:#5B5F35;}
a:hover {color: #3F3F3F;}
a:active {color: #5B5F35;}

/* Wrapper */
#wrapperout{
position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 700px;
	background-color: #F7F8E0;
}
#wrapperin {
	position: relative;
	width: 100%;
	border: 3px solid #747753;
}
/* Header */
#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
.photo {
	position: relative;
	float: left;
	padding: 15px 10px 5px 0px;
}
.title {
	position: relative;
	float: right;
	top: 44px;
	padding-right: 3px;
	width: 625px;
}
#bar {
	position: relative;	
	height: 43px;
	width: 100%;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
/* Content */
#content {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bot_bgnd.jpg);
	background-position: left top;
	min-height: 400px;
	background-repeat: repeat-x;
	background-color: #D9DAC1;
}
#left {
	position: relative;
	float: left;
	width: 180px;
	text-align: left;
}
#lefttext {
	position: relative;
	top: 5px;
	padding-left: 10px;
	float: left;
	width: 160px;
}
#right {
	position: relative;
	float: right;
	width: 485px;
}
#textbox {
	position: relative;
	width: 465px;
	top: 10px;
	border: 4px solid #9B9E7B;
	background-color: #F4F5E5;
}
#text {
	margin: 15px;
	text-align: justify;
	font-size: 12px;
	color: #3A3D1E;
}
.photofloat {
	float: right;
	padding: 15px 0px 10px 25px;
}
.intro {
	font-size: 18px;
	font-weight: bold;
	color: #747753;
}
#navigation {
	position: relative;
	margin-top: 10px;
	margin-left: -30px;
	left: 0px;
	padding: 0px;
	width: 160px;
	text-align: left;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
}
#navigation a:link {
	width: 160px;
	background-color: #9B9E7B;
	display: block;
	color: #F4F5E5;
	border: 1px solid #5B5F35;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	text-align: left;
}
#navigation a:visited {
	width: 160px;
	background-color: #9B9E7B;
	border: 1px solid #5B5F35;
	display: block;
	color: #F4F5E5;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	text-align: left;
}
#navigation a:hover {
	width: 160px;
	background-color: #D8D588;
	display: block;
	border: 1px solid #5B5F35;
	color: #5B5F35;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	text-align: left;
}
#navigation a:active {
	width: 160px;
	background-color: #9B9E7B;
	display: block;
	color: #F4F5E5;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	text-align: left;
}
	
#footer {
	position: relative;
	height: 18px;
	padding-top: 3px;
	color: #F4F5E5;
	background-color: #747753;
	font-size: 10px;
	clear: both;
	text-align: center;
}
.bold {
	font-weight: bold;
	font-size: 16px;
	color: #3F3F3F;
}
.smallbold {
	font-weight: bold;
	color: #3F3F3F;
}
.verysmallbold {
	font-weight: bold;
	color: #3F3F3F;
	font-size: 10px;
}
.verysmallbold a:link, .verysmallbold a:visited {color:#5B5F35;}
.verysmallbold a:hover {color: #3F3F3F;}
.verysmallbold a:active {color: #5B5F35;}
.list {
	font-weight: bold;
	font-size: 16px;
	color: #747753;
	text-align: left;
}

.center {
	text-align: center;
}
.emphasis {
	font-weight: bold;
	font-size: 14px;
	color: #747753;
}
.centertitle {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #747753;
}
#pedigree {
	width: 100%;
}
.green {
	background-color: #9B9E7B;
	color: #F4F5E5;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	border: 1px solid #5B5F35;
}
#application td {
	text-align: left;
	vertical-align: top;
}
.backgrounds {
	background-color: #D4D5B3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.italics {
	font-style: italic;
}
input {
	font-size: 10px;
	background-color: #E5E3AD;
	border: 1px solid #747753;
}
select {
	font-size: 10px;
	background-color: #E5E3AD;
	border: 1px solid #747753;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E3AD;
	border: 1px solid #747753;
}
.submit {
	font-size: 10px;
	background-color: #9B9E7B;
	color: #363714;
	font-weight: bold;
	border: 1px solid #747753;
}
#slideshow {
	width: 210px;
	height: 210px;
	float: right;
	padding: 0 0 15px 15px;
}
#litterlinks td {
	background-color: #9B9E7B;
	width: 225px;
	height: 50px;
	line-height: 1;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #4A4D2B;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#litterlinks .small {
	font-size: 10px;
	font-weight: 100;
}
.alignleft {
	text-align: left;
}
#footer a:link, #footer a:visited {color:#F4F5E5; font-size: 10px;}
#footer a:hover {color: #E1DE8E; font-size: 10px;}
#footer a:active {color: #F4F5E5; font-size: 10px;}

