body {
	background-color: #F2F2FF;
}
.maincell {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	vertical-align: top;

}
.navcell {
	background-color: #567CA9;
	border-top: 1px solid #000000;
	border-right: 0px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	vertical-align: top;


}
.topcell {
	background-color: #0F3363;
	border: 1px solid #000000;

}
#list-menu {
width: 110px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu a {
	display: block;
	width:130px;
	padding: 2px 2px 2px 8px;
	background: #3A6497;
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity: 0.9;
   -moz-opacity: 0.9;
   	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
background: #5B84B6;
color: #ffffff;
} 
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: arial;
font-size: 11px; 
} 

#list-menu li {
margin: -2px 0 0;
}
.projtitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
	color: #ffffff;
	
} 
.projdesc {
	font-family: arial;
	font-size: 11px;
	color: #e4e4e4;
	text-decoration: none;
	line-height: 12px;


} 
.projdesc a:link, .projdesc a:active, .projdesc a:visited {
	color: #efefef;
	text-decoration: underline;
	line-height: 12px;
}
.projdesc a:hover {
color: #e4e4e4;
text-decoration: none;
} 
.leftline {
	background-image: url(images/leftline.gif);
	height: 7px;
}
/*
.dotsline {

	background-image: url(images/dottedline.gif);
	height: 2px;
}
*/
.dotsline {

	height: 2px;
}
.dotslinever {

	background-image: url(images/dotlinevert.gif.gif);
	width: 2px;
}
.titletext {

	font-family: arial;
	font-size: 15px;
	font-weight: bold;  
	color: #333333;
}
.maintext {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 13px;
	font-weight: normal;  
	color: #333333;
	line-height: 17px;
}

.maintext A:link {
	COLOR: #003366; TEXT-DECORATION: underline
}
.maintext A:visited {
	COLOR: #993399; TEXT-DECORATION: underline
}
.maintext A:hover {
	COLOR: #666666; TEXT-DECORATION: none
}
.maintext A:active {
	COLOR: #003366; TEXT-DECORATION: underline

.picborder {
	border: 1px solid #000000;
}
.smalltext {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	font-weight: normal;  
	color: #333333;
	line-height: 17px;
}