BODY {	
	background-color: #FFFFFF;
	font-family: arial;	
	color: #000000;
	font-size:8pt;
	background-image:url("../images/head.jpg");
}
.button {
	margin-top:0px;
	/*border: solid 1px;*/
	cursor: pointer;
	/*background-color: white;*/
	padding: 3px;
	font-size:9pt;
}

.buttonbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
}

.buttoncontainer{
	padding: 4px;
}

.searchcontainer
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:9pt;
}

/* background of the search container, to make it readable when it's position over other objects. */
.searchcontainer table
{
	background-color:'';
}

.searchtext
{
	font-size:8pt;
	visibility:hidden;
	height:40px;
}

.searchfield
{
	width: 225px;
}

.logo
{
	position: absolute;
	top: 9px;
	left: 269px;
}

.pathcontainer{
	position: absolute;
	top: 114px;
	left: 269px;
	color: #ffffff;	
}

.headerbar {
	background-color:'';
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 17px;
	font-size:8pt; /* Height of the bar is subject to font-size */
}

.title {
	position: absolute;
	/*margin-top: 51px;*/
	top: 75px;
	left: 280px;
	font-size:20pt;
	color: #FFCC00;
}

div#ou_link {
	position:absolute;
	float:left;
	top: 0px;
	left: 50px;
	/*border: solid 1px green;*/
	width: 200px;
	height: 30px;
	cursor: pointer;
}

div#rdmc_link {
	position:absolute;
	float:left;
	/*border: solid 1px red;*/
	top: 35px;
	left: 0px;
	width: 270px;
	height: 50px;
	float:left;
	cursor: pointer;
}

div#ccc_link {
	float:left;
	position:absolute;
	/*border: solid 1px red;*/
	top: 5px;
	left: 50px;
	width: 155px;
	height: 80px;
	float:left;
	cursor: pointer;
}

div#edu_services_link {
	float:left;
	position:absolute;
	/*border: solid 1px red;*/
	top: 0px;
	left: 50px;
	width: 175px;
	height: 95px;
	float:left;
	cursor: pointer;
}

div#path {
	position: absolute;
	left: 40px;
	right: 30px;
	height: 40px;
	width: 94%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 8pt;
	overflow: hidden;
	/*border: solid 1px white;*/
}

div#path a{
	text-decoration: none;
	font-size: 8pt;
	color: #ffffff;
}

div#left_button {
	font-size: 8pt;
	cursor: pointer;
	position:absolute;	
	float:left;
	left:10px;
	color: black;
}

div#right_button {
	font-size: 8pt;
	cursor: pointer;
	position:absolute;
	float:right;
	right:10px;
	color: black;
}

