body {
	color: #333333;
	background-color: #000080;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 8pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
	color: inherit;
	background-color: #FFFFFF;
}

.headerTitle {
	margin: 0;
	padding: 0.25em 4mm 0.25em 4mm;
	background-color: #FFFFFF;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
	color: white;
	font-size: 109%;
	text-align: center;
	margin: 0;
	padding: 0.5ex 0;
	background-repeat: repeat;
	background-color: #FFFF00;
}
.subHeaderGreen {
	color: #FFFFFF;
	font-size: 109%;
	text-align: center;
	margin: 0;
	padding: 0.5ex 0;
	background-repeat: repeat;
	background-color: #008000;
}
.subHeaderBlue {
	color: green;
	font-size: 109%;
	text-align: center;
	margin: 0;
	padding: 0.5ex 0;
	background-repeat: repeat;
	background-color: #000080;
}
.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 12.5em;
	float: left;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftSideBar .sideBarTitle {
	color: #000080;
	background-color: #FFFF00;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
	font-style: italic;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000080;
	border-right-color: #000080;
	border-bottom-color: #000080;
	border-left-color: #000080;
	border-right-width: 1px;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #008000;
	font-size: 11px;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.leftSideBar a:hover {
	background-color: #FFFF00;
	color: #000000;
}

.centre {
	text-align: center;
}

.leftSideBar .sideBarText {
	background-color: transparent;
	line-height: 1.25em;
	margin: 1ex 0.25ex 1.5em 0.75ex;
	padding: 0;
	display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
	width: 13em;
	margin: 2ex 0.75ex 0 0;
	padding: 0;
	float: right;
	clear: right;
	border: 1px solid #000080;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
	color: #FFFFFF;
	background-color: #000080;
	font-weight: bold;
	margin: 1.25ex 1ex;
	padding: 0.9ex 1ex;
}

.rightSideBar a {
	color: #008000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

.rightSideBar a:hover {
	text-decoration: underline;
	color: #008000;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
	color: #333333;
	background-color: white;
	text-align: justify;
	line-height: 1.4em;
	margin: 0 0 0 12.5em;
	padding: 0.5ex 15em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}

#main-copy h1 {
	color: #000080;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(216,210,195);
	border-right-color: rgb(216,210,195);
	border-bottom-color: rgb(216,210,195);
	border-left-color: rgb(216,210,195);
}

#main-copy a {
	color: #008000;
	background-color: transparent;
	text-decoration: none;
}

#main-copy a:hover {
	text-decoration: underline;
	color: #008000;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
	color: #FFFFFF;
	background-color: #000080;
	font-size: 92%;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
	padding: 1em 4mm 1em 4mm;
	clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#tdNavigation {
	
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: top;
	background-color: #000000;
}
.leftSideBar2 a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.leftSideBar2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #00CC00;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.left {float:left;} 
.right {float:right;} 
.clear {clear:both;}


table.diary td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #000080;
	background-color: white;

	-moz-border-radius: ;
}
tr.yellow td {
	background-color: #FFFF00;
	color: black;
	text-align: left;
	border-color: #0000FF;
}
tr.green td {
	background-color: #008000;
	color: #FFFFFF;
	border-color: #0000FF;
}
tr.white td {
	background-color: #FFFFFF;
	color: black;
	text-align: left;
	border-color: #0000FF;
}
.tableBorderBlue {
	border: 2px solid #000080;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

