	body{
		background-color: #423534;
		background-image: url("images/background.jpg");
		background-repeat: repeat-x;
		margin: 0;
		padding: 0;
		font-family: Tahoma;
		font-size: 13px;
	}
	#tbl{
		margin-top: 42px;
	}
	#top1{
		width: 959px;
		height: 39px;
		background: url("images/top.jpg");
		background-repeat: no-repeat;
		text-align: right;
		padding-right: 10px;
	}
	#top2{
		width: 959px;
		height: 11px;
		background: url("images/top2.jpg");
		background-repeat: no-repeat;
	}
	#logo{
		width: 342px;
		height: 218px;
		background: url("images/logo.jpg");
		background-repeat: no-repeat;
	}
	#header4{
		width: 617px;
		height: 138px;
		background: url("images/header4.jpg");
		background-repeat: no-repeat;
	}
	#menu_bg{
		height: 33px;
		background: url("images/menu_bg.jpg");
		background-repeat: repeat-x;
		padding-left: 30px;
	}
	#shadow{
		width: 959px;
		height: 22px;
		background: url("images/shadow.jpg");
		background-repeat: no-repeat;
	}
 	#content{
		width: 959px;
		background: url("images/content_bg.jpg");
		background-repeat: repeat-y;
	}
	#footer{
		width: 959px;
		height: 32px;
		background: url("images/footer.jpg");
		background-repeat: no-repeat;
	}

a:link, a:visited{ text-decoration: none; font-weight: bold; color: #000; }
a:hover{ text-decoration: underline; font-weight: bold; color: #16639E; }

.menu_a_hover{ text-decoration: underline !important; font-weight: bold; color: #16639E !important; }

/*#menu_bg a{ padding: 0 5px; }*/


#projects a:link,#projects a:visited, #projects img{ color: #605350; text-decoration: none;}
#projects a:hover{ color: #F26E3E; text-decoration: none; }


.projects_img{ border: 5px solid #EFEEE3 !important; padding: 0 !important; margin: 0 !important;}
#projects img:hover{ border: 5px solid #F26E3E !important; padding: 0 !important; margin: 0 !important; }
.projects_img_hover{ border: 5px solid #F26E3E !important; padding: 0 !important; margin: 0 !important; }

.small_text{ padding:0;margin:-10px 0; font-size: 10px; }
h1{
	font-size: 21px;
	margin: 0 0 10px 0; 
	padding: 0;
}
h3{
	font-family: Tahoma;
	font-size: 13px;
	margin: 0 0 1px 0; 
	padding: 0;
	border-bottom: 1px solid #D2D2D2;
}

.news_img{
	float:left; 
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid gray; 
}

#main_content img{
	border:1px solid gray;
	padding: 2px;
	margin: 3px;
}
#right_column, #top1{
		font-family: Tahoma;
		font-size: 11px;
}
p{
	margin:0;
	padding:0;
}
.outline {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}
.outline th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
}
.outline td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: ;
	font-size: 11px;
}