body { margin: 0; padding: 0; color: #000; background-color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; }
/* redundant selectors to help NS4 not forget */

div, p, th, td, ul, ol, li, dd, dl, dt, a {font-family: Verdana, Arial, Helvetica, sans-serif;}

/* specific tags */	

ul {position: outside;}
li {position: outside;}
ol {position: outside;}

/* this fixes gaps around images caused by doctype*/ 
h1, h2 {color:#562B17;
	background:transparent;
	font-weight:bold;}
h1 {font-size:1.4em;}	
h2 {font-size:1.3em;}	
h3 {font-size:1.1em;}	
img {margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
	vertical-align:top;}
dl {padding: 0px 0px 0px 5px;
  margin-top: 10px;}
dd {margin-left: 20px;}
th {font-weight:600;
	text-align:center;}
a {color: #15497E;/*blue*/
  background: transparent;
	text-decoration: none;}
a:visited {color: #15497E;
  background: transparent;}
a:active {color: #15497E;
  background: transparent;}
a:hover {color: #562B17;/*brown*/
  background: transparent;}
label {font-weight:600;
	color:#333;
	background:transparent;}
input {border: 1px solid #ccc;}
.submit {color:#fff;
	background-color:#009;
	font-weight:bold;}
textarea {border: 1px solid #ccc;}	

/* Layout */
.wrapper { min-width: 300px; }
.wrapper { width: 100%;               /* total width */
}      

.outer {
	border-left-width: 200px;  /* left column width */
	border-left-color: #562B17;   /* left column colour */
	
	border-right-width: 190px; /* right column width */
	border-right-color: #fff;  /* right column colour */
	
	background-color: #fff; /* center column colour */
}

.left {
	width: 200px;              /* left column width */
	margin-left: -200px;       /* _negative_ left column width */
}

.right {
	width: 190px;              /* right column width */
	margin-right: -190px;      /* _negative_ right column width */
}

.wide {
	background-color: transparent;    /* header and footer colours */
}

/* Main code */
.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12;}

.wide { width: 100%; position: relative; z-index: 13; }
.masthead {background: #fff; }
.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; color: #fff;}
.right { margin-left: 1px; }
.right p { padding-left: 10px; }
.center { margin: 0 -6px 0 -2px; padding-left: 4px; border-right: 1px solid #000;}

.footer { border-top: 4px solid #15497E; padding: 2px 4px;}

#nav {
	width: 190px;
	padding:10px 0px;
	margin: 0px;
	color:#15497E;
	background-color:#eed;}
#nav ul {display:block;
	width: 190px;
	list-style:none;
	margin: 0px;
	padding: 5px 0px;}
#nav li {
	list-style-type:none;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	border:0px;}
#nav a {width:100%;
	color: #15497E;
	background:transparent;
	margin:5px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
	text-decoration:none;}
#nav a:hover {text-decoration: underline;}

#headnav{display:block;
	margin:0px;
	padding:4px;
	border:0px;
	color:#fff;
	background-color:#15497E;
	text-align:right;
	clear:both;}
#headnav ul {display:block;
	margin:0px;
	padding:5px;
	border:0px;}
#headnav li {display:inline;
	margin:0px;
	padding:5px;
	border:0px;}		
#headnav a {text-decoration:none;
	margin: 0px;
	padding: 2px 5px 2px 15px;
	border-left: 1px solid #fff;
	color:#fff;
	background:transparent;
	text-decoration:none;}
#headnav a:hover {text-decoration:underline;}
#headnav li ul {display: none; visibility:hidden; }

.sponsors {display:block; /* added by paul to fix sponsor overlap */
	width:180px;
	margin:20px 0px 10px 0px;
	padding:0px;
	border:0px;
	font-size:1.1em;
	font-weight:bold;}

/*re-usables */
.spacer .clear {display:block;
	line-height: 0px;
	clear: both;}
.blue {color:#15497E;}
.lightblue {color:#D7DBE9;}
.brown {color:#562B17;}

.news	{display:block;
	width:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding:10px;
	border: 1px solid #15497E;
	color: #000;
	background-color:#D7DBE9;}
.news h2 {font-size:1.1em;
	font-weight:bold;}
.header-left { width: 150px; float: left; text-align:left; }
.header-right {float: right; text-align:right; }
/* Components -- leave these in here */
.taoComponentBox {border: none;}
.taoComponent {display: none;}
