body {
padding: 0;
margin: 0;
font: normal 13px/16px arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
line-height: 1em;
}

#content {
padding: 0 7px 0 3px;
margin: 0;
font: normal 13px/16px arial, helvetica, sans-serif;
}

#content h2 {
color: #006600;
background-color: #FFFFCC;
}

a {
color: #66f;
font: normal 13px/16px arial, helvetica, sans-serif;
text-decoration: none;
}

strong {
color: #060;
font-weight: bold;
}

#content a:visited {
color: #006600;
}

ul {
margin: 0 0 0 15px;
padding: 0;
list-style-position: inside;
}	

#menu {
width: 129px; /* set width of menu */
color: #6666FF;
font: normal 13px/16px arial, helvetica, sans-serif;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/*set borders on menus beyond first level*/
li.one {
border-right: solid 1px #DDDDDD;
border-top: solid 1px #DDDDDD;

}

li.two {
border-right: solid 1px #DDDDDD;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
padding: 0px 2px 0 2px;
color: #6666FF;
border-bottom: solid 1px #888888
}

#menu h2 {
text-align: center;
text-transform: uppercase;
background-color: #FFFFCC;
color: #006600;
}

#menu a {
text-decoration: none;
background: white;
}

#menu a:hover {
color: #060;
background-color: #ffc;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

table.main {
background: url('/images/middle.gif') repeat-y;
}

table.in {
background-color: #eee;
}

#disclaimer
{
	text-align: center;
	font: italic 13px/16px arial, helvetica, sans-serif;
}

#question
{
	color: #006600;
	font-size: 14;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

td.endchoices {
background: url('/images/almostbottom.gif');
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

td.toolkitHeader
{
background-color: #EEEEEE;
color: #66f;
font: normal 13px/16px arial, helvetica, sans-serif;
text-decoration: none;

}

table.toolkitHeader
{
border: 2px solid white;
}

tr.tkHeader
{
    background-color: #DDDDDD;
}

tr.tkItem
{
font: normal 13px/16px arial, helvetica, sans-serif;
}

a.CatHeading 
{
	font:  normal 20px/25px arial, helvetica, sans-serif;
	color: #006600;
	display: block;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
}

