﻿/* CSS layout */
body {
	margin: 0;
	padding-left:15%;
}

a {
	color:#E4E407;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color: #E4E407;
}

a:visited {
	color: #E4E407;
}

a:hover{
	color:red;
}

		
h1{
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0px 2px;
	font-size:large;
	color: #cc0000;

}
h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0px 2px;
	font-size: 14px;
	color: #cc0000;
}
h3 {
		font-size: 13px;
		color: #cc0000;
		margin-top: 0;
		margin-bottom: 5px;
		padding: 0 2px;
}
b	{
		font-weight: lighter;
		color: #330000;
}

.right{
	text-align:right;
}

.tableborder2 {
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

.tableborder1 {
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}


#page_container{ 
	background-color:#000000;
	width:800px;
	padding: 10px 10px 10px 10px;
	border:thick E4E407;
	
}

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 180px;
	height:140px;
	margin-left:10px;
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
}

#header {
	margin-left: 210px;
	width:570px;
	height:140px;
	background-image:url('../images/BSC_Header.jpg');
	background-repeat:no-repeat;	
}

#container {
	margin-left: 10px;
	clear: both;
}

#page_content {
	margin-left: 200px;
	margin-top:10px;
	width:550px;
	background-color:#ffffff;
	color:#000000;
	font-size:medium;
	padding:2px 10px 2px 10px;
	height:auto;
}

#left_col {
	float: left;
	width: 180px;	
	background-color:#0B400A;
	text-decoration:none;
	color:#E4E407;
}

#left_col ul{
	list-style-image:url('../images/Golf-Ball.png');
	padding-left:5px;
	margin-left:5px;	
}

#left_col li{
	padding-left: 10px;
	margin-left: 20px;
}
	
#footer {
	clear: both;
	color: #E4E407;
	text-align:center;
}

.indent{
	margin-left:20px;
	margin-top:auto;
	width:auto;
}

.indent a{
	color:black;
	text-decoration:underline;
}
.indent a:link{
	color:black;
	text-decoration:underline;
}

.indent a:hover{
	color:red;
}

.big_indent{
	margin-left:100px;
	margin-top:auto;
	width:auto;
}

.big_indent a{
	color:black;
	text-decoration:underline;
}
.big_indent a:link{
	color:black;
	text-decoration:underline;
}

.big_indent a:hover{
	color:red;
}

.centre{
	text-align:center;
}
.bdrless{
	border-width:0px 
	}

td
	{border-style: none;
	border-color: inherit;
	border-width: medium;
	padding-top:1px;
		padding-right:1px;
		padding-left:1px;
		color:windowtext;
		font-size:10.0pt;
		font-weight:400;
		font-style:normal;
		text-decoration:none;
		font-family:Arial;
		text-align:general;
		vertical-align:bottom;
		white-space:nowrap;
	}
.aligntop {
	vertical-align: top;
}
.borderstyle {
	border-style: solid;
	border-width: 0px;
}
