/* set background */
body { 
	background-image: url(images/bckgrnd11.jpg); 
	background-attachment:fixed;
	background-color : transparent;
	background-repeat: repeat-y;
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
}

/* cursor = question mark */
a.about { text-decoration : none; }
a.about:link {  color: blue;  background-color : transparent;  }
a.about:active { color: blue;  background-color : transparent;  }
a.about:visited { color: blue;  background-color : transparent;  }
a.about:hover { color: Navy; cursor: help;  background-color : transparent; text-decoration:underline; }

/* hour glass cursor */
a.busy {text-decoration:none}
a.busy:link { background-color:transparent; color: blue }
a.busy:active { background-color:transparent; color: blue }
a.busy:visited { background-color:transparent; color: blue }
a.busy:hover { background-color:transparent; color: blue; cursor: wait }

/* plain link with no underline */
a.plain {text-decoration:none}
a.plain:link { background-color:transparent; color: blue }
a.plain:active { background-color:transparent; color: blue }
a.plain:visited { background-color:transparent; color: blue }
a.plain:hover { background-color:transparent; color: Maroon;
}

/* plain link with dynamic underline */
a.dynunder {text-decoration:none}
a.dynunder:link { background-color:transparent; color: blue }
a.dynunder:active { background-color:transparent; color: blue }
a.dynunder:visited { background-color:transparent; color: blue }
a.dynunder:hover { background-color:transparent; color: Navy;  text-decoration : underline; }

/* regular link with rollover color change */
a.underline {text-decoration:underline}
a.underline:link { background-color:transparent; color: blue }
a.underline:active { background-color:transparent; color: blue }
a.underline:visited { background-color:transparent; color: blue }
a.underline:hover { background-color:transparent; color: green }

/* highlight by changing background */
a.highlight:link { color: blue; background-color:transparent; text-decoration:none }
a.highlight:active { color: blue; background-color:transparent; text-decoration:none }
a.highlight:visited { color: blue; background-color:transparent; text-decoration:none }
a.highlight:hover { color: blue; text-decoration:underline; background-color: #FFFFFF }

/* rollover: change font to bold */
a.bold:link { color: blue; background-color:transparent; text-decoration:none }
a.bold:active { color: blue; background-color:transparent; text-decoration:none }
a.bold:visited { color: blue; background-color:transparent; text-decoration:none }
a.bold:hover { color: blue; background-color:transparent; text-decoration:underline; font-weight:bold; }

/* rollover: change font to bigger */
a.bigger1:link { color: blue; background-color:transparent; text-decoration:none }
a.bigger1:active { color: blue; background-color:transparent; text-decoration:none }
a.bigger1:visited { color: blue; background-color:transparent; text-decoration:none }
a.bigger1:hover 
{ 
	font-size : 120%;  
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 75%;
	text-decoration:none
}

a.bigger2:link { color: blue; background-color:transparent; text-decoration:none }
a.bigger2:active { color: blue; background-color:transparent; text-decoration:none }
a.bigger2:visited { color: blue; background-color:transparent; text-decoration:none }
a.bigger2:hover 
{ 
	color: Navy;
	background-color:transparent;
	text-decoration:underline;
	font-size : 120%;  
}


/* rollover: change font to italic */
a.italic:link { color: blue; background-color:transparent; text-decoration:none }
a.italic:active { color: blue; background-color:transparent; text-decoration:none }
a.italic:visited { color: blue; background-color:transparent; text-decoration:none }
a.italic:hover { color: blue; background-color:transparent; text-decoration:underline; font-style:italic }

h1 {
	border-bottom: thin solid Black;
}

img {
	border : none;
}

p.address
{
	text-align : center;
	font-style : italic;
}

p.rightjust
{
	text-align: right;
}

h5.location
{
	text-align: center;
}

table caption {
	vertical-align : top;
	font-weight : bold;
}

table.layout {
        width: 100%;
}

td.leftborder
{
        width: 118px;
        text-align: left;
        color: #FFFFF0;
        background-color: transparent;
        padding: 5px 5px 5px 5px;
}

td.maintext
{
        text-align: left;
        padding: 5px 5px 5px 15px;
}

table.footer {
        width: 100%;
        border: thin none Gray;
}

ul
{
	/* list-style-image: images/mailto.igf */
	list-style-type: none;
}
