body, html {
 margin:0;
 padding:0;
 /*background:#F5F5EB;*/
}

body {
 /*text-align: center;  centers the layout in IE 5x - needs to be reset in p_container */
 font-family: "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;
 color: #7D7D7D;
}

a img { border: 0;}

ul,li {
 list-style-type:none;
}

#topnav {
 display: none;
}

ul#nav {
 display: none;
}

#search {
 display: none;
}
#home_atrisklink {display:none}
#home_rightcol ul {display:none}
#rightcol {display:none}

#leftcol ul.subnav {display:none}

#footer img {display:none}
#footer p {
 padding:5px;
 margin:0;
 font-size: 9px;
 color: #8C8C8C;
 line-height: 13px;
 text-align: center;
}

#footer a {
 text-decoration: none;
 color: #8C8C8C;
}

#footer a:hover {
 text-decoration: underline;
}


h1 {
 font-weight: bold;
 font-size: 15px;
 color: #232F84;
 padding: 0px 10px 3px 0px;
 margin: 0;
}

h2 {
 font-weight: bold;
 font-size: 11px;
 color: #000;
 padding: 3px 10px 7px 0px;
 margin: 0;
}

p {
 font-size: 11px;
 padding: 0px 10px 7px 0px;
 margin: 0;
 color: #696969;
 line-height: 16px;
}

ul {
 padding: 0px 10px 10px 0px;
 margin: 0;
 font-size: 11px;
 color: #696969;
}

ul li {
 padding: 4px 10px 0px 12px;
}

ul li.title { /* used for list titles only */
 margin: -4px 10px 0px -12px;
}



/****
GLOSSARY
-------------------------*/
#ttl_glossary {
 font-family: "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-weight: bold;
 /*padding: 0pc 0px 0px 10px;
 margin: 0;*/
 font-size: 11px;
 color: #F38F1D;
}

#ttl_glossary a {
 color: #F38F1D;
 text-decoration: none;
}


#ttl_glossary a:hover {
 text-decoration: underline;
}


#TJK_DL {
 font-family: "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-weight: bold;
 /*padding: 0px 0px 10px 10px;
 margin: 0;*/
 font-size: 11px;
 color: #F38F1D;
}


/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
margin:0;
padding:0;
} 

/* margin for the DTs (shorthand) */
#TJK_DL dt {
/*margin:7px 0;*/
}

/* image and left padding for DDs */
#TJK_DL dd {
 padding: 2px 0px 4px 0px;
 background: #F7FCFE;
 font-weight: normal;
 color: #7D7D7D;
 text-align: left;
 font-size: 9px;
}

/* styling all anchors in the DTs */
#TJK_DL dt a {
background: 0 50% no-repeat;
 /*padding-left:10px;*/
 font-family: "Lucida Grande", Tahoma, Arial, Verdana, Helvetica, sans-serif;
 color: #F38F1D;
 font-weight: normal;
 font-style: italic;
text-decoration:none;
}
#TJK_DL dt a:visited {
color:#F38F1D;
}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
text-decoration: underline;

}
/* the + and - gif in the anchors   
#TJK_DL .DTplus a {
background-image:url(../img/toggle_plus.gif)
}
#TJK_DL .DTminus a {
background-image:url(../img/toggle_minus.gif)
}

#TJK_DL .showDD {
position:relative;
top:0
}
#TJK_DL dd,.hideDD{
top:-9999px;
position:absolute
*/



