/* Tag Defaults */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 20px 0px 20px 0px;
}

H1 {
	font-size: 22px;
	
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

H2 {
	font-size: 16px;
	
	margin: 4px 0px 4px 0px;
	border-bottom: dotted 1px black;
}

UL {
	margin: 0px 0px 0px 20px;
}

LI {
	list-style-image:url(../images/list_content.gif);
}

P {
	font-size: 11px;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
}

TD {
	font-size: 11px;
}

A:link    { font-size: 11px; color: #B59900; text-decoration: none }
A:visited { font-size: 11px; color: #B59900; text-decoration: none }
A:hover   { text-decoration: underline }

toolbar.A:link    { color: #727272; font-size: 10px; font-weight: bold; text-transform: uppercase; }
toolbar.A:visited { color: #727272; font-size: 10px; font-weight: bold; text-transform: uppercase; }
toolbar.A:hover   { color: #000000; }

/* Classes */

DIV.header {
	width: 616px;
	height: 134px;

	background-image: url(../images/header_homepage.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

TABLE.content {
	border-collapse: collapse;
	margin: 10px 0px 0px 0px;
}

TD.content {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

TD.toolbar {
	width: 215px;
	vertical-align: top;
	padding: 10px 0px 25px 7px;
}

TD.toolbar UL {
	margin: 8px 0px 0px 12px;
	padding: 0px 0px 0px 12px;
}

TD.toolbar UL LI {
	list-style-image:url(../images/list_toolbar_tier1.gif);
}

TD.toolbar UL LI UL {
	margin: 4px 0px 8px 6px;
	padding: 0px 0px 0px 6px;
}

TD.toolbar UL LI UL LI {
	list-style-image:url(../images/list_toolbar_tier2.gif);
}

TD.toolbar A:link    { color: #727272; font-size: 10px; font-weight: bold; text-transform: uppercase; }
TD.toolbar A:visited { color: #727272; font-size: 10px; font-weight: bold; text-transform: uppercase; }
TD.toolbar A:hover   { color: #000000; }

TD.portal {
	padding: 10px 7px 0px 0px;
	vertical-align: top;
}

TD.portal TABLE {
	border: none;
	margin: 4px 0px 16px 0px;
}

TD.portal TD {
	vertical-align: top;
}

TABLE.footer {
	width: 750px;
	color: #B59900;
}

table.content_body {
	color: #7F7F7F;
	font:  "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}


tr.on {
	background-color: #F7F7F7;
	color: #666
}

tr.off {
	background-color: #FFFFFF;
	color: #666234234
}

tr.active {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;	
}

tr.header {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;	
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -2000px;
border: 0px ;
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: -20;
left: -10px; /*position where enlarged image should offset horizontally */

}

