body {
 background-color: #D9E0F0;/*EFF4FF;*/
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
}
.wrapper {
  background-color: #FFFFFF;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 0px 0px 0px;
}

/* Top Navigation Bar on all pages */
#navigation {
	padding: 0;
	margin: 0;
}

#navigation h1{
	font-family: "Arial Narrow", Times, serif;
	font-size: 1.65em;
	color: #6D94CC;/*5C73B8*/
	padding-left: 15px;
	padding-top: 5px;
	margin: 0px 0px 5px 5px;
	letter-spacing:-1px;
	word-spacing: 1px;
	text-align: left;
}
#navigation h1 a{
	text-decoration: none;
	color: #6D94CC;/*7B0D32;*/
}
#navigation ul{
	width: 775px;
	border-bottom: 2px solid #625e00;
	background-color: #6D94CC; /*5C73B8*/
	margin: 0;
	padding: 0;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #EAEDF4;
	text-transform: uppercase;
	line-height: 1.3em;
}

* html #navigation ul{ /*IE only rule, reduce menu width*/
	width: 99%;
	height: 1%;
}

#navigation ul li{
	display: inline;
	font-size: 75%;
}

#navigation ul li a{
	float: left;
	color: #EAEDF4;
	padding: 2px 11px;
	text-decoration: none;
}

#navigation .space{
	background: transparent url(../images/topNavSeperator.gif) center right no-repeat;
}

#navigation ul li a:visited{
	color: #EAEDF4;
}

#navigation ul li a:hover{
	color: #F09035; /*5C73B8;*/
	background-color: #EAEDF4;
}

#marketing {
	/* border: 1px solid black; */
	width: 775px;
	height: 125px;
	font-family: "Goudy Old Style", Times, serif;
	color: #6D94CC;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.03em;
    padding: 0;
	margin: 0;
	border-bottom: 5px solid #6D94CC; 
}
#marketing h1{
	font-size: 1.35em;
	margin: 2px 5px 7px 5px;
}
#marketing p{
	font-size: 1.0em;
	margin: 2px 5px 7px 5px;
}

#subNav {
	/* border: 1px solid black; */
	width: 150px;
    padding: 0;
	margin: 12px 0 0 5px;
	text-align: left;
}
#subNav ul{
	/* border: 1px solid black; */
	line-height: 0.8em;
	padding: 0;
	margin: 0;
}
#subNav ul li{
	padding: 5px 0 5px 0;
	list-style-type: none;
}
#subNav p{
	color: #D66034;
	padding: 0;
	margin: 5px 0 0 0;
}
#subNav a{
	text-decoration: none;
	color: #6D94CC;/*122D48;*/
}
#subNav a:visited{
	color: #6D94CC;/*122D48;*/
}
#subNav a:hover{
	color: #A9D172;/*5C73B8;*/
	text-decoration: underline;
}

/* Footer on all pages */
#footer {
	background: transparent url(../images/footerGradient.gif) bottom repeat-x;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: "Times New Roman", Times, serif;
	color: #253976;
	border-top: 2px solid #625e00;
}
#footer ul{
	width: 775px;
	margin-top: 5px 0px 5px 0px;;
}

#footer ul li{
	display: inline;
	list-style-type: none;
	padding: 0px 3px 0px 2px;
}
#footer a{
	color: #253976;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited{
	color: #253976;
	font-weight: bold;
}
#footer a:hover{
	color: #F09035;
	text-decoration: underline;
	font-weight: bold;
}
* html #footer ul{ 
	width: 99%;
	height: 1%;
}