/* CSS Document */

/*note that all of these identifiers are case senstive*/
body {
/* this just provides the background colour for the whole screen area */
                background-color: #FEFEE9;
}
#wholepage {
	Margin-top:50px;
	/* this line puts a gap of 10 pixels INSIDE the boundaries of the container */				
				padding: 3px;
	/* this poistions the top of the container 5 pixels from top of screen */				
                top: 5px;
	/* specifies container to be 800 pixels wide */
                width: 800px;
	height:600px;
	/*specifies the background colour of the container */				
                background-color:#4F2700;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#trimImage1{
	margin-right: 3px;
	position:relative;
	margin-top: 3px;
}
#banner {
/* this creates a container for the banner*/
/* no margin causes container to be left justified */
               
                width:800px;
                height:125px;
                background-color:#FFFF33;
}				
#navbar{
/* this creates a container for the navigation bar */
/* you will see that it appears 10 pixels from the edge of container because
   the margin f the container is set to 10px */
				
				width: 150px;
				height: 400px;
				background-color:#FFFFFF;
				margin-top:3px;
				float:left;
				
/* float left ensures that the componenets sit in a line */		
	
				
				
				
}
#updatearea {
	/* the width needs to be calcultaed carefully
makes sure you include margins in your calculations
this box isn't wide enough!*/
				
	width: 647px;
	height: 393px;
	float:left;
	background-color:#FFFFFF;
	margin-top: 3px;
	margin-left:3px;
	padding-top: 7px;
	
	
	/* float left ensures that the componenets sit in a line */		
				
/* you will see that this margin puts a 25px gap all around box */	

				
}

html>body #updatearea {

	width: 647px;
	height:393px;
	float:left;
	background-color:#FFFFFF;
	margin-top: 0;
	border-top:0;
	margin-left:3px;
	margin-top:3px;
	
	}

#bottom {
/* this creates a container for the banner*/
/* no margin causes container to be left justified */
/*no float so that it appears on the next line */
               
                width:800px;
                height:69px;
                background-color:#FFFFFF;
				float:left;	
				margin-top:3px;
}			
td img {display: block;}
.style6 {
	font-size: 13px
}

.companyInfo {
	font-size:12px;
	
	
}



td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
.compnayDefine {font-size: 13px}
.style14 {font-size: 16px; color: #003300; }
.style15 {color: #0000FF}
.style16 {font-size: 16px; color: #0000FF; }
.style17 {
	color: #000000;
	font-style: italic;
}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
a:link {
	color: #163612;
	text-decoration: none;
}
a:visited {
	color: #295F37;
	text-decoration: none;
}
a:hover {
	color: #295F37;
	text-decoration: none;
}
a:active {
	color: #163612;
	text-decoration: none;
}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
