/*

ANTRIM CASKEY
www.antrimcaskey.com

ORG, inc.
www.o-r-g.com

27 May 2004

*/





BODY {

	padding: 20px 0px 60px 10px;
	font-family: verdana, arial, geneva, sans;
	font-size: 10px;
	line-height: 13px;
	background-color: #003300;
	color: #00EE00;
	/* overflow: hidden; */
}


a:link		{color: #00EE00; text-decoration: none;}
a:visited	{color: #00EE00; text-decoration: none;}
a:active 	{color: #00EE00; text-decoration: none;}
a:hover {

	/* Regular Highlight */
	color: #003300; 
	text-decoration: none; 
	background-color: #00CC00;
}


.panel {
	position: absolute;
	padding: 0px 0px 60px 0px;
	/* overflow: auto; */
	top: 40px;
}






/* CURRENTLY Selected */

.selectTRU {

	/* Stronger Highlight */
	display: block;
	color: #003300;
	background-color: #00EE00; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.selectTRU:hover {

	/* The SUPER Highlight */
	text-decoration: none; 
	color: #003300; 
	background-color: #00BB00;
}







/* NON Selected */

.selectFAL {

	display: block;
	color: #00EE00;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.selectFAL:hover {

	/* Regular Highlight */
	color: #003300; 
	text-decoration: none; 
	background-color: #00BB00;
}










.selectSUB {
	color: #11DD33;
}


.thumbnail {

	/* margin: 0px 7px 7px 0px; */
	margin: 0px 0px 7px 0px;
	background-color: #005500;
}
.thumbnail:hover {

	background-color: #006600;
}

TD {
	font-family: verdana, arial, geneva, sans;
	font-size: 10px;
	line-height: 13px;
	color: #00FF00;
}


.popBackground {
	background-color: #003300; }



/* http://archivist.incutio.com/viewlist/css-discuss/33959 */
/* Sent by Scott Schumpert on 18 November 2003 21:09 */

html, body {
height : 100%;
}

body {
height : 100%;
margin : 0;
padding : 0;
}

html > body {
height : 100%;
min-height : 100%;
}

#wrapper {
margin : 0;
padding : 0;
height : 100%;
}

