/***** Millennia Research Website Stylesheet - CSS ******/
/********************************************************/

h1,h2,h3,h4,h5,h6 
	{
	color:rgb(65,50,40);
	font-family:arial;
	}
li
	{
	color:rgb(65,50,40);
	font-family:arial;
	}
/****** Page header/footer elements ******/
.pageheader
	{
	display:inline;
	background-color:white;
	padding:2px;
	margin:5px;
	margin-top:55px;
	float:right;
	filter:alpha(opacity=70); /*  IE */
	opacity:0.7; /* CSS3 */
	-moz-opacity:0.7; /* Mozilla Firefox */
	} 
#header /* page header division - background image must be specified in each page*/
	{
	background-color:rgb(175,160,135);
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: right top; 
	overflow:hidden;
	position:relative;
	color:rgb(65,50,40);
	margin:5px 5px 5px 5px;
	padding:0px;
	width:auto;
	min-width:750px;
	height:100px;
	display:block;
	overflow:visible;
	filter:alpha(opacity=80); /*  IE */
	opacity:0.8; /* CSS3 */
	-moz-opacity:0.8; /* Mozilla Firefox */
	}
.companyname
	{
	font-family:arial, sans-serif;
	letter-spacing:1px;
	display:inline;
	text-transform:uppercase;
	}
.companydesc
	{
	letter-spacing:2px;
	font-family:arial, sans-serif;
	display:inline;
	text-transform:uppercase;
	}
#header table 
	{
	float:left;
	font-family:arial;
	display:inline;
	margin-left:5px;
	margin-top:10px;
	}
#header td
	{
	width:auto;
	margin:0;
	padding:0;
	background-color:rgb(175,160,135);
	filter:alpha(opacity=80); /*  IE */
	opacity:0.8; /* CSS3 */
	-moz-opacity:0.8; /* Mozilla Firefox */
	}
td#logo
	{
	width:60px;
	filter:alpha(opacity=100); /*  IE */
	opacity:1.0; /* CSS3 */
	-moz-opacity:1.0; /* Mozilla Firefox */
	}
#footer /* page footer division */
	{
	background-color:rgb(175,160,135); 
	color:rgb(65,50,40);
	margin:5px;
	padding:5px;
	width:auto;
	height:15px;
	text-align:center;
	display:block;
	clear:left;
	}

/****** Menu elements ******/
#menu
	{
	background-color:rgb(175,160,135);
	padding-right:10px;
	padding-left:10px;
	width:180px;
	height:100%;
	margin:0;
	float:left;
	display:block;
	}
#menu ul /* Menu list */
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#menu ul li /* Menu list item */
	{
	margin: 0px;
	padding: 0px;
	}
#menu ul li a /* List item link settings */
	{
	background-color:white;
	font-size: 100%;
	font-family:arial;
	display: block;
	border-bottom:1px solid rgb(65,50,40);
	border-right:1px solid rgb(65,50,40);
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color:rgb(65,50,40);;
	width:170px;
	}
#menu ul li a:hover /* List item hover settings to change color/font on hover */
	{
	color:white;
	background-color:rgb(65,50,40);
	}

#menu ul li ul /* Sub-menu list */
	{
	margin-left: 15px;
	padding: 0px;
	border: none;
	}
#menu ul li ul li a /* Sub-menu list item link settings */
	{
	width:155px;
	}

/****** Division for text body *******/ 
#content 
	{
	min-width:570px;
	margin-left:200px;
	margin-right:5px;
	padding:20px;
	background-color:white;
	overflow:visible;
	height:auto;
	display:block;
	}
.right
	{
	float:right;
	}
.center
	{
	color:rgb(65,50,40);
	text-align:center
	}
.bold
	{
	color:rgb(65,50,40);
	font-weight:bold;
	}
.imgright
	{
	float:right;
	margin:10px 0 10px 10px;
	padding:0px;
	text-align:center;
	}
.imgright img
	{
	display: inline;
	margin: 3px;
	border: 2px solid rgb(65,50,40);
	}
.imgleft
	{
	float:left;
	margin:10px 10px 10px 0px;
	padding-right:10px;
	text-align:center;
	}

.imgleft img
	{
	display: inline;
	margin: 3px;
	border: 2px solid rgb(65,50,40);
	}

body 
	{
	margin:0;
	border:0;
	background-color:rgb(175,160,135);
	}
p 
	{
	color:rgb(65,50,40);
	font-family:arial, sans-serif;
	margin-left:10px
	}
ul
	{
	color:rgb(65,50,40);
	}
div.img
	{
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	}
div.img img
	{
	display: inline;
	margin: 3px;
	border: 2px solid rgb(65,50,40);
	}
div.desc
	{
	color:rgb(65,50,40);
	text-align: center;
	font-style: italic;
	width: auto;
	margin: 2px;
	}





 

