/* CSS Document */

body{
	margin: 0px;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #d4c382;
	SCROLLBAR-HIGHLIGHT-COLOR: #aaaaaa;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ED3311;
	SCROLLBAR-TRACK-COLOR:#c1a083;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	background-image: url(../assets/images/bak1.jpg);
	background-repeat: repeat-x;

}

/* Layer Styles */

#Layer1 {
	position:relative;
	left: 0px;
	top: 5px;
	height: 580px;
	width: 950px;
	visibility: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	z-index:50;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
}


#Layer2 {
	position:absolute;
	left:0px;
	top:121px;
	width:100%;
	height:25px;
	z-index:2;
	border: 1px none #CCCCCC;	
}


#Layer3 {
	position:absolute;
	left:163px;
	top:145px;
	width:770px;
	height:420px;
	z-index:3;
	overflow: auto;
	padding: 5px;
}

/* layers 31 and 32 added to display results side by side*/

#Layer31 {
	position:absolute;
	left:5px;
	top:125px;
	width:350px;
	z-index:4;
	padding: 5px;
}

#Layer32 {
	position:absolute;
	left:365px;
	top:125px;
	width:300px;
	z-index:5;
	padding: 5px;
}

/* layer 33 added to display results side by side but in single layer*/

#Layer33 {
	position:absolute;
	left:5px;
	top:125px;
	width:450px;
	z-index:4;
	padding: 5px;
}

 style added to test change of property 
	   
#sl {
	display: none;
}
	   
#Layer4 {
	position: absolute;
	left: 4px;
	width: 182px;
	top: 154px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-position: top;
	height: 300px;

}

#Layer5 {
	position:absolute;
	left:80px;
	top:12px;
	width:327px;
	height:26px;
	z-index:1;
}

#MenuPos {
	position: absolute;
	width: 100%;
	left: 0;
	height: 22px;
	top: 10px;
}

#banner {
	position:absolute;
	left:0px;
	top:2px;
	width:933px;
	height:105px;
	z-index:3;
	overflow: auto;
	padding: 5px;
}

#Layer7
 {
	position:absolute;
	left:195px;
	top:161px;
	width:737px;
	height:365px;
	z-index:100;
	overflow: auto;
	padding: 5px;
}

#Layer8
 {
	position:absolute;
	left:189px;
	top:162px;
	width:743px;
	height:402px;
	z-index:100;
	overflow: auto;
	padding: 5px;
}


/* text - font styles */

.maintext1 {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #7a3d09;
	text-align: left;
	white-space: normal;
}

.maintextpadleft {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	white-space: normal;
	padding-left: 5px;
}

.maintextresults {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #24498f;
	text-align: left;
	white-space: normal;
	background-color: #FFFFFF;
	padding-left: 25px;
}

.maintextresults_right {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #24498f;
	text-align: right;
	white-space: normal;
	background-color: #FFFFFF;
	padding-left: 1px;
}

.maintext_bold_blue {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #1D5294;
	text-align: left;
}

.maintext1_centred_blue {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #1D4F8E;
	text-align: center;
}

.under_text {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
}


.leftwindow {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: normal;
	color: #666666;
}

.text_mid {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
}

.large_text {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #666666;
}

.page_heading1 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #dc591e;
	text-align: left;
}

.maintext_centred {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
	text-align: center;
}

.white1 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.officetext {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 75%;
	text-align: center;
	color: #24498f;
}


/* Navigation and link font styles */
a.maintextresults:link {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #24498f;
	text-align: left;
	white-space: normal;
	background-color: #FFFFFF;
	padding-left: 25px;
}

a.maintextresults_right:link {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #24498f;
	text-align: right;
	white-space: normal;
	background-color: #FFFFFF;
}

a.midpagebrightlinks:link{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}

a.midpagebrightlinks:visited  {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}

 a.midpagebrightlinks:hover {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #067203;
	text-decoration: underline;
}

.midpagebrightlinks {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #0000FF;
	text-decoration: none;
		}
		


a.midpagelinks:link{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c8a001;
	text-decoration: none;
}

a.midpagelinks:visited  {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #c8a001;
	text-decoration: none;
}

 a.midpagelinks:hover {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #067203;
	text-decoration: none;
}

.midpagelinks {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #c8a001;
	text-decoration: none;
		}
		
a.boldlinks:link{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1D5294;
	text-decoration: none;
}

a.boldlinks:visited  {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C14732;
	text-decoration: none;
}

 a.boldlinks:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.boldlinks {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #1D5294;
	text-decoration: none;
		}
		
a.bottomlinks:link{
	font-family: "Trebuchet MS";
	font-size: 6pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

a.bottomlinks:visited  {
	font-family: "Trebuchet MS";
	font-size: 6pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}

 a.bottomlinks:hover {
	font-family: "Trebuchet MS";
	font-size: 6pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0033CC;
	text-decoration: none;
}

.bottomlinks {
	font-family: "Trebuchet MS";
	font-size: 6pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
		}
		
	
a.officelinks:link{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7a3d09;
	text-decoration: none;
}

a.officelinks:visited  {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7a3d09;
	text-decoration: none;
}

 a.officelinks:hover {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #067203;
	text-decoration: none;
}

.officelinks {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #7a3d09;
	text-decoration: none;
		}
		
	
a.bold_centred_links:link{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7a3d09;
	text-decoration: none;
	text-align: center;
	margin-top:10px;
}

a.bold_centred_links:visited  {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7a3d09;
	text-decoration: none;
	text-align: center;
	margin-top:10px;
}

 a.bold_centred_links:hover {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #067203;
	text-decoration: none;
	text-align: center;
	margin-top:10px;
}

.bold_centred_links {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #7a3d09;
	text-decoration: none;
	text-align: center;
	margin-top:10px;
	}				
.maintext_centred2 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7a3d09;
	text-align: center;
}
.sub_page_head {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #067203;
}
.maintext_green {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #067203;
}
