@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bkg_dkblue.gif);
	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 */
}
.ltbluebkgd {
   background-image:url(../images/bkg_ltblue.gif);
}   
.oneColElsCtr #container {
	width: 950px;
	background-image:url(../images/bkg_ltblue.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	vertical-align: bottom;
	font-family: Tahoma; /* this fixes the stupid whitespace problem in IE browsers. */
	font-size: 1px; /* this fixes the stupid whitespace problem in IE browsers. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	display: block;
	vertical-align: bottom;
	font-family: Tahoma; /* this fixes the stupid whitespace problem in IE browsers. */
	font-size: 1px; /* this fixes the stupid whitespace problem in IE browsers. */
}
.heading1 {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	color: #200b80;
	text-align: center;
}
.head_textBoldIT {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:16px;
	font-style: italic;
	font-weight: bold;
	color: #200b80;
	text-align: center;
}
.homepage_text {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:14px;
	color: #200b80;
	text-align: center;
}
.homepage_textIT {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:14px;
	font-style: italic;
	color: #200b80;
	text-align: center;
}
.homepage_textBold {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	color: #200b80;
	text-align: center;
}
.homepage_textBoldIT {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color: #200b80;
	text-align: center;
}
.formula-h1 {
	margin-left: 5px;
	font-family:Tahoma;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	color: #200b80;
	text-align: left;
}
.page-text {
	margin-left: 5px;
	font-family:Tahoma;
	font-size:14px;
	color: #200b80;
	text-align: left;
}
.page-textB {
	margin-left: 5px;
	font-family:Tahoma;
	font-size:14px;
	color: #200b80;
	text-align: left;
	font-weight: bold;
}
.footer_text {
	padding: 5 5px;
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
a.footerlinks:link
{ font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline
}
a.footerlinks:active
{ font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline
}
a.footerlinks:hover
{ font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline
}
a.footerlinks:visited
{ font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

