.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Frutiger LT Std 47 Light Cn";
	font-size: 14px;
	color: #0d2d55;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
	A:link		{
	color: #0d2055;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	.linkright		{
	color: #0d2055;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
	A:visited	{
	color: #CC33FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	.visitedRight	{
	color: #CC33FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
	A:active	{
	color: #0D2055;
	text-decoration: underline;
	background-color: ;
}
	A:hover		{
	color: #CC3333;
	text-decoration: underline;
	background-color: ;
}
.blueTitle14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-variant: normal;
	color: #0d2055;
	font-weight: bold;
}
.blueTitle14center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-variant: normal;
	color: #0d2055;
	font-weight: bold;
	text-align: center;
}
.blueTitle16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	color: #0d2055;
	font-weight: bold;
}
.blueTitle16center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	color: #0d2055;
	font-weight: bold;
	text-align: center;
}
.blueTitleUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0d2055;
	text-decoration: underline;
}
.blackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: left;
}
.blackTitleCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}
.blackTitleUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.blackTextCenter {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.blackTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.redTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-align: left;
}
.redTitleCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
	text-align: center;

}
.redTitleUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}
.redTitleLarger {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-align: left;
}
.redTitleLargeCenter {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	height: 16px;
	width: 70px;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0d2055;
	text-decoration: none;
}
.blueTextCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0d2055;
	text-decoration: none;
	text-align: center;
}
.blueTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0d2055;
	text-decoration: none;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.redTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.blackTextUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.blueTextUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0d2055;
	text-decoration: underline;
}
.redTextUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}
.textInBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	height: 250px;
	width: 650px;
}
.BlueBoldLarge {
	font-family: Broadway;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #0d2055;
}
.blackTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
}
.blueTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0d2055;
	text-decoration: none;
}
.redTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}
.whiteTextCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
.whiteTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}
.whiteTextBoldCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
.GaramondTitle {
	font-family: Garamond;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.blueTimesNewRoman {
	font-family: Times New Roman;
	font-size: 12px;
	color: #0D2055;
	font-weight: normal;
}
.blueTimesNewRomanBold {
	font-family: Times New Roman;
	font-size: 12px;
	color: #0D2055;
	font-weight: bold;
}
.LTZapfino {
	font-family: LTZapfino;
	font-size: 36px;
	color: #0D2055;
	font-weight: bold;
}
BlueTitle16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0d2055;
}
.oneColElsCtrHdr #container #mainContent table tr td {
	font-size: 16px;
}
.oneColElsCtrHdr #container #mainContent table tr td {
	font-size: 14px;
}
.oneColElsCtrHdr #container #mainContent table tr td h2 {
	font-size: 14px;
	font-style: normal;
}
.Hyperlink16 {
	font-size: 14px;
	font-weight: bold;
}
HyperLink14 {
	font-size: 14;
}
table tr td h2 .Hyperlink16 a {
	font-size: 16px;
}
HyperLink14 {
	font-size: 14px;
}
.BlackText14 {
	font-weight: normal;
	font-style: normal;
}
BlackText14 {
	font-size: 14px;
}
Arial14 {
	font-family: Arial, Helvetica, sans-serif;
}
Arial14 {
	font-size: 14px;
}
Arial14 {
	font-family: Arial, Helvetica, sans-serif;
}
Arial14 {
	font-size: 14px;
}
.oneColElsCtrHdr #container #mainContent table tr .GaramondTitle table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
}
.oneColElsCtrHdr #container #mainContent table tr .GaramondTitle .blueTitle {
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent table tr td h2 .BlackText14 {
	font-weight: bold;
}
.blueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0D2D55;
}
.blueTitleCenter {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0D2D55;
	text-align: center;
}
.blackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.blackTitleCenter {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.blackTitleCenter {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.FrostyMugs {
	font-weight: normal;
}

.LTZapfino .LTZapfino {
	font-family: "LTZapfino One";
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #0D2D55;
}
