/* SiteCSS.CSS*/
/***************** BACKGROUND  ****************/
/*BODY{background-color:rgb(176,224,255)} MyLightBlue*/
/*BODY{background-color:rgb(255,255,204)}*/
/*BODY{background-color:rgb(252,254,218)} Pale Yellow*/ 
/*BODY(margin-top:0)/*  marginheight="0"*/

/****************** HEADERS  ******************/
/*H1,H2,H3,H4 {color:rgb(255,0,0); font-family:Times Roman,serif;font-style:italic;font-weight:bold}*/
H1,H2,H3,H4 { font-family:Times Roman,serif;font-style:italic;font-weight:bold}
/*H1,H2,H3,H4 {color:red; font-family:Arial,sans-serif;font-weight:bold}*/
H1{font-size:2em}
H2{font-size:1.7em; font-style:italic}
H3{font-size:1.4em}
/*H4{font-size:1.1em; text-decoration:underline}*/
h4{font-size:1.2em;font-family:Times Roman,serif;font-weight:bold }

/***************** PARAGRAPH  ****************/
/*P {color:rgb(0,0,160);font-family:Times Roman,serif;*/
/*P {color:rgb(0,0,160);font-family:Arial,sans-serif; 
	font-weight:bold; line-height:1.2}*/
P {font-family:Arial,sans-serif; line-height:1.2}
	/*text-indent:.3in;font-weight:bold; line-height:1.2}*/
/*P:first-line{text-transform:uppercase} 
P:first-letter{font-size:200%}*/
 	
/******************** LINKS  *******************/	
/*A {font-weight:bold; font-size:1.0 em; color:blue}
A:hover {color:red; text-transform:uppercase; font-weight:bold}*/
A.MyLink {font-weight:bold; font-size:1.2em;color:rgb(0,0,100); font-family:Arial,sans-serif}
A.MyLink:hover {font-weight:bold; font-size:1.2em;color:rgb(255,0,0); font-family:Arial,sans-serif}
/************* BLOCK-LEVEL FORMATTING  **********/
DIV.MyBox {border-style:solid; border-width:.2em; border-color:rgb(255,0,0); 
           padding:2%; margin:2%; background-color:white}
DIV.SailingClubBox {border-style:solid; border-width:.2em; border-color:rgb(255,0,0); 
           padding:2%; margin:2%; background-color:lightyellow}
DIV.SailingClubBox2 {border-style:solid; border-width:.2em; border-color:rgb(255,0,0); 
           padding:1%; margin:2%}

DIV.MyBox1 {border-style:solid; border-width:.1em; border-color:rgb(0,0,0); 
           padding:1%; margin-left:30%; margin-right:30%;
		     background-color:white}
DIV.MyBox2 {border-style:solid; border-width:.1em; border-color:rgb(0,0,0); 
           padding:1%; margin-left:30%; margin-right:30%;text-align:center;font-size:1.1em;
		     background-color:white;font-weight:bold}
DIV.SiteFont{font-family:Arial,sans-serif}
/*DIV.SiteFontBold{font-family:Arial,sans-serif;font-weight:bold}*/
.SiteTitle{font-size:1.2em;font-family:Times Roman,serif;font-weight:bold}

/***************** LIST ITEMS  ****************/
/*LI {color:rgb(0,0,150);font-family:Times Roman,serif; 
	font-weight:bold; line-height:1.3}*/

/********************** TABLE  *********************/
/*TABLE {align:center; bgcolor:white; border:2; bordercolor:black; CELLSPACING:"0"; CELLPADDING:"5"}*/
CAPTION {color:rgb(0,0,0);font-family:Times Roman,serif; 
	font-weight:bold}

img {border-color:rgb(255,0,0)}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

.borderimage{
border:1px solid white;
}
