/* Tag Specific Styles */
body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-family: "Courier New", Courier, mono;
	padding-left: 5px;
	margin: 5px;
	margin-top: 25px;
	clear:both;
	border-bottom: 1px solid #666;
}
h4 {
	font-variant:small-caps;
	margin: 5px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 a {
	font-weight: normal;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}
table {
	border-collapse: collapse;
	border: 0px;
	margin-bottom: 15px;
}
th {
	font-variant:small-caps;
	text-align:left;
	font-weight: bold;
	white-space: nowrap;
	padding: 5px;
}
td {
	padding: 5px;
}
img {
	border:0px;
}
/* Header Styles */
.site_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px;
}
.nav {
	border-left: 1px dashed #666;
	border-bottom: 1px dashed #666;
	float:left;
	padding: 3px;
	margin: 5px;
}
.backnav {
	clear:both;
	float:left;
	padding-bottom: 15px;
}
.header_image {
	clear:both;
	background-repeat:no-repeat;
	width: 100%;
	height: 150px;
}
.mid_heading {
	width: 33%;
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	font-size: 1.05em;
}
.title_noline {
	clear:none;
	border-bottom: none;
	margin-top: 7px;
	padding-top: 7px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.top {
	margin-top: 5px;
	padding-top: 0px;
}
/* Content Styles */
.content_left {
	float:left;
	padding: 5px;
	margin: 5px;
}
.content_right {
	float:right;
	padding: 5px;
	margin: 5px;
}
.clear_left {
	clear:left;
}
.no_marker {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style-type:none;
}
.inside_list {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
.inside_list img {
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.highlight {
	font-weight: bold;
}
/* Table Styles */
.table_border th {
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align:right;
	padding: 15px;
}
.table_border td {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 15px;
}
.table_center th {
	text-align:center;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
	vertical-align: top;
}
.table_center td {
	text-align:center;
	padding-left: 20px;
	padding-right: 20px;
}
.table_center a {
	font-variant:normal;
	font-weight:normal;
}
.horz_head th {
	border-bottom: 1px dashed #666;
	padding: 0px;
	padding-right: 25px;
	padding-left: 15px;
}
.horz_head td {
	vertical-align:baseline;
	padding-right: 25px;
	padding-left: 15px;
}
.ver_head th {
	text-align:right;
	vertical-align:baseline;
	padding-left: 15px;
	padding-right: 0px;
}
.ver_head td {
	vertical-align:baseline;
	padding-left: 15px;
	padding-right: 25px;
}
.border td {
	border:1px solid #666;
	padding: 10px;
}
.type th {
	font-family:"Courier New", Courier, mono;
}
.noheading {
	font-variant:normal;
	font-weight:normal;
}
.nospace {
	margin:0px;
	padding:0px;
}
/* Golf Sim Clubhouse Mods */
.line_divide th {
	padding-right: 10px;
	padding-left: 10px;
}
.line_divide td {
	border-bottom:1px dotted #BBBBBB;
	padding-right: 10px;
	padding-left: 10px;
}
.right_align {
	text-align:right;
}
.small_caps {
	font-weight: bold;
	font-variant:small-caps;
}
.top_space {
	padding-top: 15px;
}
.header_top {
	height:68px;
}
.header_line {
	border-bottom: 1px dashed #666;
	max-width:1014px;
	padding: 0px;
	margin: 7px;
}