html,body {
    margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {		
		font-family: tahoma, Verdana, Arial, sans-serif;
		font-size: 90%;
		color: #000000;
		background-color: #ffffff;
}

h1 {
    font-family: tahoma, Verdana, Arial, sans-serif;
    font-size:120%;
    font-weight:bold;
    padding-left:2px;
    margin-top:15px;
    margin-bottom: 10px;
}

p {
    font-size: 90%;
} 


a {
	text-decoration: underline;
	color: #016abf;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 780px;
	margin: 0 auto;
	background: url(images/img-background.gif) no-repeat;
}

.footer {
    font-size: 75%;
    font-weight: bold;
    padding-top: 10px;
}

.photos {
    padding-top: 20px;
}

#searchResults {
	width: 780px;
	margin: 0 auto;
}

.navigation {
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	margin-top: 110px;
	width: 600px;
	height: auto;
}

.navigation a {
    color: #ffffff;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}

.bottomnavigation {
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	margin-top: 15px;
	#margin-top: 5px;
	width: 418px;
	height: auto;
}

.bottomnavigation a {
    color: #ffffff;
    text-decoration: none;
}

.bottomnavigation a:hover {
    text-decoration: underline;
}


.navLeftImg {
	background: url(images/img-nav-left.gif) no-repeat;
	background-position: right;
}

.navMiddle, .searchMiddle {
	background-color: #d98c3c;
	text-align: center;
	color: #ffffff;
}

.navRightImg {
	background: url(images/img-nav-right.gif) no-repeat;
}

.navEndImg {
	background: url(images/img-nav-end.gif) no-repeat;
}

.navLeftImgOver {
	background: url(images/img-nav-left-over.gif) no-repeat;
	background-position: right;
}

.navMiddleOver {
	background-color: #e1a667;
	text-align: center;
	color: #ffffff;
}

.navRightImgOver {
	background: url(images/img-nav-right-over.gif) no-repeat;
}

.navEndImgOver {
	background: url(images/img-nav-end-over.gif) no-repeat;
}

.searchLeftImg {
	background: url(images/img-searchtitle-left.gif) no-repeat;
}

.searchRightImg {
	background: url(images/img-searchtitle-right.gif) no-repeat;
}

.boxContent {
	width: 580px;
	font-size: 85%;
	padding-left: 0px;
	#padding-left: 20px;
}

.searchTable {
	font-weight: bold;
	font-size: 90%;
	width: 100px;
}

.inputShort {
	width: 100px;
}

#searchTableFields {
	width: 100%;
}	

#searchTableFields td {
	padding-top: 5px;
}

.searchButton {
	background-color: #d88d29;
	border: 1px solid #bc731e;
	width: 105px;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 60px;
}

.advancedSearchLink {
	color: #002261;
	font-size: 85%;
}

.resultsText {
	color: #404040;
	font-size: 90%;
}

.resultsTable {
	background-color: #fbf8d9;
	width: 100%;
}

.resultsDetailsTable {
    width: 100%
}

.resultsDetailsTable td {
	font-size: 90%;
	padding-bottom: 8px;
}

.contentTable {
	background-color: #fbf8d9;
	width: 100%;
}

.selectFields {
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 175px;
	font-size: 90%;
	border: 1px solid #404040;
}

.selectFieldslarge {
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 435px;
	font-size: 100%;
	border: 1px solid #404040;
}

.selectFieldssmall {
	font-family: tahoma, Verdana, Arial, sans-serif;
	width: 55px;
	font-size: 90%;
}

.errorText {
    color: red;
    font-size: 90%;
    font-weight: bold;
}

#requestForm {
	width: 100%;
	text-align: left;
	color: #404040;
	font-size: 90%;
}

#requestForm td {
	padding-left: 15px;
	padding-top: 10px;
	vertical-align: top;
}

.sectionHeading {
	color: #d88d29; 
	font-weight: bold;
}

.inputFields {
	font-family: tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	border: 1px solid #d98c3c;
	width: 430px;
}

.inputFieldssmall {
	font-family: tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	border: 1px solid #d98c3c;
	width: 150px;
}

.submitButton {
	border: 1px solid #cb7d29;
	background-color: #d98c3c;
	color: #ffffff;
	font-weight: bold;
	width: 205px;
	font-family: tahoma, Verdana, Arial, sans-serif;
}

.inputCheckBox {
	background-color: #d98c3c; 
	width: 15px; 
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.smallText {
    font-size: 75%
}