html {

		scrollbar-arrow-color: #000040;
		scrollbar-base-color: #adc6ff;
		scrollbar-dark-shadow-color: #000040;
		scrollbar-track-color: #5c74b4;
		scrollbar-face-color: #000040;
		scrollbar-shadow-color: #adc6ff;
		scrollbar-highlight-color: #adc6ff;
		scrollbar-3d-light-color: #adc6ff;
		
	}



body         { 
					
					background: #5c74b4 url(images/wrapbg2.gif) top center repeat-y;
					font-family: Verdana, "Times New Roman", Times, serif;
					font-size: 14px;
					color= #999999;
					margin: 0px;
					padding: 0px;
					

 }



#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 600px;
	text-align: left;
	 
	}





#mainTable {
	
	border-left: 0px solid #000000;
	border-right: 1px solid #000000;
	width: 600px;
	align: center;

	
 }
 
 
 #maincontent {
 	background-color: #C2CBE2;
 	color: #000040;
 	border-left: 1px dotted #000000;
 	border-bottom: 1px dotted #000000;
 	font-size: 14px;
 	vertical-align: top;
 	text-align: left;
 	padding: 5px;
 	margin: 5px;
 	/*/*/font-size: 90%; /* */
	min-height: 600px;
	width: 400px;
 }
 #conferencecontent {
 	background-color: #C2CBE2;
 	color: #000040;
 	border-left: 1px dotted #000000;
 	border-bottom: 1px dotted #000000;
 	font-size: 14px;
 	vertical-align: top;
 	text-align: left;
 	padding: 5px;
 	margin: 5px;
 	/*/*/font-size: 90%; /* */
	min-height: 600px;
	width: 800px;
 }
 
 #sidebar {
 	font-size: 11px;
 	vertical-align: top;
 	align: center;
 	background-color: #000060;
 	color: #000040;
 	border-bottom: 1px dotted #000000;
	width: 200px;
 	
 }
 
 
#infobox {
	vertical-align: top;
 	border: 1px solid #000000;
 	text-align: left;
 	align: center;
 	background-color: #ffffff;
 	color: #000040;
 	margin: 3px;
	padding: 3px;
	
	
	

 	
 }

.text {
	color: #000040;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

.text a {
	color: #000040;
	decoration: underline;
}

.text a:hover {
	color: #000040;
	background-color: #ffffff;
}	
 
.image  {
	float: left;
	padding: 2px;
	margin-right: 4px;
	background-color: #ffffff;
	border: 0px solid #bac1a3;
}

#header {
 	background-color: #adc6ff;
 	background-image: url("images/hrheader.jpg");
 	color: #000000;
 	text-align: left;
 	height: 100px;
 	vertical-align: top;

 	
 	

 }
 
 #footer {
 	position: relative;  /* Needed for Safari */
 	background-color: #000040;
 	color: #adc6ff;
 	font-size: 10px;
 	align: center;
 	padding: 5px;
 	margin: 5px;


 }
 
 td, p, ul {
 	font-family: Verdana, "Times New Roman", Times, serif;
 }
 
 #menucell {
 	background-color: #000060;
 	background-image: url("images/hrheader.jpg");
 	filter:alpha(Opacity=100);

 	color: #adc6ff;
 	font-size: 12px;
 	align: right;
 	margin: 2px;
 	padding: 2px;
 }
td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }
