#container {
	margin:0px auto;
	text-align:center;
	width:1024px;
	height:auto;
	padding:5px;
	font-family:Arial;
	font-size: medium;
	border:0px solid #000;
	overflow:visible;
}  
body {
	text-align:center;
}	

.rightFloatVideo {
	float: right; 
	margin: 20px 0px 15px 15px;
}

#subContainer {
	clear:both;
	height:auto;
	padding-top:10px;
	/*
	border: 0px solid green;
	background:url('../images/bckgrd.jpg') repeat;
	*/
	border: 0px;
	background-color: #D9D9D1;
		
}

#logo {
	height:auto;
	overflow:hidden;
	white-space:nowrap;
}

.toLeft {
	float:left;
	left:0px;
}

.toRight {
	float:right;
	right:0px;
}
#main {
	height:auto;	
	overflow:visible;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#menuContainer {
	width:200px;
	height:auto;
		float:left;	
/*	text-align:center;*/
	padding-bottom: 10px;		

}

#menuTop {
	background:url('../images/navTop.gif') no-repeat bottom;
	margin:0px;
	height: 12px;
	width: 188px;
}

#menuMiddle {
	margin:0px;
	width: 188px;
	background:url('../images/navMiddle.gif') repeat-y;
}

#menuBottom {
	background:url('../images/navBottom.gif') no-repeat;
	height: 24px;
	width: 188px;
	margin:0px;
}

#textContainer {
	width:800px;
	float:left;
}

.greyBackground {
	clear:both;
	background-color:#5B5B5B;
	color:#fff;
	text-align:left;
	padding:5px;
	width:100%;
	font-size: medium;
}

.mainContent {
	padding: 10px;
	text-align:left;
}

.footer {
	clear:both;
	font-size:small;
}
img {
	border:none;
}
em {
	color: #000;
	font-weight:bold;
}
table {
	border: thin solid #5B5B5B;
}
th {
	vertical-align: middle;
	height: 30px;
	background-color:#5B5B5B;
	color:#A6BC09;
	text-align:left;
	padding-left:20px;
	font-weight:bold;
}
td {
	vertical-align: top;
	border: thin solid #5B5B5B;
	font-size: medium;
}
table.nav {
	border: none;
}
td.nav {
	border:none;
}
a {
	color: #666666;
	font-size: 9pt;
	text-decoration: none;
}
a:hover {
	color:#A6BC09;
	text-decoration: none;
}
a.nv { 
     display: block;
     width: 151px;
     height: 33px;     
     background-repeat: no-repeat;
}
	 
.nvIntro {     
     background-image: url('../images/intro.gif');
}	 
.nvIntro:hover {
     background-image: url('../images/introOn.gif');
}
.nvDownload {     
     background-image: url('../images/downloads.gif');
}	 
.nvDownload:hover {
     background-image: url('../images/downloadsOn.gif');
}  
.nvContact {     
     background-image: url('../images/contact.gif');
}	 
.nvContact:hover {
     background-image: url('../images/contactOn.gif');
}
.nvResearch {     
     background-image: url('../images/research.gif');
}	 
.nvResearch:hover {
     background-image: url('../images/researchOn.gif');
}
.nvAuthor {     
     background-image: url('../images/authors.gif');
}	 
.nvAuthor:hover {
     background-image: url('../images/authorsOn.gif');
}