﻿.PageBackground
{
	background-color: #585072;
}


a:active 
{
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
}



.navigation 
{
	background-color: #8880B2;
}

.navigationSelected:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigationSelected:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigationSelected:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigationSelected:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}






.navigationBackground
{
	background-color: #8880B2;
}


.sideNavProjectImageOver
{
	border: solid 3px #B4A4E9;
}

.sideNavProjectImage
{
	border-width: 3px;
	border-color: #585072;
}



.mainContent 
{
	background-image: url(/images/PastProjects/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-color: #585072;
}
