/* --- Style sheet for The Lymphoma Support Group of Ottawa website --- */

/* --- Links Properties --- */

a
{
font-family : Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 14pt;
}
a:link
{
color: #330000;
text-decoration: underline;
}
a:visited
{
color: #660033;
text-decoration: underline;
}
a:hover
{
color: #660000;
text-decoration: underline;
}
a:active 
{
color: #660033;
text-decoration: underline;
}

/* --- Footer Properties ---*/

.footer
{
text-align: right;
color : #646464;
font-family : Arial, Helvetica, sans-serif;
font-size: .6em;
font-style: italic;
border-top-style: solid;
border-top-width: 1pt;
border-top-color: #ff9900;
}

/* --- List Properties --- */

li
{
color: #161616;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.3em;
}

li.ind
{
margin-left: 1.5em;
list-style-type: square;
}


/* --- Data List Properties --- */

dd
{
color: #161616;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.3em;
}

/* --- Table Properties --- */

td.event
{
color: #161616;
font-family : Arial, Helvetica, sans-serif;
font-size: .8em;
}

td.topic
{
color: #003366;
font-family : Arial, Helvetica, sans-serif;
font-size: .8em;
font-weight: bold;
}

/* --- Content Properties --- */

p
{
font-family : Arial, Helvetica, sans-serif;
font-size: .8em;
color : #161616;
}


h1
{
font-family : Arial, Helvetica, sans-serif;
font-size: 1em;
color : #161616;
}


/* --- Topic Header --- */

.title
{
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-weight : bold;
color : #003366;
line-height : 100%;
padding-top: 4px;
padding-bottom: 1px;
}


/* ----  Style for the menu column ---- */

#SiteMenu
{
position: relative;
left:0pt;
top: 0pt;
font-size: .7em;
border-left: 1pt solid #ffffff;
background-color: #ffffff;
}

#SiteMenu_in
{
padding-top:30pt;
padding-left:2pt;
padding-right:2pt;
padding-bottom:30pt;
}

#SiteMenu a
{
color: blue;
text-decoration: none;
}

#SiteMenu a:hover
{
color: #ffffff;
background-color: #003366;
text-decoration: none;
}

#SiteMenu div.ln
{
background-image: url(../images/menu2_lbl.gif);
background-repeat: no-repeat;
border-bottom-style: solid;
border-bottom-width: 1pt;
border-bottom-color: #fafad2;
padding-right: 2em;
padding-bottom: 2pt;
}

