@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d4e2d5;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	color: #666666;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
color: #ff6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C74F00;
}
a:active {
	text-decoration: none;
}



 div.botright{
    display:block;

    /*set the div in the bottom right corner*/
    position:absolute;
    bottom:0;
    right:0;
    width:100px;
    
    /*give it some background and border*/
   
    
  }
  
  #container{
	padding:0px;
	width:645px;
	height:75px;
	font-size: 12px;
	color:#FFF;
	margin:00px auto;
}

#author{
	color:#00a86a;
	padding-top:35px;
	text-align: right;
}

.style1 {color: #CCCCCC}

.style2 {
	font-size: 9px;
	color: #999999;
}

.photoborderprojectleft {
	border: 1px solid #666666;
	padding: 4px;
	margin: 0px 10px 10px 0px; /*top,right,bottom,left*/ 
	
}

.photoborderprojectright {
	border: 1px solid #666666;
	padding: 4px;
	margin: 0px 0px 10px 10px; /*top,right,bottom,left*/ 
	
}

.photoborder {
	border: 1px solid #666666;
	padding: 4px;
	
}

.photoborder:hover {
	border: 1px solid #000000;
	padding: 4px;
}




.photoborderprojects {
	border: 1px solid #666666;
	padding: 2px;
	
}

.photoborderprojects:hover {
	border: 1px solid #000000;
	padding: 2px;
}

	

.tdbg {
	background-color: #aeaeae;
	/*background-color: #472f91;*/
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;

}


.tdbgheader {
	
	/*background-color: #472f91;*/
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../images/bg/headerbg.jpg);

}


.newstitlefont {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
	
	 }
	 

.titlefont {
	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	 }
	 
.newsdate {
	line-height: 20px;
	}

.commentbox {
	line-height: 35px;
	}