
body {
	background-color: #edffff;
	background-image: url(../static/images/rainbow_l.gif);
	margin:0;
}

a {
	text-decoration: none;
	color: navy;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	width: 830px;
}

#header {
	background-color: white;
	background-image: url(../static/images/rainbow_l.gif);
	margin-bottom: 39px;
	margin-top:20px;
	padding: 5px;
	height: 91px;
}

#projectheader {
	background-color: white;
	background-image: url(../static/images/rainbow_projectpage.gif);
	margin-bottom: 39px;
	margin-top:20px;
	padding: 5px;
}

.courierNormal {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.courierNormalPlus {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
}

.courierLarge {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	line-height: 20px;
}

.projectblock {
	float:left;
	width: 240px;
	height: 90px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 5px;
	cursor: pointer;
}

.projectblock_r {
	float:left;
	width: 240px;
	height: 90px;
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
}

.under {
	text-decoration: underline;
}



.pb_inside {
	background-color: white;
	height: 80px;
	padding: 5px;
}

.navy {
	color: navy;
}

.navy a {
	color: navy;
}

.link {
	cursor: hand;
	cursor: pointer;
}