@import url("../../css/monkeystyle.css");


/* change anything but the background color*/

body,td,th {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* change background image only - do not change size */

#design_window {
	background-image:url(../../images/green/main.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:1;
}

/*everything from here down can be changed */

#content_title {
	position:absolute;
	left:86px;
	top:207px;
	width:552px;
	height:44px;
	z-index:3;
	background-image: url(../../images/green/title_index.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#screenthumbs {
	position:absolute;
	left:54px;
	top:179px;
	width:463px;
	height:76px;
	z-index:7;
}

#content {
	position:absolute;
	left:147px;
	top:249px;
	width:318px;
	height:122px;
	z-index:4;
	overflow: auto;	
	color:#003300;
	font-size: 11px;
}

#navigation {
	position:absolute;
	left:52px;
	top:35px;
	width:320px;
	height:15px;
	z-index:5;
}

#subnavigation {
	position:absolute;
	left:55px;
	top:396px;
	width:320px;
	height:15px;
	z-index:5;
}

#logo {
	position:absolute;
	left:480px;
	top:108px;
	width:231px;
	height:23px;
	z-index:6;
	background-image: url(../../images/green/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color:#99FF99;
	text-decoration: none;
}

a:hover {
	color:#99FF00;
	text-decoration: none;
}

/*scrolling layer controls */
#divUpControl {
	position:absolute;
	left:105px;
	top:277px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../../images/green/scroll_upbg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#divDownControl {
	position:absolute;
	left:105px;
	top:343px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../../images/green/scroll_downbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#divContainer {
	visibility: hidden;
	overflow: hidden;
	clip: rect(0px 442px 375px 0px);
	position:absolute;
	left:147px;
	top:272px;
	width:360px;
	height:99px;
	z-index:4;
	color:#003300;
	font-size: 11px;
	text-align: justify;	
}

#divContent {
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}

.subheading {
	font-size: 12px
}

