/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	font-weight: normal;
	color: #E0D8F3;
	background-color:#000033;
		SCROLLBAR-FACE-COLOR: #C2C2DC;
	SCROLLBAR-HIGHLIGHT-COLOR: #D6E2C6; 
	SCROLLBAR-SHADOW-COLOR: #9999CC; 
	SCROLLBAR-3DLIGHT-COLOR: #E0D8F3; 
	SCROLLBAR-ARROW-COLOR: #9999CC; 
	SCROLLBAR-TRACK-COLOR: #DDDDEC; 
	SCROLLBAR-DARKSHADOW-COLOR: #9999CC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#996699;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#666699;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}

/* links in the projects section*/
a.project:link {
color:#ECE1EC;
}

a.project:hover{
color:#FDFBFD;
text-decoration:underline;
}

a.project:active {
color:#D1A3D1;
}
.prj {
	height: 500px;
	width: 800px;
	overflow: auto;
	position: relative;
	visibility: visible;
}


a.project:visited {
color:#A991DD;
}
	
#leftcol {
	position: absolute;
	width: 200px;
	top:413px;
	left: 95px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #999999;
	color:#cccccc;
	font-size: .80em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:text-top;
}
#midcol {
	position: absolute;
	width: 200px;
	top:413px;
	left: 330px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #999999;
	color:#cccccc;
	font-size: .90em;
	font-family: Arial, Helvetica, sans-serif;
		vertical-align:text-top;
}
#rtcol {
	position: absolute;
	width: 200px;
	top:414px;
	left: 566px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #999999;
	color:#cccccc;
	font-size: .90em;
	font-family: Arial, Helvetica, sans-serif;
		vertical-align:text-top;
}

#footer{	
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
color:#000033;
}

