﻿/*

  dark green:    #5f001c
  light green:   #6baf34
  bg grey:       #ececec
  dark grey:     #9d9b9b
  
*/

h1
{
  color: blue;
  font-size: 12pt;
  font-weight: bold;
}

h2
{
  color: blue;
  font-size: 12pt;
  font-weight: bold;
}

h3
{
  color: blue;
  font-size: 9pt;
  font-weight: bold;
}

.boxInner a
{
	color:blue !important;
}

.boxInner a:hover
{
	text-decoration:underline !important;
}

.subNavSelected
{
  background-image:  url(/_images/bg-gradient-nav-light.jpg) !important;
  /*url(/_images/themepink/bg-gradient-nav-light.jpg) !important;*/
}

.theme-bg
{
	background:#100950 url(/_images/theme-blue-bg.png) top left no-repeat;
}

.mainTitle h1
{
	color:white

}

.introCopy p
{
	color:white;
}

.introCopy a
{
	color:white;
	font-weight:bold;
}


.mainCopy
{

  background:url(/_images/themeBlue/bg-maincopy.jpg) left bottom no-repeat !important;

}

* html body .mainCopy
{
	background:url(/_images/themeBlue/bg-maincopy.jpg) left top no-repeat !important;
}


.boxInner
{
  background: url(/_images/themeBlue/bg-small-gradient.jpg) bottom left repeat-x !important;

}


.theme-bg
{
	padding-bottom:15px !important;
}

.theme-bg a
{
	color:white;
}
