
html {
	height: 100%;
	border-bottom: solid 1px transparent;
}

body {
	margin: 0;
	padding: 0;
	color: #333333; 
	background: #9cbed0 url(/Web/TDRC/images/bg.gif) repeat-x;
	text-align: center;
	font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #33008c;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Tahoma', Arial, Sans-serif;
	color: #333333;	
}
h1 { font-size: 1.3em; color: #2c9eda;} 
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

h1 {
	margin: 15px 15px 20px 0px;
}
h2 
{
	margin: 20px 15px 20px 0px;
}
p, h3 {
	margin: 10px 15px 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
#logoimg
{
	border: none;
	margin: 0px;
}
img {
	border: none;
}
img.border {
	border: 1px solid #999;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img.bordered {  
  border: 2px solid #33008c;
}
a:hover img.bordered {  
  border: 2px solid #33008c;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 900px; height: 100%;
	margin: 0px auto;	
	text-align: left;
}
#content-wrap {
	clear: left;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 104px;	
	background: #000 url(/Web/TDRC/images/headerbg.gif) repeat-x 0% 100%;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 73%;		
}

/* sitepath */
#sitepath
{
	height: 26px;
	padding: 6px 15px 0px 15px;
	background-color: #2c9eda;
	font-size: 85%;
	color: White;
}
#sitepath A
{
	color: White;
	text-decoration: none;
}
#sitepath A:hover
{
	color: Black;
}
/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	margin: 0px;	
	padding: 20px 0px 15px 0px; 
	display: inline;		
	font-size: 85%;
}
#sidebar .sidemenu UL {
	list-style:none;
	margin:7px 0 7px 10px;
	padding:0;		
}
#sidebar .sidemenu UL LI {
	margin-top:1px;
	margin-bottom:1px;
}
#sidebar DIV.sidemenu UL LI A {
	display:block;
	font-weight:normal;
	color: #333;	
	text-decoration:none;	
	padding:1px 3px 1px 8px;
	background: white; /* #f2f2ff; */
	border-left:4px solid #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	
	min-height:18px;
}

#sidebar DIV.sidemenu UL LI UL LI A {
	background: white;
	border-top: solid 0px #ccc;
	border-right: solid 0px #ccc;
	border-bottom: solid 0px #ccc;
}

#sidebar .sidemenu A:hover {
	border-left:4px solid #33008c;
}

#sidebar .sidemenu A.hilite
{
	border-left:4px solid #33008c;
	background-color: #9cbed0;
	color: White;
}

#sidebar .sidemenu A.hilite:hover
{
	border-left:4px solid #33008c;
	background-color: #9cbed0;
	color: White;
}

/* Footer */
#footer { 
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	clear: both; 
	color: #FFF; 
	background: #9cbed0; 
	/*border-top: 5px solid #568EB6;*/
	border-top: 5px solid #33008c;
	margin: 0; padding: 0; 
	height: 50px;	  
	text-align: right;	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 4px !important; bottom: 3px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/Web/TDRC/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/Web/TDRC/images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header .hilite a {
   background-position:0% -42px;
	color: #FFF;
}
#header .hilite a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.lightcustomcolour { color: #C2D82E; }
.midcustomcolour { color: #4B8553; }
.darkcustomcolour { color: #006325; }
.bgcolour  { color: #A9BAC3; }


/* fixers for pasted content */
TD P, TH P
{
	margin-top: 0px;
	margin-bottom: 0px;
}