/* positioning page elements */

body	{
	overflow: hidden;
	background-color: #111155;
	background-image: url(images/background1b.jpg);

}

#titlebox   {
		position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 42px;
                margin: 0px;
                padding: 0px;
}
                
#navbox     {
		position: absolute;
		top: 42px;
		left: 0px;
		height: 92%;
		margin: 0px;
		padding: 0px;
}

#tabbox1 {
	position: absolute;
	top: 42px;
	left: 85px;
	width: 706px;
	height: 65px;
	margin-left: 0px;
	padding-left: 4px;
	background-color: White;
}

#contentbox {
	position: absolute;
        top: 42px;
        left: 85px;
        width: 90%;
        height: 92%;
        margin: 0px;
        padding: 0px;
        overflow: auto;
}

#contentbox2 {
	position: absolute;
        top: 42px;
        left: 85px;
        width: 710px;
        height: 92%;
        margin: 0px;
        padding: 0px;
        overflow: auto;
}
#contentboxlhs {
	position: absolute;
	top: 105px;
	left: 85px;
	width: 706px;
	height: 81%;
	padding-left: 4px;
	background-color: White;
	overflow: auto;
}			 
					 			                
#contentboxrhs {
	position: absolute;
	top: 42px;
	left: 791px;
	height: 92%;
	width: 40%;
	height: 91%;
	padding-left: 4px;
	background-color: transparent;
	overflow: hidden;

}	

.contentboxrhs {
	font: "times new roman";
	color: white;
}				 
		 					 
.whitefont {
	font: "times new roman";
	color: white;
}	               
 
