body {
	margin: 0;
	padding: 0;
	background-color: #d6e0e7;
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;
	min-width: 768px;
	background-image: url(../images/bg_repeat.gif);
	background-position: top left;
	background-repeat: repeat;
	}
#bodypadding {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	font-family: arial, sans-serif;
	font-size: 1.05em;
	text-align: left;
	}

a:link {
	color: #556c08;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #556c08;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #08616c;
	text-decoration: underline;
	}
a:active {
	color: #556c08;
	font-weight: bold;
	text-decoration: none;
	}
form {
	 margin: 0;
	 padding: 0;
	 }	
.spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.row {
	clear: both;
	}
sup {
	font-size: 0.85em;
	}
p {
	margin: 0;
	padding: 0 0 12px 0;
	}
pre {
	display: none;
	}


/* ******************************************************
	HEADER 
****************************************************** */

/* header elements */
#repeatheader {
	width: 768px;
	height: 103px;
	background-image: url(../images/bg_repeatheader.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	}
#repeatheaderlogo {
	padding: 4px 0 0 19px;
	}
#repeatheader h1 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	display: none;
	}
#repeatheader h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	display: none;
	}
#repeatheader ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
	display: none;
	}
#repeatheader li {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
	}

/* ******************************************************
	NAVIGATION
****************************************************** */

#repeatnav {
	padding: 10px 15px 6px 15px;
	text-align: center;
	background-image: url(../images/bg_nav.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	}
	
/* main navigation links */
#repeatnavbar {
	font-family: frutiger, arial, sans-serif;
	text-transform: uppercase;
	color: #4b4b4b;
	}
#repeatnavbar ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	list-style: none inside none;
	}
.navlinkstart {
	padding-right: 15px;
	display: inline;
	border-right: 1px solid #bbc9d0;
	font-weight: normal;
	}
.navlinkstart a:link {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkstart a:visited {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkstart a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #fff;
	}
.navlinkstart a:active {
	font-weight: normal;
	text-decoration: none;
	}
.navlink {
	padding-right: 15px;
	padding-left: 13px;
	display: inline;
	border-right: 1px solid #bbc9d0;
	font-weight: normal;
	}
.navlink a:link {
	font-weight: normal;
	text-decoration: none;
	}
.navlink a:visited {
	font-weight: normal;
	text-decoration: none;
	}
.navlink a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #fff;
	}
.navlink a:active {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkend {
	padding-left: 13px;
	display: inline;
	font-weight: normal;
	}
.navlinkend a:link {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkend a:visited {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkend a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #fff;
	}
.navlinkend a:active {
	font-weight: normal;
	text-decoration: none;
	}
.navlinkstarton {
	padding-right: 15px;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #bbc9d0;
	}
.navlinkstarton a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.navlinkstarton a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.navlinkstarton a:hover {
	color: #4b4b4b;
	text-decoration: underline;
	font-weight: bold;
	}
.navlinkstarton a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.navlinkon {
	padding-right: 15px;
	padding-left: 13px;
	display: inline;
	border-right: 1px solid #bbc9d0;
	}
.navlinkon a:link {
	color: #000;
	text-decoration: none;
	}
.navlinkon a:visited {
	color: #000;
	text-decoration: none;
	}
.navlinkon a:hover {
	color: #4b4b4b;
	text-decoration: underline;
	}
.navlinkon a:active {
	color: #000;
	text-decoration: none;
	}
.navlinkendon {
	padding-left: 13px;
	display: inline;
	}
.navlinkendon a:link {
	color: #000;
	text-decoration: none;
	}
.navlinkendon a:visited {
	color: #000;
	text-decoration: none;
	}
.navlinkendon a:hover {
	color: #4b4b4b;
	text-decoration: underline;
	}
.navlinkendon a:active {
	color: #000;
	text-decoration: none;
	}

/* nav bottom background */
#repeatnavbtm {
	width: 768px;
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	background-image: url(../images/bg_navbtm.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	}


/* ******************************************************
	MAIN CONTENT
****************************************************** */

/* main content background */
#repeatmainbg {
	background-image: url(../images/bg_main.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	}

/* main content */
#repeatcontent {
	padding: 15px 25px 15px 25px;
	}

/* main content footer background */
#repeatmainbgbtm {
	width: 768px;
	height: 8px;
	font-size: 8px;
	line-height: 8px;
	background-image: url(../images/bg_mainbtm.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	}

/* search box */
#searchleft {
	padding: 8px 10px 8px 10px;
	border: 1px solid #c6d2d8;
	background-color: #f8faf5;
	width: 360px;
	float: left;
	}
#searchleft h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.0em;
	border-bottom: 1px solid #c8d2d8;
	}
.searchtable th {
	padding: 3px 0 5px 0;
	}
.searchtable th h4 {
	margin: 0;
	padding: 10px 0 4px 0;
	border-bottom: 1px dashed #c6d3d9;
	}

#errortext {
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	color: #cc0000;
	font-style: italic;
	}

/* about info */
#aboutright {
	font-size: 0.95em;
	width: 320px;
	float: right;
	}


/* ******************************************************
	RESULTS
****************************************************** */

#repeatresults h3 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 1.1em;
	border-bottom: 1px dashed #c6d3d9;
	}
#repeatresults h4 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 1.1em;
	border-bottom: 1px dashed #c6d3d9;
	}
#noresults {
	padding: 10px 0 15px 175px;
	font-size: 1.1em;
	color: #cc0000;
	font-style: italic;
	}

#resultstable {
	border: 1px solid #c8d3d9;
	text-align: left;
	}
#resultstable th {
	background-color: #dedede;
	text-align: left;
	text-transform: uppercase;
	}

/* row color alternator */
.odd {
	background-color: #f2f9fd;
	} 
.even {
	background-color: #e4e7d6;
	}

#resultsnote {
	padding: 15px 0 0 0;
	font-style: italic;
	}

#linkback {
	text-align: center;
	padding: 15px 0 15px 0;
	font-weight: normal;
	font-size: 0.95em;
	text-transform: uppercase;
	color: #b3b3b3;
	}
#linkback a {
	font-weight: normal;
	}

.resultssection {
	padding: 0 0 15px 0;
	}

#newsearch {
	padding: 8px 10px 8px 10px;
	border: 1px solid #c6d2d8;
	background-color: #f8faf5;
	}
#newsearch h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.0em;
	border-bottom: 1px solid #c8d2d8;
	}
#newsearchleft {
	margin: 10px 0 0 0;
	width: 340px;
	float: left;
	}
#newsearchright {
	margin: 10px 0 0 0;
	width: 340px;
	float: right;
	}


/* ******************************************************
	CONTACT
****************************************************** */

#repeatcontact h3 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 1.1em;
	border-bottom: 1px dashed #c6d3d9;
	}
#contactleft {
	margin: 10px 0 0 0;
	width: 360px;
	float: left;
	}
#contactright {
	margin: 10px 0 10px 0;
	padding: 8px 10px 8px 15px;
	border: 1px solid #c6d2d8;
	background-color: #f8faf5;
	width: 300px;
	font-size: 0.95em;
	float: right;
	}


/* ******************************************************
	FOOTER 
****************************************************** */

#repeatfooter {
	margin: 5px 0 10px 0;
	font-size: 0.85em;
	color: #414141;
	text-align: center;
	}
#repeatfooter a:link {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
	}
#repeatfooter a:visited {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
	}
#repeatfooter a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	}
#repeatfooter a:active {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
	}


/* ******************************************************
	SHARKLANDING
****************************************************** */

#sharklanding {
	margin: 15px 0 0 0;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #444;
	text-align: center;
	}
