body {
  font-size: 0.8em;
}
h1 {
  font-size: 2em;
}
h2 {
  margin-top: 0.5em;
  font-size: 1.5em;
}
#layout-container  {
  background-color: #000099; /* dark blue background */
}
#header  {
  position: relative;
  background-color: #000099;
  padding-top: 10px;
  padding-bottom: 10px;
}
#logo {
  position: relative;
  z-index: 20;
  background-color: #000099;
}
#advert {
  position: absolute;
  top: 30px;
  border: 1px solid orange;
  right: 2%;
  z-index: 10;
}
#accessibility-link {
  position: absolute;
  top: 5px;
  color: #FFFFCC;
  right: 2%;
  font-size: 0.8em;
  text-decoration: none;
}
#accessibility-link:hover{
  text-decoration: underline;
}
ul#accesskey-list {
  list-style-position: inside;
}
#main-nav {
  background-color: #000099;
  width: 175px;
}
#main-nav ul, #main-nav img {
  text-align: center;
  display: block;
  margin:  auto;
}
#main-nav li {

}
#main-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px!important;
  font-weight: bold;
  line-height: 20px;
  vertical-align: top;
  display: block;
  background-image: url(/images/navbar/rollover_css.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  margin: 4px 0;
  white-space: nowrap;
}
#main-nav a:hover {
  background-image: url(/images/navbar/rollover_css_f2.gif);
  text-decoration: none;
}
#main-nav a:active {
  color: #FFFFCC;
  background-image: url(/images/navbar/rollover_css_f3.gif);
}
#main-nav a.onchosenpage {
  color: #FFFFCC;
  background-image: url(/images/navbar/rollover_css_f3.gif);
}
#main-nav hr {
  width: 90%;
  height: 1px;
  color: white;
  margin: 0 auto;
}
#cetphoneno, #add-this a img {
  display: block;
  margin: 4px auto;
}
.nav-padding {
  padding-top: 25px;
  padding-bottom: 15px;
}
#add-this {
  width: 175px;
}
#add-this a, #add-this a:hover, #add-this a:visited, #add-this a:active {
  background-image: none;
}
#curve-area-top  {
  margin-left: -20px;
  background-color: transparent;
  width: 20px;
}
#curve-area-bottom  {
  background-color: transparent;
  margin-left: -20px;
}
/* Fix IE7 lineheight bug */
#curve-area-bottom img {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: bottom;
}
#main-content  {
  position: absolute;
  padding-left: 20px;
  color: #000099;
  left: 175px;
  right: 2%;
  top: 0;
  background-color: #FFFFCC; /* light yellow background */
}
#main-content p, #inner-content ol {
  max-width: 50em;
  padding-right: 30px;
}
#inner-content {
  background-image: url(/images/cctbg.gif);
  padding-left: 0.8em;
}
#inner-content table {
  border-spacing: 0;
  border-width: 0;
  border-color: #FFFFCC;
  border-style: hidden;
  border-collapse: collapse;
}
#inner-content a {
  text-decoration: underline;
}
#inner-content ol {
  list-style-position: inside;
  margin-bottom: 2em;
}
.margin-right {
  margin-right: 2em;
}
th {
	background-color: inherit;
	font-weight: normal;
	padding: 5px;
  text-align: left;
  vertical-align: top;
}
#inner-content td {
  background-color: transparent; 
  vertical-align: top;
}
td.error-message, div.error-message {
  color: red!important;
  font-weight: bold;
  width: 25em;
}
#table1 td, #table2 td, #table3 td, #table1 th, #table2 th, #table3 th  {
	background-color: #FFCC00; /* Orange */
	border: solid #FFFFCC 1px;
	padding: 5px;
}
.table-divider {
  height: 5px;
  font-size: 0; /* IE6 fix */
}
.table-no-border td, .table-no-border th {
	background-color: #FFCC00!important; /* Orange */
	padding: 5px!important;
}
.blue-background-table td {
  background-color: #BDD3FF!important; /* Blue */
	padding: 5px!important;
}
.blue-background-table th {
	background-color: #FFCC00!important; /* Orange */
	padding: 5px!important;
}
td.col1, th.col1 {
  text-align: right;
  width: 15em;
  padding: 5px;
  font-weight: normal;
}
td.col2 {
  width: 25em;
  padding: 5px;
}
#inner-content td img {
  margin-top: 2em;
  margin-bottom: 1em;
}
#inner-content p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
#inner-content img {
  border: solid 0.2em orange;
}
img.plain-image {
  border: 0!important;
  margin: 0!important;
}
.center-element {
  display: block;
  margin: 1.5em auto;
}
.footnote {
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;  
}
#center-container  {
  position: relative;
}
#footer-links {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 0.85em;
  color: #000099;
  padding-top: 4em;
}
#footer  {
  color: white;
  background-color: #000099;
  margin-left: -20px;
  font-size: 0.8em;
  line-height: 2;
  padding-top: 1em;
  padding-bottom: 3em;
  height: 10em; /* Required by some versions of IE else block disappears */
  width: 100%;
  padding-right: 20px;

}
#footer p {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1000em;
  width:  auto; /* for IE problems */
  text-align: center;
  white-space: nowrap;
}
#footer a {
  color: white;
}