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