﻿.PageBackground
{
	background-color: #A7BC2A;
}


.navigation 
{
	background-color: #B8CF2D;
}

.navigationBackground
{
	background-color: #B8CF2D;
}




a:active 
{
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
}





.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;
}


.navigation:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.navigation:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation:link
{
	color: #F7FFCD;
	text-decoration: none;
}

.navigation:visited
{
	color: #F7FFCD;
	text-decoration: none;
}



.sideNavProjectImageOver
{
	border: solid 3px #E0FC38;
}

.sideNavProjectImage
{
	border-width: 3px;
	border-color: #A7BC2A;
}




.mainContent 
{
	background-image: url(/images/FutureProjects/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-color: #A7BC2A;
}
