#mainbody {
	padding:50px;
}

#login {
	align: right;
	padding-right:50px;
}

#projectboxes td{
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


a{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:active{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.armtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.75em;
}

.armsub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 125%;
	color: #333333;
	text-decoration: none;
}

.footer a{
	color: #CC0000;
	text-decoration: none;
}

.footer a:visited{
	color: #CC0000;
	text-decoration: none;
}

.footer a:active{
	color: #CC0000;
	text-decoration: none;
}

.footer a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.logintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.logintext a{
	color: #CCCCCC;
	text-decoration: none;
}

.photoframe { /* frame around main image */
			border: 1px solid #CCC; 
			background-color: #FFFFFF; 
			padding: 5px 5px 5px 5px;
			margin-left: 20px;
			}

			
.photoframeleft { /* frame around main image */
border: 1px solid #CCC; 
background-color: #FFFFFF; 
padding: 5px 5px 5px 5px;
margin-right: 20px;
			}
