
html,body
{
margin:0;
font-size: .75em;
font-family: arial,helvetica,sans-serif;
color: #000080;
border: 10px solid #EEF2F5;
background:#EEF2F5;
}

div#container {
	width: 755px;
	margin: 0 auto 0 auto;
	border-right-style: solid; border-left-style: solid; 
  border-right-width: 2px; border-right-color: #EEF2F5;
  border-left-width: 2px; border-left-color: #EEF2F5;
	background:#fff;
}

/*Header format*/
div#banner
{
height:75px;
padding-top: 0.5em;
color: #fff;
background-color: #000080;
/*border-bottom: 1px solid #000;*/
/*vertical-align:text-bottom;*/
font-size: 80%; 
}

/*First line of header text*/
div#banner h1
{
margin: 0;
padding: 0 0 .3em .5em;
font-size: 3em;
font-weight: normal;
}

/*Second line of header text*/
div#banner h2
{
margin: 0;
padding: .3em 0 .6em 1.2em;
font-size: 1.5em;
font-weight: normal;
}

/*Center column*/
div#content
{
margin: 0 2px 0 2px;
background-color:#fff;
line-height: 150%;
padding:0 10px 0 10px
} 
/*Title of each page*/
div#content h2
{
font-size: 1.75em;
margin: 0;
padding-top: 1.5em;
padding-bottom: 0.3em;
font-weight: normal;
}

/*inserted by PRC as hack to get rid of gap at top of content column*/
		div#content h6
		{
		margin: 0;
		
		text-align:center;
		font-size: 1em;
		font-style:normal;
		font-weight:normal;
		}


img#floatright {float: right; margin: 0 10px 0 10px;
}

img#floatleft {float: left; margin: 0 10px 0 10px;
}

/*to centralise a paragraph like a diagram description*/
p.center {text-align:center;}

/*footer paragraph hack to get rid of background under center column*/
p.footer {background-color:#EEF2F5;text-align:center;}

/*Each Page title has this form*/
h2 {font-size:120%;font-style:normal;font-weight:bold;text-align:left;}

h4 {font-style:normal;font-weight:bold;text-align:left;}
/*h4 is h3 with align to left for Glossary pages*/

/*for div#more title only*/
p.h4more {padding:0.5em 0 0 0;font-size:130%;font-style:normal;font-weight:bold;color:#000080;text-align:center;} 

/*for div#navigation title only*/
p.h4w {padding:0.5em 0 0 0;font-size:130%;font-style:normal;font-weight:bold;color:white;text-align:left;} 

/* paragraph titles*/
h5 {text-align:left;}


hr {height:1px; shade:noshade; color:#676767;}


a:link {color: blue;}
a:visited {color: #CC0066}
a:hover {color: red}
a:active {color: #0000FF}
 
a.list:link {color: #ffffff}
a.list:visited {color: #CCCCCC}
a.list:hover {color: red}
a.list:active {color: #0000FF}



-->
</style>

</HTML>
