@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: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 135%;
	background-color: #242424;
	background-image: url(orange_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 825px;
	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: #242424;
} 
.twoColFixLtHdr #header {
	width: 825px;
	padding: 0;
	background-color: #242424;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0px;
	display: inline;
	font-size: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
} 
.main_content_main_content {
	padding-right: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	float: left;
	width: 540px;
}
.bottom_main {
	float: left;
	clear: left;
	background-image: url(orange_main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 565px;
}
.top_main {
	float: left;
	clear: left;
	background-image: url(blue_main_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 565px;
	height: 32px;
}
.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;
}
.sidebar_content {
	background-color: #AA6100;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 168px;
}
.sidebar_top {
	background-image: url(orange_sb_top.jpg);
	height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar_bottom {
	background-image: url(orange_sb_bottom.jpg);
	width: 180px;
	background-repeat: no-repeat;
	float: none;
	height: 35px;
	clear: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 .sidebar_content h3 {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content h1 {
	color: #AA6100;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1.25em;
	font-size: 200%;
	line-height: 170%;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content h2 {
	font-size: 140%;
	color: #AA6100;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content h3 {
	font-weight: bold;
	color: #AA6100;
	font-size: 100%;
	margin-bottom: .5em;
	padding-bottom: 0.25em;
	margin-top: 2em;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content p {
	color: #202020;
	line-height: 150%;
	margin-bottom: 1.25em;
}
.twoColFixLtHdr #container #sidebar1 .sidebar_content p {
	font-size: 1px;
}
.twoColFixLtHdr #footer {
	background-color: #242424;
	font-size: 75%;
	font-weight: lighter;
	text-align: center;
	width: 500px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	clear: both;
	margin-bottom: 50px;
} 
.twoColFixLtHdr #container #mainContent .main_content_main_content a:link {
	color: #202020;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content a:visited {
	color: #5E5E5E;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content a:hover {
	color: #202020;
	text-decoration: none;
}
.nasba_logo {
	float: right;
	margin-left: 25px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 10px;
}
.small_text {
	font-size: 75%;
}
.important_point {
	color: #AA6100;
}
.twoColFixLtHdr #container #mainContent .main_content_main_content #usa_map2 {
	background-image: url(usa-map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#group_usa_map {
	background-image: url(usa-group-map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 370px;
	width: 540px;
}

