html, body {height:auto}
body {background: #FFF url('images/interface/sky_tile.jpg') repeat-x; color: #000000; margin: 0px; font-family:  Verdana, Arial,sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify; line-height: 14pt;}
a {color: #466e98; text-decoration: none; font-weight: bold;}
a:hover {color: #273b50; }
a:active {color: #686832; }

.hand{cursor:pointer;}
.help{cursor:help;}

#navlist
{
margin-left: 10px;
padding-left: 10px;
list-style: square;
}

#navlist li
{
margin-bottom: 10px
}

#navlist li a
{
color: #000000; font-style: normal;
}

#navlist li a:hover
{
color: #174822; text-decoration: underline;
}

/* colors 
#174822 = logo color
#dcdcd1 = content color
#e3ebef = photo color
#271007 = dark brown
#39180d = light brown
#9dc4a0 = border color

*/

.imgb {border: solid #000 1px;}
.imgnob {border: none;}

/* main table */
table.main {background: transparent; width: 766px; height: 100%; text-align: center; margin-left: auto; margin-right: auto; }
table.main td {width:auto; height:100%; vertical-align: top;}
table.main td.ltcol {vertical-align: top;}
table.main td.rtcol {vertical-align: top;}

/* menubar */
table.main td.menu {background: #2d4d6e; width: 766px; height: auto; border: none; text-align: center;}

/* content */
table.main table.articles {background: #FFF; width: 100%; height: 450px; color: #000000;}
table.main table.articles .title {color: #174822; font-size: 1.5em; font-weight: bold; text-align: left;}
table.main table.articles .body {color: #000000; font-size: 1em; font-weight: normal; text-align: left;}
table.main table.articles .highlight {color: #000000; font-size: 1em; font-weight: bold;}
table.main table.articles .disclaimer {color: #000000; font-size: 0.8em; font-weight: normal; font-style: italic;}

/* footer */
table.submain {background: transparent; width: 766px; height: 100%; text-align: center; margin-left: auto; margin-right: auto;}
table.submain td {width:auto; height:100%; vertical-align: top;}

table.submain td.footer {font-size: 0.9em; color: #666666; vertical-align: top; text-align: center;}
table.submain td.footer a {color: #666666;}
table.submain td.footer a:hover {color: #000; text-decoration: underline;}

table.submain td.credit {font-size: 0.8em; color: #666666; vertical-align: top; text-align: center;}
table.submain td.credit a {color: #666666;}
table.submain td.credit a:hover {color: #000; text-decoration: underline;}




