



A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #444444;}

body {background-color:#ffffff;}

#logo {
	position:absolute; 
	border: 1px solid black; 
	top: 0px; 
	left: 0px; 
	height: 142px; 
	width: 300px; 
	/*background: #000000;*/ 
	overflow: hidden; 
}

#image_menu {
	position:absolute; 
	border: 0px solid black; 
	top: 100px; 
	left: 200px; 
	height: 110px; 
	
	/*background: #000000;*/ 
	overflow: hidden; 
}

#text_menu {
	position:absolute; 
	border: 0px solid black; 
	top: 60px; 
	left: 0px; 
	width: 150px; 
	/*background: #000000;*/ 
	overflow: hidden; 
}

#project_area {
	position:absolute; 
	border: 0px solid black; 
	top: 20px; 
	left: 160px; 
	height: 550px;
	z-index: 2; 
	/*width: 800px; */ 
	/*background: #000000;*/ 
	/*overflow: auto; */
}

#newshead {
	position: absolute; 
	top: 220px; 
	width: 150px;
	left: 0px; 
	height: 20px; 
	border: 0px solid black;  
	overflow: hidden; 
	opacity: 1; 
	z-index: 0; 
	
	
}


#newsarea {
	position: absolute; 
	top: 220px; 
	width: 150px;
	left: 0px; 
	height: 500px; 
	border: 0px solid black;  
	overflow: hidden; 
	opacity: 0; 
	z-index: 1; 
	transition:opacity 1s;
	-moz-transition:opacity 1s; /* Firefox 4 */
	-webkit-transition:opacity 1s; /* Safari and Chrome */
	-o-transition:opacity 1s; /* Opera */
	
}

#newsarea:hover {
	opacity: 1; 
	
}



#masthead {
	position:absolute; 
	border: 0px solid black; 
	top: 20px; 
	left: 0px; 
	height: 20px;
	width: 150px;  
	/*background: #000000;*/ 
	overflow: hidden; 
}

#textarea {
	position:absolute; 
	border: 0px solid black; 
	top: 540px; 
	left: 160px; 
	height: 300px;
	width: 700px; 
	/*width: 800px; */ 
	/*background: #000000;*/ 
	/*overflow: auto; */
	
}

#newsarea {
}


.mast {
	font-face: san-serif; 
	font-size: 14px; 
	font-style: italic; 
	font-style: bold; 
}

.newsmast {
	font-face: san-serif; 
	font-size: 13px; 
	font-style: bold; 
}


.menutext {
	font-face: san-serif; 
	font-size: 11px; 
	font-style: italic; 
}

.ptitle {
	font-face: san-serif; 
	font-size: 15px; 
	font-style: bold; 

}

.psubtitle {
	font-face: san-serif; 
	font-size: 13px; 
	font-style: bold; 
	padding-bottom: 15px; 
}

.pinfo {
	font-face: san-serif; 
	font-size: 11px; 
	font-style: italic; 
}

.plocdate {
	font-face: san-serif; 
	font-size: 11px; 
	font-style: italic; 
}


.pdesc {
	font-face: san-serif; 
	font-size: 13px; 
	 
}

.newsDate {
	font-face: san-serif; 
	font-size: 10px; 
	font-style: bold;
	color: #000022; 
}

.newsInfo {
	font-face: san-serif; 
	font-size: 10px; 
	color: #333333; 
}

.newsLink {
}

