
@import url("/styles/main.css");

a:link
{
	/* color: #3C78B5; */
	color: #003580;
}

a:visited
{
	color: #9F65B2;
}

#page
{
	background-color: #EEEEEE;
}

#logomain 
{
	background-image: url("/site/images/logomain.jpg");
	background-repeat: no-repeat;
}

#navbar 
{
	background-color: #9E948D;
}

#navbar li
{
	border-left: 1px solid #ffffff; 
}

#navbar a:hover {
	color: #9E948D; 
	background: #EEEEEE;
}

#contentSidebar 
{
	border-left: 1px solid #9E948D;
	border-bottom: 1px solid #9E948D;
}

#contentSidebar p 
{
	/* color: #003580; */
}

#contentMain h1
{
	color: #9E948D; 
}

#contentMain h2
{
	color: #9E948D; 
}

#contentMain h3
{
	color: #9E948D; 
}

#contentMain h4
{
	/* color: #B2B2B2; */
	color: #9E948D; 
}

#footer
{
	background-color: #9E948D;
}

#bottomLinks li
{
	border-left: 1px solid #ffffff;
}


/* Site Specific */

#demotech
{
	display: block;
	height: 75px;
	width: 150px;
}
#demotech img
{
	border: none;
}

#ambest
{
	display: block;
	height: 42px;
	width: 115px;
}
#ambest img
{
	border: none;
}

