body {
	color: #000000; 
	background: #ffffff;
	margin: 25px 10%;
	padding: 0;
}

.hide {
	display: none;
}

img {
	display: block;
	border: 0;
}

/* be kind to NS4 rule */
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: 1.15em;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

.title {
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.subtitle {
	text-align: center;
	margin-top: 0.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.15em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 0.8em;
	margin-top: 1.6em;
	margin-bottom: 0.5em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.80em;
}

.fineprint {
	font-size: 0.6em;
}

li {
	font-size: 0.80em;
}

#bottomnav p {
	font-size: 1em;
	margin-top: 50px;
	text-align: center;
	}

#footer p {
	font-size: 9px;
	text-align: center;
	margin-top: 25px;
	}

a:link {
	font-weight : bold;
	text-decoration : none;
	color: #36c;
	background: transparent;
}
a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #69f;
	background: transparent;
}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color: #36c;
	background: transparent;
}
a:active {
	font-weight : bold;
	text-decoration : none;
	color: #f90;
	background: transparent;
}

.right
{ 
	text-align: right;
}

.center
{ 
	text-align: center;
}

.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


table#bio {
	border-collapse: collapse;
	border-bottom: .05em solid #009;
	font-size: 0.8em; 
	}
table#bio th {
	text-align: left;
	background-color: #ddf;
	border: 0;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.5em 0 0.5em 0;
	}
table#bio td {
	padding: 0.2em 1em 0.2em 1em;
	}
table#bio td.nation {
	background-color: #ddf;
	border: 0;
	font-weight: bold;
	font-size: 1.15em;
	padding: 0.5em 0 0.5em 0;
	}
table#bio td.rower {
	border-top: .05em solid #ccf;
	}
table#bio td.goldmedal {
	font-weight: bold;
	color: #ff0033;
	}
table#bio td.rowergold {
	font-weight: bold;
	color: #ff0033;
	border-top: .05em solid #ccf;
	}

table#regindex {
	border-collapse: collapse;
	border-bottom: .05em solid #009;
	font-size: 0.8em;
	}
table#regindex th {
	background-color: #ddf;
	border: 0;
	font-weight: bold;
	font-size: 1em;
	padding: 0.25em 1em;
	}
table#regindex td {
	border-top: .05em solid #ccf;
	padding: 0.25em 0.5em;
	}
table#regindex td.center {
	text-align: center;
	}

/* Navigation bar components */
/* #f9a13a = Compro orange */
table#nav {
	border-bottom: 1px solid #F9A13A;
	border-left: 1px solid #F9A13A;
	}
table#nav td {
	font: 11px Geneva, Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	border-right: 1px solid #F9A13A;
	border-top: 1px solid #F9A13A;
	}
table#nav td a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
#nav td a:link, #nav td a:visited {
	background: transparent url(/images/bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	}
#nav td a:hover {
	color: #F9A13A;
	background: white url(/images/bgpat.gif) repeat;
	}

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}

#content {
	/*
	background: transparent url(/images/oar.gif) center bottom no-repeat;
	*/
	}
