@charset "utf-8";
body  {
	background: #666666;
	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: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.35em;
	font-style: normal;
	font-weight: normal;
	background-image: url(Images/GraySand.jpg);
}
.Quote_red_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #C06;
	font-weight: bold;
}

.thrColFixHdr #container {
	width: 1000px;  /* 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; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	  /* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1Upper {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding: 3px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: none; /* since this element is floated, a width must be given */
	width: 0px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} 
.thrColFixHdr #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 */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.Quote_Very_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #F00;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666;
	margin: 0px;
}
.StoryIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	color: #030;
	margin: 0px;
}
.QuoteIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #C06;
	line-height: 1.1em;
}
#ColoredH1Heading {
	color: #066;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.AmazonMess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
a {
	color: #154F95;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0073B7;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	font-weight: bold;		
}
.SideBar_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	margin-top: auto;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
}
body,td,th {
	color: #666;
}
.HeadingGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #326363;
	text-align: left;
	line-height: 1.2em;
}
.SideBar_Small_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 19px;
	margin-left: 10px;
	color: #047D59;
}
.RightImage {
	margin: 10px;
	float: right;
}
.LeftImage {
	margin: 10px;
}
.MiddleImage {
	margin: 10px;
	text-align: center;
}
.Half_Line_Spacer {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	line-height: 0.5em;
	color: #FFF;
}
.three_quarter_line_spacer {
	font-size: small;
	line-height: .7em;
}

.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #030;
	line-height: 1.3em;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0in;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.List_with_half_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.Suggestion_Purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #120D1C;
	margin: auto;
	font-weight: normal;
}
.list_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #066;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
}
.bg_table_AB {
	background-image: url(../Main/Images/AB_TopBarImage.jpg);
}
.bg_table_AO {
	background-image: url(Images/AO_TopBarImage.jpg);
}

.Arial_Med_Size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
.Para_Normal_Middle {
	text-align: center;
}
.Times_Rt_Indent {
	display: block;
	margin-right: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.4em;
	color: #333;
}

