/* CSS Document */

/*Page Layout */

body {
background-image:url(/moon2/treehead/images/background1.gif);
background-repeat:repeat;
border:0;
}

*#Paper {
	position: absolute;
	top:0;
	left:50%;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	border-right:1px solid #000;
	border-left: 1px solid #000;
	padding-right:50px;
	padding-left:50px;
	background-color: #756B7A;
	margin-left:-351px; /* (500 + 50 + 50 + 1 + 1)/2 */
	height:auto;
	width:744px; /*False width value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:642px; /* True value for standards compliant browsers.*/
}

*#Header {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	border-right:1px solid #000;
	border-left: 1px solid #000;
	padding-top:0;
	padding-right:20px;
	padding-bottom:0;
	padding-left:20px;
	text-align: center;
	background-color: #9933CC;
	
	background-repeat: no-repeat;
	width:642px; /*False width value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px; /* True value for standards compliant browsers.*/
}

*#Header {
	height:100px; /*False height value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:100px; /* True value for standards compliant browsers.*/
}

*#NavBar {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	background-color:#9966CC;
	border-right:1px solid #000;
	border-bottom:0;
	border-left: 1px solid #000;
	width:642px; /*False width value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:640px; /* True value for standards compliant browsers.*/
}

*#NavBar {
	height:26px; /*False height value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:25px; /* True value for standards compliant browsers.*/
}

*#Content {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	background-color: #9966FF;
	height: auto;
	width:642px; /*False width value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px; /* True value for standards compliant browsers.*/
}

*#Footer {
	clear:both;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	text-align:center;
	background-color:#9933CC;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left: 1px solid #000;
	padding-top:20px;
	padding-right: 20px;
	padding-bottom:20px;
	padding-left: 20px;
	height: 20px;
	width:642px; /*False width value for IE4.0 to IE5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px; /* True value for standards compliant browsers.*/
}

/*Specific Layout settings*/



/*Font Settings*/

h1, h2, h3, h4, h5, h6, li, td, p, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 16px;
}

/*Specific Font Settings*/

*#Header  h1, h2, h3 {
	color:#FFFFFF;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

*#Content a {
	font-size: 16px;
	color:#FFFFFF;
}

*#Content h1, h2, h3, h4, h5, h6 {
color:#000000;
}

*#Footer h3, a {
	text-decoration:none;
	font-size: 12px;
	color:#FFFFFF;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding-top:0;
	padding-right: 0;
	padding-bottom:0;
	padding-left: 0;
}

/* Photo placement settings */

img {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

div.thumbnail {

float:left;
padding: 25px;
width: 100px;

}

/* NavBar Settings */

*#NavBar ul {
	text-align:center;
	margin: 0;
	padding: 0;
}

*#NavBar ul li {
	float: left;
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 126px;
	height: 25px;
	background-color: #9966CC;
}

*#NavBar a {
	font-weight:bold;
}


*#NavBar ul li a {
	text-decoration : none;
	font-size: 12px;
	
}

/* This piece of code decides the colour of the primary nav links when the mouse
cursor is over them. */
*#NavBar ul li a:hover {  
	color : #9966CC; 
	display:block;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	margin:0;
	padding:0;
	height: 25px;
	width:126px;
}

/*Hide plain header text under main logo*/

/* repeated code per header */ 
*#TextHeader, #TextHeader span { 
	 width: 600px; height: 100px; 
	 background-image:url(/moon2/treehead/images/MainLogo.jpg); 
	 background-repeat: no-repeat; 
} 

*#TextHeader span { 
	margin-bottom: -75px; 
} 
/* code for all styled headers */ 
h1 span { 
 display: block; 
 /* place the span on top */ 
 position: relative; 
 z-index: 1; 
}

