@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	border: thin none #FFFFFF;
	background-color: #E2DFF0;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.style1 {font-size: 10px}
.style2 {font-size: 12%}

.style3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.style4 {color: #FFFFFF}

.style5 {color: #990000}



.oneColFixCtrHdr #container {
	width: 812px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF1D2;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.LeftColumnLinks {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.FooterText {
	font-size: 12px;
	color: #666666;
}

.LeftColumnBlueHeader {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
}
.LeftColumnOrangeHeader {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.MainContainerText {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding-left: 0px;
}
.RightColumnLinks {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MainContainerHeader {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-left: 0px;
}

.MainContainerSmall {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
}
.MainTableInner {
	border: 1px solid #FFFFFF;
}
.MainTableOuter {
	border: 1px solid #999999;
}
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333366;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #333366;
}
.OrangeTableInner {
	border: 1px solid #F4AD06;
	background-color: #F4AD06;
}
.WhiteTableInner {
	border: 1px solid #FFFFFF;
}
.OrangeTableOuter {
	border: 1px solid #F4AD06;
}
.TextGreyMedium {
	font-size: 12px;
	color: #333333;
}
.TextGreySmall {
	font-size: 12px;
	color: #666666;
}
.TextOrangeHeader {
	font-size: 14px;
	color: #F4AD06;
}
.TextPurpleHeader {
	font-size: 14px;
	color: #797BBB;
}
.BlueTableBackground {
	background-color: #E1DEEB;
}
.BeigeTableBackground {
	background-color: #FCF3D8;
}
.BlackBorder {
	border: 1px solid #000000;
}
.FloatingRightDiv {
	width: 160px;
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}
.FloatingRightDiv_Home {
	width: 200px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
p {
	margin: 0px;
	padding: 0px;
}
