/* CSS Document */
body {
	background-color: #09F;
	background-image: url(Images/BackTile.gif);
}
/*body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #06F;
	background-color: #06F;
	background-image: url(Images/BackTile.gif);
	background-repeat: repeat;
}*/
.oneColFixCtrHdr #container {
	width: 900px;
	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. */
	background-color: #FFFFFF;
	background-image: url(Images/BlueBanner.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background-color: #ffffff;
	background-image: url(Images/BlueBanner.jpg);
	background-repeat: no-repeat;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }
	
.CenterText {
	text-align: center}

.RedHead {
	COLOR: #FF0000;
    font-size: 200%}
	
.BlueHead {color: #0000FF;
           font-size: 200%}
h1 {color: #0000FF;
           font-size: 200%} /* sstart usingthis instead of BlueHead */


.RedSubHead {
	COLOR: #FF0000;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
	
.BlueSubHead {
	color: #0000FF;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	color: #0000FF;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;  /* start using this instead of BlueSubhead */
}

dt {
	color: #0000FF;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;  /* start using this instead of BlueSubhead */
}


.BlackSubHead {
	color: #000000;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {
	font-size: 125%;
	color: #FF0000}  /* replace redtext with h3 */
	
h4 {
	font-size: 100%;
	color: #FF0000}
	
.GreenText {
	color: #00FF00}

.BlueText{
  color: #0000FF}

.MediumType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.SmallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.BoldType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}
p {
	text-indent: 16px;
}
.Footer {
	background-color: #1C79FA;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Footer td a {
	color: #FFF;
}
