body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	color: #000;
}

em {
	font-weight: bold;
	font-style:normal;
}

strong {
	font-weight: bold;
}

a.special:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.special:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #609;
	text-decoration: underline;
	}
	
a.special:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#F00;
	text-decoration: underline;
	}
	
a.special:active {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%;
	color:#F00;
	text-decoration: underline;
	}
	
.answer {
	color: #A72B56;
	font-weight: bold;
}

.publications {
	clear:left;
	margin-top:2.5em
}
.publications strong { 
				font-weight:bold;
				color:#000000;
}
.publications p, .article table {margin-left:210px;
}

.publications ul, .article ol {margin-left:220px;
}

.publications img {
float:left;
border:0
}

img.article{
	float:left;
	vertical-align:top;
}
p.article{
	margin-left:110px;
	vertical-align:top;
}

.new {
	font-weight:bold;
}

.box {
	border:1pt solid #F00; 
	background-color: #FFF; 
	padding:5px; 
	text-align: center;
}

#menu {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute;
	left: 2px;
	top:100px;
	width: 200px;
}

#menu ul {
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#menu li {
  position: relative;
  display: block;
  margin: 2px;
  padding: 1px;
}

#menu a { /* Common styles for all links in the navigation */
  display: block;
  text-decoration: none;
  line-height: 1em;
}

#menu ul a { /*Main menu items*/
  font-size: 120%;
  font-weight: normal;
  color: #00F;
  background-color: #FFF;
  text-decoration: underline;
  border: 2px solid #00F;
  padding: 5px;
  width: 100%;
}

#menu ul a:visited {
  color: #609;
  background-color: #FFF;
  border: 2px solid #609;
}

#menu ul a:hover, #menu ul a:active { /* Change background colour on hover */
  color: #F00;
  background-color: #FFF;
  border: 2px solid #F00;
}

#menu ul strong a { /* Makes current link stand out in non-CSS browsers */
  font-weight: bold;
}

#menu ul ul {
	list-style: inside square;
	background-color: #FFF;
	margin-left: 5px;
	padding-left:5px;
	margin-right: 0;
	padding-right:0;
	width: 170px; /* Hack for IE Win 5.x */
	width/* */:/**/160px;
	width: /**/160px;
}

#menu ul ul a { /* Submenu items */
  font-size: 100%;
  color: #00F;
  background-color: #FFF;
  padding: 1px 0 1px 5px;
  border: 0;
}

#menu ul ul a:visited {
  color: #609; 
  background-color: #FFF;
  border: 0;
}

#menu ul ul a:hover, #menu ul ul a:active { 
  color: #F00; 
  background-color: #FFF;
  border: 0;
}

#menu ul ul strong a { /* Makes current link stand out in non-CSS browsers */
  font-weight: bold;
}

#menu ul ul ul{
	list-style: inside circle;
	background-color: #FFF;
	margin-left: 5px;
	padding: 0;
	margin-right: 0;
	text-indent: 5px;
	width: 170px; /* Hack for IE Win 5.x */
	width/* */:/**/155px;
	width: /**/155px;
}

#menu ul ul ul a { /* Tertiary navigation */
  font-size: 100%; 
  color: #00F;
  background-color: #FFF;
  border: 0;
}

#menu ul ul ul a:visited {
  color: #609;
  background-color: #FFF;
  border: 0;
}

#menu ul ul ul a:hover, #menu ul ul ul a:active { /*Hover state for tertiary*/
  color: #F00; 
  background-color: #FFF;
  border: 0;
}

#menu ul ul ul strong a {
	font-weight: bold;
}

#menu img {
	display: none;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}

#header h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	position: absolute;
	top: 7px;
	left: 71px;
	white-space: nowrap;
}

#header a {
	font-family: arial, verdana, sans-serif;
	font-size:100%;
	color: #00F;
	text-decoration: underline;
}

#header a:visited {
	color: #609;
    text-decoration: underline;
}

#header a:hover {
	color: #F00;
	text-decoration: underline;
}

#header a:active {
	color: #F00;
	text-decoration: underline;
}

#public {
	float: right;
	position: relative;
	top:0px;
	width: 283px;
	height: 67px;
	background-color: #FFF;
	color: #000;
	background-repeat: no-repeat;
	text-align: right;
}

#header .blockleft {
	 display: none;
}

#header .cotlogo {
	width: 52px;
	height: 66px; 
	position: absolute;
	top: 0px;
	left: 4px;
}

#header .vertical_line {
	display: none;
}

#header .line {
	display: none;
}

#public img {
	display: none;
}

#public a {
	font-family: arial, verdana, sans-serif;
	font-size:100%;
	color: #00F;
	background-color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
}

#public a:visited {
	color: #609;
}

#public a:hover {
	color: #F00;
}

#public a:active {
	color: #F00;
}

#public a.home {
	font-family: arial, verdana, sans-serif;
	font-size:100%;
	font-weight: bold;
	color: #00F;
	background-color: #FFF;
	text-decoration: underline;
	margin-top: 25px;
	margin-left: 50px;
	width: 100%;
	}
	
#public a.home:visited {
		color: #609;
}

#public a.home:hover {
		color: #F00;
}

#public a.home:active {
		color: #F00;
}

br.clearing { 
	clear: both; 
}


#content {
	margin-top: 100px;
	margin-left: 225px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
}

#content strong {
	font-weight:bold;
}

#content a {
	color: #00F;
	text-decoration: underline;
}

#content a:visited {
	color: #609;
}

#content a:hover {
	color: #F00;
}

#content a:active {
	color: #F00;
}

#content h1 {
	font-weight:bold;
	color: #A72B56;
	font-size: 120%;
	margin-left: 10px;
}

#content h2 {  
	font-weight:bold;
	color: #A72B56;
	font-size: 110%;
	margin-left: 10px;
	}
	
#content h3 { 	
	color: #A72B56;
	font-size: 105%;
	margin-left: 10px;
	}
	
#content h6 {
	color: #A72B56;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}

#content ul { 
	list-style-type: square;
	background-position: left top;
	}
	
#content table {
	border: 1pt solid #000;
	padding: 3px;
}

#breadcrumb {
	font-weight: bold;
	margin-bottom: 20px;
}

#breadcrumb a {
	text-decoration: underline;
	color: #00F;
}

#breadcrumb a:visited {
	color: #609;
}

#breadcrumb a:hover {
	color: #00F;
}

#breadcrumb a:active {
	color: #800080;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #F00;
}

#footer {
	float:right;
	clear: both;
	width: 70%;
	margin:10px;
	position: relative;
	border: 2pt solid #000;
}

#footer p {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

#footer p.terms {
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

#footer a {
	color: #00F;
	text-decoration: underline;
}

#footer a:visited {
	color: #609;
}

#footer a:hover {
	color: #F00;
}

#footer a:active {
	color: #F00;
}

#footer img {
	display: none;
}
