<!--
body {
	font-family: georgia, 'times new roman', times, serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #000000;
	background-color: #FFFFCC;
	background-image:url(../images/bkg_wrapper_page.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

p { 
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-size: 18px; 
	line-height: 21px;
	font-weight: bold;
	color: #F15F37;
	background-color: transparent;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold;
	color: #F15F37;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;   
	}

h3 { 
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold;
	color: #F15F37;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;  
	}

h4 { 
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	color: #F15F37;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;   
	}

a { 
	color: #5B8EBF; 
	background-color: transparent; 
	text-decoration: none;
	}

a:link {   
	text-decoration: none;  
	}

a:visited { 
	text-decoration: none; 
	}

a:active { 
	text-decoration: underline; 
	}

a:hover {  
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ol ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

li {
	font-family: georgia, 'times new roman', times, serif; 
	font-size: 12px; 
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}

blockquote {
	margin: 4px 10px 15px 25px;
	}

span.upper {
	text-transform: uppercase;
	}

span.upperbold {
	font-weight: bold;
	text-transform: uppercase;
	}

img.right {
	float: right;
	margin: -3px -18px 4px 10px;
	}

img.left {
	float: left;
	margin: -3px 10px 4px -5px;
	}

.small {
	font-size: 90%;
	line-height: 120%;
	}

.center {
	text-align: center;
	}

/* BASIC LAYOUT AND BACKGROUND STYLES */

div#wrappertop {
	width: 1000px; 
	color: #FFFFFF; 
	background-color: transparent; 
	background-image: url(../images/bkg_wrapper_top.gif);
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	} 

div#wrapperbtm {
	width: 951px; 
	color: #000000; 
	background-color: transparent; 
	background-image: url(../images/bkg_wrapper_btm.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	} 

div#wrapperhd {
	width: 1000px; 
	height: 257px;
	background-image:url(../images/bkg_wrapper_hd.gif);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	}

div#wrapperlogo {
	width: 249px;
	color: #000000;
	background-color: transparent;
	padding: 120px 0px 0px 0px;
	margin: 0px;
	}

div#wrapperftr {
	width: 951px;
	color: #000000;
	background-color: transparent;
	padding: 15px 0px 40px 0px;
	margin: 0px;
	}

/* HEADER STYLES */

img.logo {
	margin: 0px 0px 0px 45px;
	}

div#masthead {
	width: 716px;
	height: 194px;
	margin: 0px 0px 0px 0px;
	}

div#nav {
	width: 716px;
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	}

div#nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div#nav li {
	display: block;
	float: left;
	font-family: georgia, "times new roman", times, serif;
	font-size: 13px; 
	line-height: 16px;
	margin: 0px; 
	}

div#nav li a {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	padding: 19px 14px 14px 14px;
	}

div#nav a:link {   
	color: #FFFFFF;
	background-color: transparent;  
	}

div#nav a:visited { 
	color: #FFFFFF;
	background-color: transparent;
	}

div#nav a:active { 
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../images/bkg_nav_p.gif);
	background-repeat: repeat-x;
	text-decoration:none;
	}

div#nav a:hover {  
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../images/bkg_nav_p.gif);
	background-repeat: repeat-x;
	text-decoration:none;
	}

div#nav li a.select {
	background-image: url(../images/bkg_nav_p.gif);
	background-repeat: repeat-x;
	}

div#nav a:link.select {   
	background-image: url(../images/bkg_nav_p.gif);
	background-repeat: repeat-x;  
	}

div#nav a:visited.select { 
	background-image: url(../images/bkg_nav_p.gif);
	background-repeat: repeat-x;
	}

div#nav li.first a {
	padding: 19px 14px 14px 24px;
	}

div#nav li.last a {
	padding: 19px 17px 14px 14px;
	}

/* LEFT COLUMN STYLES */

div#leftcol {
	width: 249px;
	padding: 24px 0px 80px 0px;
	margin: 0px 0px 0px 0px;
	}

div#leftcol img.sidebarimg {
	margin: 0px 0px 0px 27px;
	}

/* CONTENT STYLES */

div#subheadpg {
	padding: 32px 0px 22px 0px;
	margin: 0px 0px 0px 22px;
	}

div#content {
	padding: 0px 0px 54px 0px;
	margin: 0px 0px 0px 0px;
	}

div#content p {
	margin: 0px 25px 12px 18px; 
	}

div#content p.intro {
	font-size: 12px;
	line-height: 24px;
	margin: 0px 25px 16px 18px; 
	}

table#timeline {
	margin: 0px 0px 14px 18px;
	}

table#timeline th {
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #5B8EBF;
	margin: 0px 5px 5px 0px; 
	padding: 4px 0px 5px 0px;
	}

table#timeline th p {
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #5B8EBF;
	margin: 0px 0px 0px 0px; 
	}

table#timeline td {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 5px 6px; 
	}

table#timeline td p {
	margin: 0px 0px 0px 0px; 
	}

div#content h1 {
	padding: 5px 0px 0px 0px; 
	margin: 0px 25px 14px 18px;
	}

div#content h2 {
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 7px 18px;
	}

div#content h3 {
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 14px 18px;
	}

div#content h4 {
	font-style: italic;
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 7px 18px;
	}

div#content blockquote {
	padding: 5px 0px 0px 0px;
	margin: 0px 70px 15px 60px;
	}

div#content ul { 
	list-style-type: none;
	list-style-position: outside;
	color: #000000; 
	background-color: transparent;
	padding: 2px 0px 0px 0px; 
	margin: 0px 50px 13px 18px;
	}

div#content li { 
	background-image:url(../images/bullet_ct.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 8px; 
	margin: 0px 0px 8px 0px;
	} 

div#content ul li ul { 
	margin: 3px 25px 5px 15px;
	}

div#content ul li ul li {
	background-image:url(../images/bullet_ct.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 11px;
	}

div#content ol {
	margin: 0px 50px 13px 40px;
	}

div#content ol li { 
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px; 
	} 

div#content ol li ul { 
	list-style-type: none;
	list-style-position: outside;
	margin: 3px 20px 4px 15px;
	}

div#content ol li ul li {
	background-image:url(../images/bullet_ct.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 11px;
	margin: 0px 0px 3px 0px;
	}

div#content ol li ol {
	list-style-type: lower-latin;
	list-style-position: outside;
	margin: 3px 20px 4px 30px;
	}

div#content ol li ol li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	}

div#content div.hr {
/*	width: 450px; */
	height: 3px;
	color: #DDDDDD;
	background-color: transparent;
	background-image:url(../images/bkg_hr.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px 20px 7px 18px;
	}

div#content div.hr hr {
	display: none;
	}

div#content p.thumbrow {
	margin: 0px 0px 0px 18px;
	}

div#content p.thumbrow img {
	margin: 0px 7px 7px 0px;
	}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

div#outreach {
	width: 485px;
	height: 158px;
	}

div#outreach p {
	margin: 0px 25px 12px 18px; 
	}

div#outreach h4 {
	font-style: italic;
	padding: 27px 0px 0px 0px;
	margin: 0px 25px 8px 18px;
	}

/* RIGHT COLUMN STYLES */

div#rightcolumn {
	width: 204px;
	padding: 0px 0px 65px 0px;
	margin: 0px 0px 0px 0px;
	}

div#whatsnew {
	width: 204px;
	color: #000000;
	background-color: #EEC411;
	padding: 31px 0px 32px 0px;
	margin: 0px 0px 16px 0px;
	}

div#whatsnew img.subhead {
	margin: 0px 0px 1px 0px;
	}

div#whatsnew p {
	margin: 0px 14px 10px 21px;
	}

div#whatsnew h2 {
	padding: 3px 0px 0px 0px;
	margin: 0px 14px 2px 21px;
	}

div#whatsnew h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	background-color: transparent;
	padding: 2px 0px 0px 0px;
	margin: 0px 14px 3px 21px;
	}

div#whatsnew ul { 
	list-style-type: none;
	list-style-position: outside;
	color: #000000; 
	background-color: transparent;
	padding: 0px 0px 0px 0px; 
	margin: 0px 18px 13px 21px;
	}

div#whatsnew li { 
	background-image:url(../images/bullet_wn.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 8px; 
	margin: 0px 0px 4px 0px;
	} 

div.rightbox {
	color: #000000;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
	}
* html div.rightbox  {  /* This is the Tan Box Model hack */
	width: 200px;
	w\idth: 202px;
	}

div.rightbox p {
	margin: 0px 8px 14px 18px;
	}

div.rightbox h2 {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	padding: 3px 0px 0px 0px;
	margin: 0px 8px 12px 18px;
	}

div.rightbox ul { 
	list-style-type: none;
	list-style-position: outside;
	color: #000000; 
	background-color: transparent;
	padding: 0px 0px 13px 0px; 
	margin: 0px 6px 0px 18px;
	}

div.rightbox li { 
	background-image:url(../images/bullet_rt.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 10px; 
	margin: 0px 0px 8px 0px;
	}

div.formbox {
	color: #000000;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
	}

div#SignUp {
	margin: 0px 0px 0px 0px;
	}

div#SignUp p {
	margin: 0px 8px 14px 19px;
	}

div#SignUp p.reqtxt {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	margin: 0px 0px 8px 0px;
	}

div#SignUp h2 {
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	padding: 3px 0px 0px 0px;
	margin: 0px 8px 14px 19px;
	}

.signupframe {
	font-family: georgia, 'times new roman', times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	background: #FFFFFF;
	}

.signupframe label {
	display: block;
	white-space:nowrap;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	background-color: transparent;
	padding: 6px 0px 0px 0px;
	margin: 0px 6px 11px 19px;
	}
	
.signupframe input.formfields {
	width: 108px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 11px; 
	line-height: 13px;
	color: #333333;
	border: 1px solid #C3C3C3;
	margin: 0px 0px 6px 0px;
	padding: 2px 0px 2px 2px;
	}

.signupframe input.subbtn {
	width: 60px;
	font-family: georgia, "times new roman", times, serif;
	font-size: 12px; 
	line-height: 12px;
	text-align: center;
/*	font-weight:bold; */
	color: #F15F37;
	background-color: #FFFFFF;
	border: 1px solid #F15F37;
	margin: 0px 0px 12px 0px;
	padding: 3px 4px 2px 4px;
	}

/* FOOTER STYLES */

img.adot {
	margin: 0px 0px 0px 11px;
	}

img.fhwa {
	margin: 0px 0px 0px 4px;
	}

img.rta {
	margin: 0px 0px 0px 3px;
	}

img.marana {
	margin: 0px 0px 0px 3px;
	}

div#footer {
	float: left;
	width: 702px;
	color: #000000; 
	background-color: transparent; 
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div#footer ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	}

div#footer li {
	display: block;
	float: left;
	font-family: georgia, "times new roman", times, serif;
	font-size: 12px; 
	line-height: 15px;
	margin: 0px 0px 0px 14px; 
	padding: 0px;
	}

div#footer li a {
	color: #000000;
	background-color: transparent;
	}

div#footer a:link {   
	color: #000000;
	background-color: transparent;  
	}

div#footer a:visited { 
	color: #000000;
	background-color: transparent;
	}

div#footer a:active { 
	color: #000000;
	background-color: transparent; 
	}

div#footer a:hover {  
	color: #000000;
	background-color: transparent;
	}

-->