			body
			{
				margin: 0;
				padding: 0;
				font: 85% arial, hevetica, sans-serif;
				text-align: center;
				color: #505367;
				background-color: #D6D6D6;
			}
			
			p td
			{
			  font: 85% georgia, times, times new roman, arial;
			  color: #000000;
			}
			
			a:link
			{
			  color: blue;
				background: none;
				font-weight: bold;
				text-decoration: none;
			}
			
			a:active
			{
			  color: aqua;
			  background: none;
			  font-weight: bold;
			  text-decoration: underline;
			}
			
			a:visited
			{
			  color: blue;
			  background: none;
			  font-weight: bold;
			  text-decoration: none;
			}
			
			a:hover
			{
			  color: white;
			  background: blue;
			  font-weight: bold;
			  text-decoration: none;
			}
			
			#container
			{
				margin: 1em auto;
				width: 780px;
				text-align: left;
				background-color: #ffffff;
				border: 1px solid black;
			}
			
			#header
			{
			  height: 85px;
			  background-color: #ffffff;
			  background-image: url(images/logob.gif);
			  background-repeat: no-repeat;
			  background-position: left top;
			}
			
			#header img
			{
			 float: right;
			 
			}
			  
			#mainnav
			{
			  height: 45px;
			  background-color: #ffffff;
			  background-image: url(images/navbkg.gif);
			  background-repeat: repeat-x;
			  }
			  
			#mainnav ul
			{
				margin: 0 0 0 20px;
				padding: 0;
				list-style-type: none;
				border-left: 1px solid #0000ff;
			}
			
			#mainnav li
			{
				float: left;
				margin-top: 20px;
				font-weight: bold;
				display: inline;
				padding: 0 10px;
				border-right: 1px solid #0000ff;
			}
			
			#mainnav li a
			{
				text-decoration: none;
				color: #272900;
			}
			
			#mainnav li a:hover
			{
				text-decoration: none;
				color: #ffffff;
				background-color: #0000ff;
				}
			  
			#imagespacer
			{
			  height: 263px;
			  background-color: #ffffff;
			  background-image: url(images/rdawindow.gif);
			  background-repeat: no-repeat;
			  background-position: center top;
			}
			
			#content{
			
			}

			#leftcontent
			{
			  float: left;
			  margin-left: 26px;
			  margin-top: -50px;
			  width: 288px;
			  background-image: url(images/lftbkg.gif);
			  background-repeat: no-repeat;
			  background-position: center top;
			}
			
			#leftcontent img
			{
			  float: left;
			  margin-left: 5px;
			  margin-top: 50px;
			}
			  
			#rightcontent
			{
			  margin-left: 341px;
			  width: 413px;
			  background-image: url(images/rgtbkg.gif);
			  background-repeat: no-repeat;
			  background-position: center top;
			}
			
			#bottomspacer
			{
			  height: 1px;
			  }
			#footer
			{
			  clear: both;
			  height: 71px;
			  background-color: #ffffff;
			  background-image: url(images/ftrbkg.gif);
			  background-repeat: repeat-x;
			}
			
			#footer ul
			{
				margin: 0 0 0 20px;
				padding: 0;
				list-style-type: none;
				border-left: 1px solid #0000ff;
			}
			
			#footer li
			{
				float: right;
				margin-top: 20px;
				font-size: .8em;
				font-weight: bold;
				display: inline;
				padding: 0 10px;
				border-left: 1px solid #0000ff;
			}
			
			#footer li a
			{
				text-decoration: none;
				color: #272900;
			}
			
			#footer li a:hover
			{
				text-decoration: none;
				color: #ffffff;
				background-color: #0000ff;
				}
				
			.datetime
			{
			  text-align: right;
			  float: right;
			  margin-top: 20px;
			  font-weight: bold;
			  padding: 0 20px 0 0;
			  color: #000000;
			  }
			  
			.welcome
			{
			  float: left;
			  margin-top: 5px;
			  text-align: center;
			  padding: 0 0 0 30px;
			  font: 200% georgia, times, times new roman, arial;
			  font-style: italic;
			  color: #ffffff;		  
			}
			
			.rdaconsult
			{
			  float: right;
			  margin-top: 225px;
			  text-align: right;
			  padding: 0 30px 0 0;
			  font: 125% georgia, times, times new roman, arial;
			  color: #ffffff;		  
			}
			
			.copyright
			{
			  float: left;
			  text-align: left;
			  margin-top: 20px;
			  padding: 0 0 0 30px;
			  font: 85% georgia, times, times new roman, arial;
			}
