/*css template for Stewart34 Sailing Association*/

body {
	background-color: white;
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	color: #333366;
	text-align: left;
}

h1 {
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	color: #000055;
	text-align: left;
}

h2 {
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	color: #000055;
	text-align: left;
}

a:link {text-decoration: underline; color: #000080;}
a:visited {text-decoration: underline; color: #000080;}
a:active {text-decoration: underline; color: #000080;}
a:hover {text-decoration: underline; color: #ff0000;}

.centering {
	margin-left: -365px;
	position: absolute;
	left: 50%;
}

.overflow {
	float: center;
	height: 300px;
	overflow: auto;
	width: 380px;
	}

/*style definition for pull down menu class*/

#dropmenudiv{
width: 100%;
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font-family: sans-serif;
font-size: 8pt;
line-height: 18px;
z-index: 10000000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
color: white;
border-bottom: 1px solid black;
padding-left: 1px;
text-decoration: none;
background-color: #000066;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #000066;
background-color: white;
}

/*style definition for sliding side nav menu*/

#dropnavdiv{
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font-family: sans-serif;
font-size: 8pt;
line-height: 18px;
z-index: 10000000;
}

#dropnavdiv a{
width: 100%;
display: block;
text-indent: 10px;
color: white;
border-bottom: 1px solid black;
padding-left: 1px;
text-decoration: none;
background-color: #000066;
}

#dropnavdiv a:hover{ /*hover background color*/
color: #000066;
background-color: white;
}

.submit {

background-color: #000066;
color: white;
font-weight: bold;
font-family: sans-serif;
font-size: 8pt;
}

.form {

background-color: #f0f8ff;
font-weight: normal;
font-family: sans-serif;
font-size: 8pt;
}
