html
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	font-family: Arial , Verdana, Helvetica, sans-serif;
	line-height: 100%;
}
body a:link
{
	color: blue;
}
body a:visited
{
	color: purple;
}
body a:hover
{
	color: #77BBFF;
}
body a:active
{
	color: blue;
}

body textarea, select
{
	border: 1px solid #008080;
	background-color: #F0F0F1;
	border: #cccccc 1px solid;
}
.textfield
{
	border: 1px solid #008080;
	background-color: #F0F0F1;
	border: #cccccc 1px solid;
}
input#txtNewSearch
{
	border: 1px solid #008080;
	background-color: #F0F0F1;
}
input#txtSearch
{
	border: 1px solid #008080;
	background-color: #F0F0F1;
}
input#txtProductSearch
{
	border: 1px solid #008080;
	background-color: #F0F0F1;
}

span#header_link
{
	margin: 8px 0 0 -493px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	width: 320px;
	left: 50%;
	height: 85px;
	border: none;
}


fieldset
{
	border: 0px;
}

.fieldset_text_input
{
	margin: 0;
	padding: 0;
	height: 23px;
	width: 187px;
	font-size: 1.25em;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
a.blue_links_no_underline:link
{
	color: blue;
	text-decoration: none !important;
}
a.blue_links_no_underline:visited
{
	color: purple;
	text-decoration: none !important;
}
a.blue_links_no_underline:hover
{
	color: #77BBFF;
	text-decoration: none !important;
}
a.blue_links_no_underline:active
{
	color: blue;
	text-decoration: none !important;
}

.black_links a:link
{
	color: #000000 !important;
	text-decoration: none;
}
.black_links a:visited
{
	color: #959796 !important;
	text-decoration: none;
}
.black_links a:hover
{
	color: #000000 !important;
	text-decoration: underline !important;
}
.black_links a:active
{
	color: #000000 !important;
	text-decoration: none;
}

a.black_underlined_links:link
{
	color: black !important;
}
a.black_underlined_links:visited
{
	color: #959796 !important;
}
a.black_underlined_links:hover
{
	color: #CACACA !important;
}
a.black_underlined_links:active
{
	color: black !important;
}

.blue_links_with_green_visited a:link
{
	color: blue !important;
	text-decoration: underline !important;
}
.blue_links_with_green_visited a:visited
{
	color: #008000 !important;
	text-decoration: none !important;
}
.blue_links_with_green_visited a:hover
{
	color: #77BBFF !important;
	text-decoration: underline !important;
}
.blue_links_with_green_visited a:active
{
	color: #008000 !important;
	text-decoration: none !important;
}

a.green_links_visted_bold:link
{
	color: #008000 !important;
	text-decoration: none !important;
}
a.green_links_visted_bold:visited
{
	color: #008000 !important;
	font-weight: bold;
	text-decoration: none !important;
}
a.green_links_visted_bold:hover
{
	color: #00D200 !important;
	text-decoration: underline !important;
}
a.green_links_visted_bold:active
{
	color: #008000 !important;
	text-decoration: none !important;
}
/*header css*/
div#header
{
	position: absolute;
	width: 994px;
	left: 50%;
	height: 108px;
	margin: 0 0 0 -499px;
	padding: 0;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

div#header a:link
{
	color: #AED7FF;
}
div#header a:visited
{
	color: #D98AFF;
}
div#header a:hover
{
	color: #E6F2FF;
}
div#header a:active
{
	color: #AED7FF;
}


p#quote
{
	margin: 0.69em 0 0 26.00em;
	padding: 0;
	font-family: Times New Roman, Arial;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

p#source
{
	margin: 0.56em 0 0 45.75em;
	padding: 0;
	font-family: Times New Roman, Arial;
	font-size: 0.814em;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
ul#nav_list
{
	margin: 1.31em 0 0 25.38em;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}
li.nav_links
{
	margin: 0 3.44em 0 0;
	padding: 0;
	font-size: 0.814em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	display: block;
}
li.nav_links a
{
	margin: 0 0 0 0;
	padding: 0;
	display: block;
}

li.nav_links a:link
{
	color: #FFFFFF !important;
	text-decoration: none;
}
li.nav_links a:visited
{
	color: #FFFFFF !important;
	text-decoration: none;
}
li.nav_links a:hover
{
	color: #FFFFFF !important;
	text-decoration: none;
}
li.nav_links a:active
{
	color: #FFF394 !important;
	text-decoration: none;
}
ul#nav_list li:hover
{
	background-position: 0 0; /*hacks to make suckerfish work better*/
	position: static;
}
ul#nav_list li:hover ul
{
	left: auto;
}
ul.drop_down
{
	margin: 0 0 0 0 !important;
	padding: 0;
	position: absolute;
	background-color: #6D6D81;
	left: -999em;
}


ul.drop_down li
{
	margin: .19em 0 .19em 0 !important;
	padding: 0;
	display: inline;
}
ul.drop_down li a
{
	font-weight: normal;
	display: block;
	margin: 0 0 0 0;
	padding: .25em .38em .25em .31em;
}
ul.drop_down li a:hover
{
	background-color: #000000;
	color: #FFF394 !important;
}
ul.drop_down:hover, ul#nav_list li.sfhover ul
{
	left: auto;
}

/*content css*/
#content
{
	position: absolute;
	margin: 6.75em 0 0 -499px;
	padding: 0;
	width: 992px;
	left: 50%;
	z-index: 0; /* z-index is so the drop down header displays over the contet div*/
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
}

/*footer css*/
.bottom_footer
{
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top: 1px solid #D7D7D7;
	height: 93px;
	float: left;
	width: 992px;		
}
.bottom_footer img
{
	margin: 13px 0 30px 25px;
	padding: 0;
}
.bottom_footer ul
{
	margin: 50px 0 0 280px;
	padding: 0;
}
.bottom_footer ul li
{
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	font-size: 0.814em;
}

.bottom_footer p
{
	margin: 10px 10px 0 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	float: right;
	font-style: italic;
	font-size: 0.750em;
}

span#spnDate
{
	position: absolute;
	margin: 2px 0 0 643px;
	padding: 0;	
	width: 90px;
	font-size: 0.750em;
	color: Red;
}
a.green_links_visted_bold_new:link
{
	color: #008000;
	margin: 0;
	padding: 0;
	font-size: .875em;
	text-decoration: none;
}
a.green_links_visted_bold_new:visited
{
	color: purple;
	margin: 0;
	padding: 0;
	font-size: .875em;
	text-decoration: none;
}
a.green_links_visted_bold_new:hover
{
	color: #77BBFF;
	margin: 0;
	padding: 0;
	font-size: .875em;
	text-decoration: underline;
}
a.green_links_visted_bold_new:active
{
	color: Green;
	margin: 0;
	padding: 0;
	font-size: .875em;
	text-decoration: underline;
}
a.research_industry_links_new:link
{
	text-decoration: none !important;
	color: Green;
}
a.research_industry_links_new:visited
{
	text-decoration: none !important;
	color: purple;
}
a.research_industry_links_new:hover
{
	color: #77BBFF;
	text-decoration: underline !important;
}
a.research_industry_links_new:active
{
	color: Green;
	text-decoration: none !important;
}
