html {
height: 100%;
}

body {
background: #fafcf3;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 140%;
color: #666666;
height: 100%;
}


/* don't change the order of these! it breaks IE/mac  */
a:link    { color: #999999; background-color: #fafcf3; text-decoration: none; }
a:visited { color: #999999; background-color: #fafcf3; text-decoration: none; }
a:hover   { color: #ffffff; background-color: #b17ab1; text-decoration: none; }
a:active  { color: #ffffff; background-color: #b17ab1; text-decoration: none; }

a.imgNoBG:link    { background-color: transparent;}
a.imgNoBG:visited { background-color: transparent;}
a.imgNoBG:hover   { background-color: transparent;}
a.imgNoBG:active { background-color: transparent;}


table.core {
width: 100%;
height: 100%;
}


table.core1 {
width: 100%;
height: 100%;
border: 0px blue solid;
background: url(../_img/bg1.gif) bottom right no-repeat;
}

table.core2 {
width: 100%;
height: 100%;
border: 0px blue solid;
background: url(../_img/bg2.gif) top right no-repeat;
}


table.idnav {
height: 100px;
padding-left: 17px;
}


div.hgd_id {
padding-top: 41px;
padding-left: 11px;
padding-bottom: 9px;
}


div.hgd_nav {
padding-left: 11px;
}


td.core_left {
width: 70%;
border: 0px blue dashed;
padding-left: 39px;
padding-bottom: 39px;
}


td.core_right {
width: 30%;
border: 0px red dashed;
padding-left: 39px;
padding-top: 25px;
padding-right: 25px;
}


span.standOut {
font-weight: bold;
}


p {
font-size: 11px;
line-height: 140%;
color: #666666;
margin-top: 25px;
}

p.second {
font-size: 11px;
line-height: 140%;
color: #666666;
margin-top: 25px;
font-style: italic;
}

p.regular {
font-size: 11px;
line-height: 140%;
color: #666666;
margin-top: 0px;
}



div.image_credit{
width: 250px;
border: 0px blue solid;
clear: both;
}


div.spacer{
height: 150px;
border: 1px blue solid;
}



p.credit {
line-height: 120%;
color: #666666;
margin-top: 5px;
margin-bottom: 5px;
font-size: 10px;
}


ul {
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
margin-left: 30px;
line-height: 140%;
font-size:11px;
color: #666666;
}



p.top {
margin: 0px;
padding-left: 10px;
font-size:11px;
}



.highlight {
color: #ffffff;
background-color: #b17ab1;
}

