<!-- 

body
{
margin:0;
font-size: .7em;
font-family: arial,helvetica,sans-serif;
color: #666;
border: 10px solid #fff;
background:#fff;
}

div#container {
width: 852px;
margin: 0 auto 0 auto;

background: #666;
}

/*Header format*/
div#banner
{
height:75px;
/*test line removal*//*padding-top: 0.5em;*/
 color: #fff;
/*test line removal*//*background-color: #000080; */
/*border-bottom: 1px solid #000;*/
background-image: url(banner-blue3short.gif); 
background-repeat: no-repeat;
/*border-bottom: 1px solid #000;*/
/*vertical-align:text-bottom;*/
font-size: 80%; 
}

/*First line of header text*/

div#banner h1 { margin: 0; padding: .3em 0 .3em .5em;
font-size: 2em; font-style: italic; } 


/*Second line of header text*/
div#banner h2
{
margin: 0; 
padding: 1em 0 .6em .7em;
font-weight: bold; 
font-style: italic;
font-size: 1.5em; 
}

/*Center column*/
div#content
{
margin: 0 1px 0 1px;
background-color:#fff;
line-height: 150%;
padding: 5px 10px 0 10px; 
} 

/*Title of each page*/ 
div#content h2 {
font-size: 1.30em; 
margin: 0; 
padding-top: 1.0em;
font-weight: bold; 
} 

/*inserted by PRC as hack to get rid of gap at top of content column*/

/* To centralise links at top and copyright para at bottom of content div*/
div#content h6
{
margin: 0;
text-align:center;
font-size: 1em;
font-style:normal;
font-weight:normal;
}

/*to make an image stay on the left*/ 
img.floatleft {
float: left; 
margin: 0 10px 0 0; 
} 

/*to centralise a paragraph like a diagram description*/
p.center {text-align:center;}


/*Each Page title has this form*/
h2 {font-size:120%;font-style:normal;font-weight:bold;text-align:left;}

/* paragraph titles*/
h5 {text-align:left;}


hr {height:1px; color:#676767;}


a:link {text-decoration: none; } 
a:visited {text-decoration: none; color: #CC0099} 
a:hover {text-decoration: none; color: red} 
a:active {text-decoration: none; color: #0000FF}
 
a.list:link {color: #ffffff}
a.list:visited {color: #CCCCCC}
a.list:hover {color: red}
a.list:active {color: #0000FF}



-->
