/* Stylesheet for Ski Island Subdivision website 2010*/

.body			/* sets parameters for main body */
{
margin-top: 2px; 
margin-left: 2px;
margin-bottom: 2px;
margin-right: 2px;
width: 900px;
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-indent: 15px;
color: black
}

.logo			/* logo cell at top of page */
{
background: #BB9D53;
height: 170px;
width: 600px
}

font.logo
{
text-indent: 40px;
font-family: times;
letter-spacing: 8px;
color: black;
font-size: 7pt;
font-weight: 600
}

.announce		/* sets parameters for left-side announcement bar */
{
margin-top: 5px; 
text-align: left;
margin-left: 5px;
margin-right: 10px;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: 600;
color: black
}

font.announcehead
{
color: #3A32A3;
font-weight: 600;
font-size: 11pt
}

p.main		/* sets parameters for main body of page */
{
margin-top: 17px; 
text-align: justify;
padding: 1% 1% 1% 1%;
margin-left: 15px;
margin-right: 20px; 
margin-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}

ul.main		/* sets parameters for main body of page */
{
margin-top: 17px; 
text-align: justify;
padding: 1% 1% 1% 1%;
margin-left: 15px;
margin-right: 20px; 
margin-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}

OL.lakerules		/* sets parameters for Lake Rules page */
{
align: top;
text-align: justify;
padding: 4% 1% 1% 1%;
margin-left: 5px;
margin-right: 20px; 
margin-bottom: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}

li.lakerules		/* sets parameters for main body of page */
{
list-style-type: none;
margin-right: 20px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}


.heading1
{
font-family: tahoma, Arial;
line-height: 15px;
font-size: 15pt;
color: #7C6735;     /* Large brown font */
font-weight: 800
}

.heading2
{
font-family: tahoma, Arial;
line-height: 15px;
font-size: 12pt;
color: #3A32A3;     /* Large blue font */
font-weight: 800
}

td
{
//margin-left: 15px;
margin-right: 15px;
margin-top: 15px
}

.hoaboardmembers
{
margin-top: 0px;
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}

td.hoaboardmembers
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: 500;
color: black
}

font.small
{
font-size: 9pt
}

/****************LINK STYLES****************************************/

a.announcelink:link			/* links on announcement sidebar */
{
color: black;	
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 700;
background-color:  transparent;
text-decoration: underline
}

a.announcelink:visited	
{
color: black;	
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 700;
background-color:  transparent;
text-decoration: underline
}

a.announcelink:hover	
{
color: #95280B;
font-family: Helvetica, Arial, sans-serif;
font-size: 9pt;
font-weight: 800;
background-color : transparent;
text-decoration: underline
}

a.link:link				/* links main page */
{
color: black;	
font-family: Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: 500;
background-color:  transparent;
text-decoration: underline
}

a.link:visited	
{
color: black;	
font-family: Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: 500;
background-color:  transparent;
text-decoration: underline
}

a.link:hover	
{
color: #95280B;
font-family: Helvetica, Arial, sans-serif;
font-size: 12pt;
font-weight: 500;
background-color : transparent;
text-decoration: underline
}

h2
{
font-family: tahoma, Arial;
font-size: 14pt;
color: #navy;
font-weight: 800
}

hr.footer
{
color: #3A32A3;
width: 1000px;
align: center
}

