/* Styling the page body **************************************/
body {
  background-color: #99CCCC;
  font-family: "Times New Roman", Times, serif;
  position: relative;
	min-width: 670px;
	width: 90%;
	margin: 2 auto;
	padding: 0;
	font-size: 12pt;
  text-align: center
}
 h1 {
font-size: 10pt;
text-align: center;
margin-left: 1;
margin-right:1;
color: #000000;
font-family: "MS Sans Serif", sans-serif;
}

h2 {
color:#003366;
text-align:justify;
font-size: 12pt;}

h3 {
font-size: 110%;
color: #FF0000;
text-align:
center;}


 /* Styling links **********************************************/

  /* Styling headings *******************************************/
#otherlinks {
width: 20%;
float: left;
margin-left: 1px;
text-align: center;
font-style: oblique;
color: ;
background-color: #FF0033
font-weight: bold;
}

#branding {
position: relative;
margin-bottom: 1px;
color:#330033;
text-align: center
}

#navigation {
	width: 20%;
	float: left;
	margin: 1;
	padding: 1;
	list-style: none;
	border-top: 1px solid #b5b5b5;

}

#main-content { width: 90%;
 float: centre;
  }
#images {
    clear: both;
    float: none;
    width:95% ;
    text-align:center ;
    padding: 1%;
  }


#footer{
align: centre;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000
}