body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #00539F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;  /* 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 #fef200;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p  {color:#333333;	font-size:80%; line-height:100%; text-transform: none }
p.footer  {color:#fef200; font-size:80%; line-height:100%; text-transform: none; font-weight:bold }

p.white  {color:#ffffff; font-size:80%; line-height:100%; text-transform: none }
p.footer  {color:#fef200; font-size:80%; line-height:100%; text-transform: none; font-weight:bold }


a { color: #00539f; font-size: 100%; text-decoration: none }
a:Hover { color: #00539f; font-size: 100%; text-decoration: underline }

a.gr { color: #333333; font-size: 100%; text-decoration: underline }
a.gr:Hover { color: #000000; font-size: 100%; text-decoration: underline }

a.footer { color: #fef200; font-size: 100%; text-decoration: underline }
a:Hover.footer { color: #fef200; font-size: 100%; text-decoration: underline }

a.menu { color: #00539F; font-size: 100%; text-decoration: none; line-height:150% }
a:Hover.menu { color:#00539F; font-size: 100%; text-decoration: underline }

ul {font-size:  80%; line-height: 120%; color:#00539F; font-weight:bold}

ol {color:#050;	font-size:  100%;	line-height: 120% }

h1 {color: #00539f; font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:180%}
h2 {color: #00539f; font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:130%}
h3 {color: #ffffff; font-family:"Times New Roman", Times, serif; font-weight:bold; font-size:120%; line-height:normal}
h4 {color: #333333; font-weight:bold; font-size:90%}
h5 {color: #050; font:   small-caps bold 120% / 120% Georgia, "Times New Roman", Times, serif, Georgia, "Times New Roman", Times, serif;	margin: 0 }
h6 {color: #050; font:   small-caps bold 100% / 150% Georgia, "Times New Roman", Times, serif, Georgia, "Times New Roman", Times, serif;	margin: 0 0 0 7% }

#navigation td {
	
	}
	
#navigation a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #fef200;
	color:#00539f;
	}

#navigation p {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}

#header p {
	font: bold 130%;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:5px 6px 5px 10px;
	}

#header p.grey {
	color:#333333;	font-size:80%; line-height:100%; text-transform: none 
	}
.style1 {color: #00539f; font-weight: bold}

.flr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.fll {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

