@import url("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/blue/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:108px;
	top:212px;
	width:347px;
	height:60px;
	z-index:3;
	background-image: url(../images/blue/title_index.gif;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/blue/title_index.gif);
}

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

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

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

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

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

a:hover {
	color:#0000ff;
	text-decoration: none;
	
}

#divContent a:link {
	color: #6699CC;
	text-decoration: none;
}

#divContent a:visited {
	color:#006699;
	text-decoration: none;
}

#divContent a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#divUpControl {
	position:absolute;
	left:75px;
	top:273px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../images/blue/scroll_upbg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#divDownControl {
	position:absolute;
	left:75px;
	top:312px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../images/blue/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:114px;
	top:275px;
	width:318px;
	height:122px;
	z-index:4;
	color:#006666;
	font-size: 11px;
	text-align: justify;	
}

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

.subheading {
	font-size: 12px;
	color: #FFFFFF;
}
