/*author: Scott Marlow, Marketing By Marlow | http://www.marketingbymarlow.com */

body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px
}

p {
font-size: 1.2em; 
margin-right: 160px; margin-left: 40px;
}

ol, ul {
margin: 10px 60px 0px 40px;
}

li {
font-size: 1.2em; 
line-height: 1.4em
}

h1 {
color: green; 
font-weight: 700; font-size: 1.4em
}

h2 {
background-color: white; 
color: green; 
font-weight: 600; font-size: 1.2em; 
margin-top: 10px; margin-left: 40px;
vertical-align: bottom
}

a[href $='.pdf'] {
background: transparent url(../img/pdf-icon.gif) no-repeat center right;
padding-right: 20px
}

.subheader { 
	color: green; 
	font-weight: 600; 
	font-size: 11px; 
	vertical-align: bottom;
}
td {
font-size: 12px; 
padding: 3px; 
vertical-align: top; 
}
td.left {
text-align: right; 
padding-right: 14px;
width: 20%
}

th {
	background-color: #FFFF99;
	color: green; 
	font-weight: 600; 
	font-size: 1.1em; 
	vertical-align: bottom; 
	}

.body {
font-size: 1.2em; 
margin: 5px 60px 20px 40px
}

.tbody { 
	font-size: 1.2em; 
	height: 1.2em; 
	height: 300px; 
	overflow: auto; 
	vertical-align: top
}
.bodytable { 
	font-size: 1.2em; 
	height: 110%; 
	vertical-align: top
} 
/* "height" value required by IE to prevent table ROWS from using tbody height */
a:link {
background-color: white;
color: #009; 
text-decoration: none
}
a:visited {
background-color: white;
color: #666; 
text-decoration: none
}
a:hover {
background-color: white;
text-decoration: underline
}

#nav {
text-align: center;
width: 100%
}
#nav ul {
list-style-type: none;
margin: 0 0 2em 0; 
padding: 0
}
#nav li {
display: inline;
font-weight: bold; font-size: 1.1em;
margin-left: .5em; margin-right: .5em; 
text-transform: uppercase
}
#nav a:link {
background-color: white;
color: #360; 
text-decoration: none
}
#nav a:visited {
background-color: white;
color: #666; 
text-decoration: none
}
#nav a:hover {
background-color: white;
color: navy; 
text-decoration: underline
}
#nav #tourneys a {
text-decoration: underline
}