html,body{
	margin:0;
	padding:0;
}
body{
	padding-top:145px;/*match height of fixed header*/
	margin-top:-145px;/*match height of fixed header*/
	padding-left:5px;/*match width of fixed sidebar*/
	margin-left:-5px;/*match width of fixed sidebar*/
	background:white;
}
#outer{
	margin-left:6px;/* match width (at least) of fixed sidebar (#left)*/
	position:relative;
	background:white url(../images/right_column_backg.jpg) no-repeat right top;
	background-image: url(../images/right_column_backg.jpg);
	/* border-left:1px solid #000; */
}
#centrecontent{
	padding-top:165px;/* matches height of fixed header to clear the content below it*/
	margin-right:160px/* clear right column*/
}
#header{
	position:fixed;/* for good browsers*/
	top:0;
	left:0;
	width:100%;
	height:145px;/* the height you want the header to be*/
	z-index:999;
}
#headerinner{/* header content goes inside here*/
	text-align:left;
	background:transparent url(../images/header_background.jpg) repeat-x left top;
	height:119px;/* match height of fixed header*/
	position:relative;
	z-index:999;
}

#menu{/* header content goes inside here*/
	text-align:left;
	background:transparent url(../images/menu_background.png) repeat-x left top;
	top: 119px;
	left:0;
	width: 100%;
	height:26px;/* match height of fixed header*/
	position:absolute;
	z-index:999;
	overflow:hidden;
}

#logo
{
	text-align:left;
	top: 0px;
	position: absolute;
}

#slogan
{
	text-align: center;
	top: 5px;
	left: 350px;
	position:absolute;
}

#calltoaction
{
	text-align:right;
	top: 0px;
	right: 0px;
	position: absolute;
}

#factoid
{
  	text-align: center;
	color: white;
	font-weight: bold;
	top: 10px;
	position: relative;
}

#rightaddress
{
	color: #3323B9;
	text-align: center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	top: 25px;
	position: relative;
}

#left{/* Bear in mind that as there is no height then scrollbars won't appear in IE and very small screens will be unable to reach the content of his fixed side - so keep content to a minimum */
	width:5px;
	position:fixed;/* for good browers */
	left:0;
	top:145px;
	bottom:58px;/* this will enable a vertical scrollbar to appear in good browsers*/
/* 	overflow:auto; *//* this will enable a vertical scrollbar to appear in good browsers*/
    overflow:hidden; /* or use this if you want to hide the overflow and stop scrollbars*/
}
#right{
	width:157px;	
	position:relative;
	float:right;
	padding-top:145px;/* match height of header*/
	padding-bottom:60px;/* match height of footer*/
}
#breadcrumbs {
	position:absolute;
	right:160px;
	top: 145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:999;
}
#breadcrumbs a:visited {color:black; text-decoration:none;}
#breadcrumbs a:link {color:black; text-decoration:none;}
#breadcrumbs a:hover {color:black; text-decoration:overline underline;}

#footer{
/*	height:58px;  */
	height: 30px;
	background:transparent url(../images/footer_backg.jpg) repeat-x left top;
	border-top:1px solid #000;
	position:fixed;
	bottom:0;left:0;
	z-index:999;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#footer td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#footer a:visited {color:black; text-decoration:none; font-size:9px;}
#footer a:link {color:black; text-decoration:none; font-size: 9px;}
#footer a:hover {color:black; text-decoration:overline underline; font-size: 9px;}

#clearfooter{/* to clear footer*/
	height:60px;
	clear:both;
}


/* ie only styles below */
/* mac hide \*/
* html, * html body{
	overflow:hidden;
	height:100%;
}
* html #left {position:absolute;}
* html #headerinner{margin-right:-159px;voice-family: "\"}\""; voice-family:inherit; }
* html #headerinner{margin-right:17px;}
* html #menu{margin-right:-159px;voice-family: "\"}\""; voice-family:inherit; }
* html #menu{margin-right:17px;}
* html #header{position:absolute;}
* html #outer {height:100%;overflow:auto;overflow-y:scroll}
* html #centrecontent{height:1%}

#centrecontent a:visited {color:#000000; text-decoration:none; font-size:12px; font-weight:bold;}
#centrecontent a:link {color:#000000; text-decoration:none; font-size:12px; font-weight:bold;}
#centrecontent a:hover {color:#000000; text-decoration:underline overline; font-size:12px; font-weight:bold;}

#centrecontent p, ul, ol, li, td, tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3323B9;
}

#centrecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#3323B9;
	font-weight:bold;
	margin-top: 0;
}

#centrecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#E35732;
	font-weight:bold;
}

#centrecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6AA3D0;
	font-weight:bold;
}

#centrecontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6AA3D0;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 10px;
}

#centrecontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#027055;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-decoration:underline;
}

.glossaryhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#027055;
	font-weight:bold;
	text-decoration:underline;
	
}


* html #footer{
	clear:both;
	margin-top:-59px;
	margin-right:17px;	
	position:relative;
	float:left;
	width:auto;
}
#indexpg
{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: black; 
text-decoration: none; 
}

.ghdr2
{ 
color: black; 
text-decoration: none; 
font-weight: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;   
}

.ghdr3 
{ 
color: black; 
text-decoration: none; 
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial;   
}
/* end hide */
