

/* Stylesheet for Windor Point Home Owner's Associaion */
/* Copyright 2007 JPaulino Design */



#logo{
 position: fixed;
 top: 75px;
 left: 72px;
 Width:125px;
 border: 0px;
padding: 4px 3px 4px 3px;
 z-index: 9;
text-align: right;

 }


#nav{
 background-color: #660000;
color: #ffffff;
font-family: Copperplate, Times, serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
text-align: center;
 position: fixed;
 top: 0px;
 left: 100px;
 z-index: 10;
 }



A:link { font-size: 12px; font-weight: bold; text-decoration: none; color: #660000;}
A:visited { font-size: 12px;  font-weight: bold; text-decoration: none;  color: #993300; }
A:hover { font-size: 12px; text-decoration: underline;  font-style: oblique; color: #336600; }



A.nav:link { font-size: 11px; font-weight: bold; text-decoration: none; color: #660000; margin: 5px 5px 5px 5px; padding: 1px 3px 1px 3px; }
A.nav:visited { font-size: 11px;  font-weight: bold; text-decoration: none;  color: #993300; margin: 5px 5px 5px 5px; padding: 1px 3px 1px 3px; }
A.nav:hover { font-size: 11px; text-decoration: underline;  font-style: oblique; color: #336600; margin: 5px 5px 5px 5px; padding: 1px 3px 1px 3px; }





body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


H1 {

color: #990000;
font-family: Copperplate, Times, serif;
font-size: 18px;
font-weight: bold;
line-height: 20px;
text-align: center;

}


div.subhead {

color: #29306f;
font-family: Copperplate, Times, serif;
font-size: 16px;
font-weight: bold;
line-height: 18px;
text-align: center;

}



p {

color: #330000;
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 21px;
text-align: left;
margin-left: 20px;
margin-right: 20px;

}





Li {

color: #000000;
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 21px;
text-align: left;
margin-left: 10px

}



Div.small {

color: #000000;
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 14px;
text-align: left;
margin-left: 20px


}



<!-- ******** MENU************* -->


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 13px 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;


