/*
html, body {
	overflow: visible;
}
*/
html, body {
	background-color: #F6F2E9;
	color: #000000;
}

#page_text p { 
	margin-bottom: 0px;
	margin-top: 12px;
}

#page_text p.first_paragraph {
	margin-top: 0px;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

li {
	list-style: square;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

#page_org {
	width: 860px;
	height: 626px;/*From 540px*/
	/*margin-left: -430px;*/
	position: relative;
	background-color: #FFFFFF;
	top: 0px;
	/*left: 50%;*/
}

span.awmAnchor {
	position: absolute; 
	top: 51px;
	left: 74px;
	z-index:1000
}

/*
 * The following styles pertain to the header that 
 * appears on every page.
 */
#header {
	position: absolute;
	top: 0px;
	width: 860px;
	height: 68px;
}
#dri_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
}

#dri_logo img {
	border: none;
}
#dri_byline {
	position: absolute;
	top: 0px;
	left: 71px;
	height: 47px;
}
#site_nav {
	position: absolute;
	top: 46px;
	left: 71px;
	width: 789px;
	height: 22px;
	background-color: #336666;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
}

#site_nav a {
	position: relative;
	top: 5px;
	left: 6px;
}

#site_nav a:link {
	color: #ffffff; 
	text-decoration: none;
	vertical-align: middle;
}
#site_nav a:visited {
	color: #ffffff; 
	text-decoration: none;
}
#site_nav a:hover {
	color: #FFFF99; 
	text-decoration: none;
}
#site_nav a:active {
	color: #000000; 
	text-decoration: none;
}


/*
 * The following styles pertain to the footer that 
 * appears on every page.
 */
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 22px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #666699;
}
#footer_name {
	position: absolute;
	top: 4px;
	padding-left: 20px;
	color: #ffffff;
	font-weight: bold;
}
#footer_nav {
	position: absolute;
	right: 0px;
	top: 4px;
	padding-right: 20px;
	font-weight: bold; 
	text-align: center;
	color: #ffffff;
}
#footer_nav a:link {
	color: #ffffff; 
	text-decoration: none;
}
#footer_nav a:visited {
	color: #ffffff; 
	text-decoration: none;
}
#footer_nav a:hover {
	color: #FFFF99; 
	text-decoration: none;
}
#footer_nav a:active {
	color: #FFFF99; 
	text-decoration: none;
}

/*
 * The following styles pertain to the content that 
 * appears on every page.  Styles that appear here
 * are constant across all content sections.  Anything
 * that pertains to only one section or one page is 
 * defined in the style sheet for that section.
 */
 
#content {
	position: absolute;
	top: 71px;
	bottom: 22px;
	left: 0px;
	width: 100%;
	height: 530px;/*From 444px 12-20-05 Corey Kizer*/
	background-color:#ffffff;
	overflow: hidden;
}

#section_nav {
	position: absolute;
	font-size: 10px;
	background-color: #F2E8B7;
}

#section_nav p {
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

#section_nav a {
	font-weight: bold;
}

#section_nav a:link {
	color: #000000;
	text-decoration: none;
}
#section_nav a:visited {
	color: #000000; 
	text-decoration: none;
}
#section_nav a:hover {
	color: #333399; 
	text-decoration: none;
}
#section_nav a:active {
	color: #333399; 
	text-decoration: none;
}


