

/* mac hide\*/
html, body {/**/height:100%}
/* end hide */
body 
{
	padding:0;
	margin:0;
	margin-top: 50px;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Times, serif;
	/*color: #878787; Old text colour*/
	color: #4A4A4A; /*New text colour*/
	font-size:75%;
}
.boldred
{
	font-family: Verdana, Arial, Times, serif;
	color: #283898;
	font-size:11px;
	font-weight: bold; 
}
td
{
	font-family: Verdana, Arial, Times, serif;
	font-size:12px;
}
H1
{
	font-family: Verdana, Arial, Times, serif;
	color: #B80000;
	font-size:11px;
	font-weight: bold; 
}
.h1class
{
	font-family: Verdana, Arial, Times, serif;
	color: #B80000;
	font-size:16px;
	font-weight: bold; 
}
#outer
{
	/*height:100%;
	min-height:100%;*/
	width:/*760*/900px;
	/*
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	*/
	color: #4A4A4A;
	text-align:left;
	margin:auto;
	position:relative;
	/*background: url(images/left-background.jpg);background-repeat: y;
	background:  url(../images/outer-background.jpg) repeat-y center center;*/
	/* If we need gap just before the footer remove the above background*/
	position:relative;
	background: url('../images/vertical_line.jpg');
	background-repeat: repeat-y; 
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:900px;/*760*/	
	/**/padding-bottom:200px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:900px;/*760*/
	height:159px;/*109*/
	border-left:0px solid #2A3797;
	border-right:0px solid #2A3797;
	border-bottom:0px solid #E4E4E4;
	overflow:hidden;
	color: #000000;

}
#subheader{
	position:absolute;
	top:155;
	left:0px;
	width:760px;
	height:20px;
	border-left:0px solid #2A3797;
	border-right:0px solid #2A3797;
	border-bottom:0px solid #E4E4E4;
	border-top:0px solid #E4E4E4;
	overflow:hidden;
	color: #000000;
	z-index:90;
}

#left {
	
	position:relative;/*ie needs this to show float */
	width:223px;
	padding-left:0px;	
	float:left;
	padding-top:170px;/*needed to make room for header*/
	padding-bottom:25px;
	z-index: 100;
}
#left p {padding-left:0px;padding-right:0px}
#left_nav{list-style-type: none; margin-left: 0px;}

#footer 
{
	width:900px;/*760*/
	clear:both;
	height:25px;
	
	/*
	left:0;
	bottom:0;
	position: absolute;
	*/
	/*border-top:1px solid #C9CBCC;
	border-bottom:0px solid #2A3797;
	background:  url('../images/footer_bg_small.jpg') repeat-x center center;
	font-family: Arial, Times, serif;
	letter-spacing: -0.5px;
	font-size: 80%;*/
}
* html #footer 
{/*only ie gets this style*/
	\height:25px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
{
	position: relative; 
	top: 180px;
	width:/*555*/660px;
	float:left;
	padding-right:12px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}
#centrecontent p 
{
	/*padding-left:3px;
	padding-right:3px;*/
}

#clearfooter /* to clear footer */
{
	width:100%;
	height:25px;
	clear:both;
} 

#centrecontentsubpage p {padding-left:3px}

#clearfootersubpage {width:100%;height:25px;clear:both} /* to clear footer */

.footertext
{
	color:#fff;
	font-weight: bold; 
	font-family: Verdana, Arial, Times, serif;
	font-size: 70%;
	text-align: right; 
	text-transform: uppercase;
}
div.pic {width:200px;text-align:center;position:relative;float:left;}
div.pic2 {width:200px;text-align:center;position:relative;float:right;}
.blacksmall
{
	color: #000000;
	font-weight: bold; 
	font-family: Verdana, Arial, Times, serif;
	font-size: 65%;
}

.border
{
border-bottom:5px solid #E4E4E4;
}

a.links:link{color:#34459E;font-weight: bold; font-family: Verdana, Arial, Times, serif;font-size: 85%;text-align: right;text-decoration:none; }
a.links:visited{ color:#34459E;font-weight: bold; font-family: Verdana, Arial, Times, serif;font-size: 85%;text-align: right;text-decoration:none;  }
a.links:hover{ color:#B0B2B4;font-weight: bold; font-family: Verdana, Arial, Times, serif;font-size:85%;text-align: right;text-decoration:none; }


a.footerlinks:link{color:#B0B2B4;font-weight: bold; font-family: Arial, Times, serif;font-size: 100%;text-align: right;text-decoration:none; }
a.footerlinks:visited{ color:#B0B2B4;font-weight: bold; font-family: Arial, Times, serif;font-size: 100%;text-align: right;text-decoration:none;  }
a.footerlinks:hover{ color:#B0B2B4;font-weight: bold; font-family: Arial, Times, serif;font-size:100%;text-align: right;text-decoration:underline; }

#right{float:right;}