/* ----------------------------------------- */
/* Brighton Sailing Club WEB site style sheet   */
/* Author: Roger Barnacle                            */
/* Brighton Sailing Club WEB site style sheet   */
/* -----------------------------------------*/

body
{
	background-color: #ffffff;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1px;
	margin-bottom: 1%;
	padding: 0;
	width: 98%;
	font-family: verdana;
	font-size:75%;   /*12px; */
	color: #707070;
}

h1
{
	color: #000000;
	text-align: center;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	font-size: 2.0em;     /* 24px; */
	/*font-family: "Times New Roman"; */
}

h2
{
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.65em;     /* 20px; */
}

h3
{
	color: #000000;
	font-size: 1.16em;    /*  14px;  */
	text-align: center;
}

h4
{
	color: #000000;
	font-size: 1.0em;    /*  12px;  */
	text-align: center;
}

table.BSC
{
/*	border-style: ridge; */
/*	border-color: #707070; */
/*	border-width: 1px;  */
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 87%;
}

tr.BSCAlt
{
	background-color: #CCFFFF;
}


div.Links
{
	float: left;
	width: 70px;
	margin-top: 1%;
	margin-right: 1%;
}


div.LinksRight
{
	float: right;
	width: 70px;
	margin-top: 1%;
	margin-right: 1%;
}


img.Links
{
	width: 70px;
}

/* image style used in News, For Sale page etc */
img.Left
{
	height: 200px;
	width: 200px;
	float: left;
}

img.Right
{
	height: 200px;
	width: 200px;
	float: right;
}

/* style the frame for the Gallery pages */
iframe.Gallery
{
	marginwidth: 1%;
	marginheight: 1%;
	height: 900px;
	width: 87%;
}

td.Notice
{
   width:40%;
   background-color: #deecff;
   border: ridge 4px;
   border-left-color:LightGray;
   border-top-color:LightGray; 
   border-right-color:black;
   border-bottom-color:black;"
}