/* 
Global style sheet for IWJG web site.
Copyright 2003 Daniel J. Barrett
*/

/* General stuff */

BODY {
 background-color: #FFFFFF;
 font-family: Helvetica;
 font-size: 13px;
}

/* Header */

TABLE.wholeheader {
 width: 100%;
/* border: 10px outset #999999; */
 margin: none;
 padding: none;
}

/* Logo box */

TD.logo {
/*  border: 2px solid black; */
 width: 25%;
 height: 88px;
 text-align: left;
 vertical-align: middle;
 /* background-color: #CCCCCC; */
 padding-right: 20px;
}

DIV.pageheading {
 font-size: 18px;
/* text-align: center; */
}

/* General links */

A:link {
 color: blue;
}

A:visited {
 color: blue;
}

/* Menu */

TABLE.menu {
 width: 100%;
 border: none;
 background-color: #FFFFFF;
 font-size: 12px;
}

TR.menu {
}

A.menu:link {
 color: black;
 text-decoration: none;
}

A.menu:visited {
 color: black;
 text-decoration: none;
}

A.menu:active {
 color: black;
 text-decoration: underline;
}

A.menu:hover {
 color: #EEEEEE;
}

TD.topmenu1 {
 background-color: #C47F7F;
 text-align: center;
 width: 20%;
 height: 20px;
 border: 3px outset #C47F7F;
 font-weight: bold;
}

TD.topmenu2 {
 background-color: #A8A853;
 text-align: center;
 width: 20%;
 height: 20px;
 border: 3px outset #A8A853;
 font-weight: bold;
}

TD.topmenu3 {
 background-color: #88BB88;
 text-align: center;
 width: 20%;
 height: 20px;
 border: 3px outset #88BB88;
 font-weight: bold;
}

TD.topmenu4 {
 background-color: #A8A8CA;
 text-align: center;
 width: 20%;
 height: 20px;
 border: 3px outset #A8A8CA;
 font-weight: bold;
}

TD.topmenu5 {
 background-color: gold;
 text-align: center;
 width: 20%;
 height: 20px;
 border: 3px outset gold; 
 font-weight: bold;
}

/* Submenu */

TD.submenucontainer {
 font-family: Helvetica;
 font-size: 12px;
 text-align: center;
/* height: 60px; */
}

TABLE.submenu {
 width: 100%;
}

TR.submenu {
 vertical-align: top;
}

TD.submenu {
 width: 20%;
 text-align: right;
 vertical-align: top;
}

A.submenu:link {
 color: black;
 font-family: verdana,arial,sans-serif;
 font-size: 11px;
 text-decoration: none;
}

A.submenu:visited {
 color: black;
 font-family: verdana,arial,sans-serif;
 font-size: 11px;
 text-decoration: none;
}

A.submenu:active {
 color: black;
 text-decoration: underline;
}

A.submenu:hover {
 color: black;
 text-decoration: underline;
}

TD.submenuhspace {
 height: 10px;
}

/* Content area */

DIV.content {
 padding-top: 8px;
 padding-left: 8px;
 padding-right: 8px;
}

/* Top links */

TR.toplinks {
}

TD.toplinks {
 text-align: right;
 font-size: 10px;
 font-family: verdana,arial,sans-serif;
 padding-bottom: 5px;
 padding-right: 2px;
}

A.toplinks:link {
 color: black;
 text-decoration: none;
}

A.toplinks:visited {
 color: black;
 text-decoration: none;
}

A.toplinks:hover {
 color: black;
 font-weight: bold;
 text-decoration: underline;
}

/* Footer */

DIV.footer {
 padding-top: 10px;
}

HR.footer {
 color: black;
}

TABLE.footer {
 width: 100%;
}

TD.copyright {
 text-align: left;
 font-size: 12px;
}

TD.footerlinks {
 text-align: right;
 font-size: 12px;
}

A.footer:link {
 color: blue;
}

A.footer:visited {
 color: blue;
}

/* Images */

IMG.framed {
 border: 3px solid black;
}
