body {
	background: #6997f5 url(images/bg.gif) 0 0 repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#topNav {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#nav {
	background: #fff url(images/nav_bg.jpg) 0 0 repeat-y;
	color: #fff;
}

#nav h2 { color: #fff; font-size: 18px; font-weight: bold; }
#nav blockquote { font-size: 11px; margin-left: 0; margin-right: 0; text-align: left; }
#nav cite { font-weight: bold; }

#nav ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}

#nav ul li{
	margin: 0;
	padding: 0;
}

#nav ul li a {
	background: #2e4e8b url(images/button_bg.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 25px;
	text-decoration: none;
	text-transform: uppercase;
	width: 157px;
}

#navContent {
	width: 203px;
	margin: 2px 0 2px 5px;
	text-align: center;
}

#navContent a { color: #fff; }

#mainContent { background-color: #fff; padding: 4px 10px 4px 4px; }

p { line-height: 1.5em; }

.red { color: #C00; }
.small { font-size: 1em; }
p .small { line-height: 1em; }
.highlight { background-color: #FF0; }
.strikethrough { text-decoration: line-through; }

.bordertop {
	background: #fff url(images/border_top.gif) 100% 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderbot {
	background: #fff url(images/border_bot.gif) 0 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderright {
	background: #fff url(images/border_right.gif) 0 0 repeat-y;
	width: 9px;
	font-size: .1em;
}
.borderleft {
	background: #fff url(images/border_left.gif) 0 100% repeat-y;
	width: 9px;
	font-size: .1em;
}

.dashedborder {
	border: 2px dashed #000;
	padding: 2px;
	width: 90%;
}

.oneem { font-size: 1.3em; }
.tenpix{ font-size: 10px; }
.grey { color: #999999; }

h1 { color: #012062; font-size: 20px; text-transform: uppercase; }
h2 { font-size: 16px; }

.golf-tip { background-color: #012062; border: 1px solid #6997F5; color: #fff; float: left; font-size:.9em; padding: 5px; width: 350px;}
.golf-tip #h1 { color: #fff; }
.golf-tip a { color: #FF0; font-weight: bold; }

.golf-book-tip { background-color: #3E65B0; border: 1px solid #012062; color: #fff; float: right; font-size:.9em; margin: 0 0 0 4px; padding: 5px; width: 350px; }

.clearboth { clear: both; }
.floatleft { float: left; }