body{
  	width: 760px;
	margin: 0 auto;
}

#wholepage{
	position: relative;
	width: 760px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: absolute;
	width: 760px;
}

#mastheadbase{
	position: absolute;
	width: 760px;
	height: 16px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 7pt;
	background-color: #79348D;
	padding-top: 2px;
	top: 96px;
}

#leftContentTop{
	position: absolute;
	top: 125px;
	width: 230px;
	background-color: #f5d7ff;
	padding: 10px;
}

#leftContentBottom{
	position: absolute;
	top: 435px;
	width: 230px;
	height: 110px;
	padding: 10px;
	background-color: #f5d7ff;

}

#centreGraphics{
	position: absolute;
	width: 300px;
	left: 260px;
	top: 124px;
}

#introText{
	position: absolute;
	width: 270px;
	left: 270px;
	top: 395px;
}

#rightContent{
	position: absolute;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	overflow: visible;
	background-image: url(../images/rightBack.jpg);
	left: 561px;
	top: 124px;
}

#siteInfo{
	position: absolute;
	top: 597px;
	margin: 0 auto;
	color: #999999;
	font-family: Verdana,Arial,sans-serif;
	font-size: 7pt;
	border-top-color: #79348D;
	border-top-width: 2px;
	border-top-style: solid;
	text-align: center;
	width: 760px;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#translation{
	position:absolute;
	width:200px;
	height:20px;
	left: 560px;
	top: 566px;
}

#Contact{
	position:absolute;
	width:66px;
	height:15px;
	left: 690px;
	top: 98px;
}

/************* #text styles ***************/

.latestNews{
	color: #666666;
	font-size: 7pt;
	padding-right: 10px;
}

.bodyText{
	font-family: Verdana,Arial,sans-serif;
	color: #434244;
	font-size: 7pt;
	font-variant: normal;
}

.heading{
	color: #7228A7;
	font-weight: bold;
	text-align: justify;
}

.introText{
	color: #434244;
	text-align: justify;
}

.search{
	font-family: Verdana,Arial,sans-serif;
	color: #999999;
	font-size: 9pt;
}

p{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a:link, a:visited, a:hover{
	color: #7228A7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

.textOnlyLink:link{
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold; 
	text-decoration: none;
}

.textOnlyLink:visited {
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

.textOnlyLink:hover {
	font-size: 7pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	
}

.contactLink:link{
	font-size: 7pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.contactLink:visited{
	font-size: 7pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.contactLink:hover {
	font-size: 7pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}


/************* #search styles ***************/

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#searchBox{
	position:absolute;
	width:200px;
	height:40px;
	z-index:1;
	left: 560px;
	top: 125px;
}
