body {
	background-color: #FFFFFF;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-repeat: no-repeat; */
	background-position:top center;
	background-image: url(../images/pagebackground.jpg);
}
body,td,th {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #012150;
	font-size: 14px;
}
a:link {
	color:  #003399;
	text-decoration: none;
}
a:visited {
	color:  #003399;
	text-decoration: none;
}
a:hover {
	color:  #b00101;
	text-decoration: none;
}
a:active {
	color:  #003399;
	text-decoration: none;
}

.titleStyle1  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #003399;
	font-size: 22px;
	font-weight: bold;
}

.headerStyle1  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #003399;
	font-size: 18px;
	font-weight: bold;
}

.sideNavBold  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #003399;
	font-size: 13px;
	font-weight: bold;
}

.sideNavSub  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #003399;
	font-size: 11px;
	font-weight: bold;
}

.sideNavBoldRed  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #b00101;
	font-size: 13px;
	font-weight: bold;
}

.footerNavBlue  {
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	background-color:#E8EFFD;
	color: #b00101;
	font-size: 12px;
	font-weight: normal;
}

.Normalstyle1{
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #012150;
	font-size: 14px;
	font-weight:normal;
}

.NormalstyleBold{
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #012150;
	font-size: 16px;
	font-weight:bold;
}

.NormalstyleBoldRed{
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #b00101;
	font-size: 14px;
	font-weight:bold;
}

.Spacing1 {
	line-height: 16px;
	font-size: inherit
	font-weight: inherit;
}

.FooterText{
	font-family: "Myriad Pro", "Myriad", "Trebuchet MS", Trebuchet, Arial, Sans-Serif, Helvetica;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 1px;
}

.table2 {
	background-color:#E8EFFD;
	border-color: #E8EFFD;
	border-style: solid;
	border-width: 0 px;
	border-collapse: separate;
	border-spacing: 0 px;
}

#MaxWidthWindow {
	/* for Firefox, Opera and others: */
	width: expression(document.body.clientWidth > 900 ? "900px" : "auto" );
    max-width: 900px; 
}
