/* CSS Document */

body {
	background-image: url(images/background.gif);
}

#container {
	position: relative;
	width: 817px;
	margin: auto;
	border-top: 1px solid #000;
	background-image: url(images/containerbackground.gif);
	text-align: left;
	top: -1px;
}
#pageheader{
	height:215px;
}
#menubackground{
	position:absolute;
	left:43px;
	width:731px;
	height:35px;
	background-image:url(images/menubackground.gif);
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#menubuttons{
	position:absolute;
	top:0px;
	left:43px;
	width:731px;
	height:25px;
	text-align: center;
}
#searchbar{
	position:absolute; 
	left:43px; 
	top:35px; 
	width:731px; 
	height:43px;
	background-image:url(images/back_for_search.gif);
}
#welcome{
	position:absolute; 
	left:43px; 
	top:78px; 
	width:545px; 
	height:117px;
	background-image:url(images/welcome.jpg);
}
#logo{
	position:absolute;
	left:588px;
	top:78px;
	width:186px;
	height:117px;
	background-image:url(images/about.gif);
}
#newsheading{
	position:absolute;
	left:588px;
	top:195px;
	width:186px;
	height:25px;
	background-image: url(images/comp_news.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	font-style: italic;
}
#newscontent{
	position:absolute;
	left:591px;
	top:221px;
	width:173px;
	background-color: #2792BC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#contentheader{
	position:absolute; 
	left:43px;
	top:195px; 
	width:544px; 
	height:14px; 
	background-image: url(images/comp_text.gif); 
}
#contenttext{
	width:535px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 43px;
}
#footer{
	position: relative;
	padding: 1px;
	width: auto;
	min-width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
}
.style1 {
	color: #FF4F03;
	font-weight: bold;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	color: #666666
}
.styleLatestNews {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a:LINK {
	text-decoration: underline;
	color: #0000FF;
	}
	
a:VISITED {
	text-decoration: underline;
	color: #0000FF;
	}
	
a:HOVER {
	text-decoration: underline;
	color: #FF4F03;
	}
#newscontent a:LINK {
	text-decoration: underline;
	color: #FFFFFF;
	}	
#newscontent a:VISITED {
	text-decoration: underline;
	color: #FFFFFF;
	}	
#newscontent a:HOVER {
	text-decoration: underline;
	color: #000000;
	}		