/* CSS Document */
body {
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
}

#main {
	background-image: url(images/bg.gif); 
}

#mainTable {
	width: 730px;
}

ul {list-style-type: square}

.topBorder {
	height: 20px;
}

.header {
	vertical-align: top;
	height: 40px;
}

#picContainer {
	height: 400px;
	width: 500px;
	vertical-align: top;
}

#mainContent {
  	width: 500px;
	font-size: 10px;
	vertical-align: top;
}

.mainText {
	/*/*/border-top: 1px solid #999;
	/* */
}

#gutter {
	width: 30px;
}

#sideBar {
	width: 180px;
	vertical-align: top;
	padding-right: 20px;
	text-align: right;
}

#sideBar a {
	
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

#sideBar a:hover {
	text-decoration: underline;
}

.currProj {
	font-size:10px;
	font-weight: bold;
}	

#popUp {
	font-size: 10px;
}

#encycPopUp {
	font-size: 10px;
	text-align: center;
}