
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #616161;
	color: #666; 
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family:Georgia, "Times New Roman", Times, serif;  
	font-size: 100.01%;
	min-width: 700px; 
	}

#wrapper {
	margin: 8px auto;
	padding:0;
	width: 700px; 
	position: relative; 
	background-color: #fff;
	text-align: left;
	}

#banner {
	background-image: url(../images/BGS_head_abs3.jpg);
	background-repeat: no-repeat;
	width: 700px;
	position: relative; 
	height: 130px;
	}
/*#banner .right {
	float: right;
	}*/
#banner #textcontainer {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color:#FFFFFF;
	}
#logo {
 	position:absolute;
	top: 70px;
	left: 20px;
	width: 198px;
	height:60px;
	background-image: url(../images/logo.gif);   
	background-repeat: no-repeat; 
	z-index: 100;
	}
#navigation {
	float:left;
	background-color: transparent;
	margin-left: 20px;
	padding-top: 47px;
	line-height: 100%;/* helps out IE 5.01 pc */
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#666;
	font-weight: normal;
	}

.first {
	border-top: 1px solid #000; 
	}

#navigation ul {
	background-color: transparent;
	list-style-type: none;
	padding: 0;
	margin: 0 0 60px 0;
	}

#navigation ul a {
	display: block;
	width: auto;
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: solid #333 1px;
	color: #333333;	
	text-decoration: none;
	}
 
#navigation ul li {/*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01*/
	padding: 0;
	margin: 0; 
	margin: 0 0 -3px 0; /*This takes the 3px off the margin in IE 5.01 - IE 5.5 cannot see this hack so stays with the 0 value from the last margin property*/
	ma\rgin: 0;/* IE 5.01 and IE5.5 cannot see this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f if it does it will be seen as a hex character and the hack will fail*/
	background-color: #FFF;
	}
#navigation a {
	text-indent: 2.4em;	
	}
#navigation a:visited {
	color: #666; 
	display: block;
	text-decoration: none; 
	width: 198px;/* sets the width for IE5.x*/
	w\idth: 198px;/*resets the width for IE6 and compliant browsers */
}

#navigation #current{
    background-color: #CFEDFF
	}

#navigation a:hover, #navigation a:focus {
	background-color: #99BADD; 
	color: #fff;
	}

#pic {
	margin: 10px 0 10px 0;
	}

#navigation h3 {  
	font-size:1.06em;
	font-weight: 300;
	line-height: 120%;
	color: #666;
	margin: 0;
	}

#navigation h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 120%;
	color: #666666;
	margin: 0 0 20px 0;
	}
	
#navigation img{
    margin: 10px 0 6px 0;
	}
#breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-bottom: 26px;
		
	}
	
#content {
	background-color: transparent;
	width: 454px;
	margin-left: 245px; 
	/*padding-top:40px;*/ /*IE6*/
	padding-bottom: 15px;
	margin-bottom: 40px;
	/*margin-top: 36px;*/ /*pga breadcrumbs*/
	}

#content h1 h2 h3 h4 h5 h6{
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding-top: 10px;
	color: #666;
	margin: 0;
	}
#content h1 {
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom:0.3em;
	}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom:0.3em;
	}
#content h3 {
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom:0.3em;
	}
#content h4 {
	font-size: 1.15em;
	font-weight: 600;
	}
#content h5 {
	font-size: 1em;
	font-weight: 600; 
	margin-bottom: .3em;
	}
#content h6 {
	font-size: 0.86em;
	font-weight: 600;
	font-variant: small-caps;
	letter-spacing: 0.8px;
	}
#content p {
	margin: 0 0 .5em 0; 
	padding: 0 25px 0 0;
	font-size: 0.76em;
	line-height: 160%;
	color: #666;
	}

#content ol,  #content ul{
	margin: 0 0 0 12px;
	padding: 0px 24px 8px 0;
	font-size: 0.74em;
	line-height: 140%;
	color: #666;
	list-style-type: none;
	}
#content li {
	margin: 0 0 0 15px;
	padding: 0 0; 
	font-size: 100%;
	line-height: 140%;
	}
	
#content dl {
	margin: 0 0 0 12px;
	font-size: 0.76em;
	color: #666;
	}
#content dt {
	margin: 0 0 10px 10px;
	}
#content dd {
	margin: 0 0 10px 46px;
	
	}
#content a:link, #content a:visited{
	color: #0066FF; 
	background-color: transparent;
	}
#content a:hover, #content a:focus{
	background-color: #FFCC00;
	color: #000;
	text-decoration: none;
	}
#content .left {
	float: left;
	margin: 5px 20px 2px 0;
	border: 1px solid #000;
	}
#content .right {
	float: right;
	margin: 5px 0 2px 20px;
	border: 1px solid #000;
	}

#footer {
	background-color: #99BADD;
	width: 700px;
	border-top: 1px solid #3366FF;
	font-size: 0.7em; 
	text-align: center;
	clear: both; /*left; */
	margin-top: 10px; 
	}
#footer p {
	background-color: #99BADD;
	padding: 4px 4px 4px 10px;
	margin: 0;
	color: #000;
	}
#footer p.designer {
	background-color: #101B4C;
	padding: 4px 4px 4px 10px;
	margin: 0;
	color: #777;
	border-top: 1px solid #000;
	}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
	}

* html #navigation {
	margin-left: 10px;
	}

* html #content{
	width: 450px;
	margin-left: 240px; 
	}
