@charset "utf-8";
.MediumHeadingAqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #004080;
}

.MediumLtHeadAqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #036;
}
.HeadingAqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #004080;
}


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-color: #999;
	height: 190px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Images/NOBABanner4.jpg);
	text-align: left;
	vertical-align: top;
	padding: 0px;
	  /* 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: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #666;
	border-left-width: thin;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 110px;
	margin-bottom: 0;
	margin-left: 110px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	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: none;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	text-align: left;
}
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: #066;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
.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;	
}
.SideBar_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	margin-top: auto;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 1.1em;
}
.VerySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body,td,th {
	color: #666;
}
.HeadingGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #5B4126;
	text-align: left;
	line-height: .7em;
	padding-left: 0px;
	margin-left: 0px;
}
.RedLarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}

.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: #1B215C;
	padding: 2px;
}
.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);
}
.Arial_Med_Size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
.Sidebar_List_Intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: 0px;
	color: #1B215C;
	padding-right: 0px;
	margin-right: 0px;
}
#Top_Link_Line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	width: 1000px;
	margin: 0px;
	height: 25px;
	text-align: center;
	top: 0px;
	clear: none;
	float: none;
	padding-top: 152px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#WinnersHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000;
	padding-top: 200px;
	float: none;
	height: 10px;
	width: 400px;
}

.Heading_Purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #90C;
}
.Heading_Redish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #900;
}
.HeadingRedMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #4A506A;
}
.HeadingBr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #2B1500;
	text-align: left;
	line-height: .6em;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 0px;
}
.VerySmallTimes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}
