/* CSS Document */

body {
margin:0px;
background-color:#ffffff;
background-image:url(background.gif);
background-repeat:repeat-x;
background-position:top;
text-align:center;
color:#404040;
min-width:940px;

}
#wrap {
    background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
    margin-top:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
    width:916px;
	color: #404040;
    padding-bottom:0px;
	text-align:left;

}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #404040;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #808080;
	text-align:center;
}

a img {border: none;}


li {
	font-size: 10pt;
	list-style-type: disc;
	
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.portfolio img{
	text-decoration: none;
	border: 4px solid #BFDEE1;	
}
.portfolio:hover{
	text-decoration: none;
		border: 0px solid #8DC2C5;
}
.portfolio:hover img{
	text-decoration: none;
		border: 4px solid #8DC2C5;
}

a:link {
	color:#8DC2C5;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#8DC2C5;
}

a:hover {
	color: #AFCBCD;
	text-decoration: underline;
		font-weight:bold;

}
a:active {
	text-decoration: none;
	color:#8DC2C5;
		font-weight:bold;

}