body  {
	background: #003366;
	margin: 0;
	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: #000000;
	font-family: serif;
}
#container {
	width: 800px;  /* this will create a container 98% of the browser width */
	/* minimum width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_fixed_width {
	width: 990px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_wide_version {
	width: 800px;  /* this will create a container 98% of the browser width */
	/* minimum width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container_wmd411 {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	padding: 0px;
	overflow: hidden;
} 
#header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F3F3F3;
} 
#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 */
} 
#topnavsunflower {
	width: 363px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	float: right;
	visibility: hidden;
}
#topnavleft {
	margin-top: 0;
	margin-right: 363px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	min-width: 450px;
	width: auto;
	overflow: inherit;
}
#NTIlogo {
	width: 170px;
	background: #FFFFFF;
	padding: 0;
	float: left;
}
#searchimage {
	width: 45px;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	float: right;
	top: 0px;
	right: 0px;
	height: 70px;
	visibility: hidden;
}
#searchform {
	margin: 0;
	padding: 0px;
	float: none;
	visibility: hidden;
}
#formtoppadding {
	padding: 0px;
	height: 74px;
	width: auto;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 170px;
	visibility: hidden;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px;
	padding-bottom: 40%;
	margin: 0px;
	background-color: #F3F3F3;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
	display: none;
}
#sidebar1 p, h1, h2, h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent       p, h1, h2, h3   {
	padding-right: 6px;
	padding-left: 20px;
	padding-top: 0px;
}
#mainContent td {
	font-family: serif;
	font-size: 12px;
}
#mainContent  p a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent  p a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent  p a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContent  p a:link strong{
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent  p a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent  p a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent	table td a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent  table td a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent  table td a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContent h2 a:link {
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent h2 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent h2 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
	font-size: 14px;
}
#mainContent table td a:link em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent table td a:visited em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent table td a:hover em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent table td a:link strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent table td a:visited strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent table td a:hover strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent ul li a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent ul li a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent ul li a:hover {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb {
	margin: 0px;
	background-color: #FFFFFF;
	width: auto;
}
#mainContentdb       p, h1, h2, h3   {
	padding-right: 6px;
	padding-left: 20px;
	padding-top: 0px;
}
#mainContentdb td {
	font-family: serif;
	font-size: 11px;
}
#mainContentdb  p a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContentdb  p a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContentdb  p a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContentdb  p a:link strong{
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb  p a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContentdb  p a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContentdb	table td a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContentdb  table td a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContentdb  table td a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContentdb h1 a:link {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb h1 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent h1 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#mainContentdb h2 a:link {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb h2 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent h2 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#mainContentdb table td a:link em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb table td a:visited em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb table td a:hover em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContentdb table td a:link strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb table td a:visited strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContentdb table td a:hover strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContentdb ul li a:link {
	font-weight: bold;
	text-decoration: none;
}
#mainContentdb ul li a:visited {
	font-weight: bold;
	text-decoration: none;
}
#mainContentdb ul li a:hover {
	font-weight: bolder;
	text-decoration: none;
}
#mainContent_onecolumn {
	margin: 0px;
	background-color: #FFFFFF;
	width: auto;
}
#mainContent_onecolumn      p, h1, h2, h3   {
	padding-right: 6px;
	padding-left: 20px;
	padding-top: 0px;
}
#mainContent_onecolumn td {
	font-family: serif;
	font-size: 11px;
}
#mainContent_onecolumn  p a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent_onecolumn  p a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent_onecolumn  p a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContent_onecolumn  p a:link strong{
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn p a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent_onecolumn  p a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent_onecolumn	table td a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent_onecolumn table td a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#mainContent_onecolumn  table td a:hover {
	font-weight: bold;
	color: #CC0000;
}
#mainContent_onecolumn h1 a:link {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn h1 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn h1 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent_onecolumn h2 a:link {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn h2 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn h2 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent_onecolumn table td a:link em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn table td a:visited em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn table td a:hover em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#mainContent_onecolumn table td a:link strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn table td a:visited strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainContent_onecolumn table td a:hover strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#homemainContent {
	margin: 0 337px 0 0px;
	width: auto;
} 
#homemainContent     p, h1, h2, h3  {
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 0px;
}
#homemainContent p a:link {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}
#homemainContent p a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
#homemainContent p a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	font-family: serif;
	font-size: 12px;
}
#homemainContent h2 a:link {
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#homemainContent h2 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: serif;
	font-size: 14px;
}
#homemainContent h2 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
	font-size: 14px;
}
#homemainContent p a:link strong{
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-size: 12px;
}
#homemainContent p a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent p a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:link strong{
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#homemainContent  table  td a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
}
#nav, #nav2, #nav ul, #nav2 ul { /* all lists */
	padding: 0px;
	margin: 0px;
	line-height: 1;
	list-style: none;
}
#nav a {
	display: block;
	width: 130px;
	font-family: serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	height: auto;
	padding: 4px;
}
#nav li { /* all list items */
	float: left;
	width: 138px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 137px;
	left: -999em;
}
#nav2 a {
	display: block;
	width: 92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#nav2 li { /* all list items */
	float: left;
	width: 100px;
}
#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em;
}
li#first {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
li#second {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
li#third {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
li#fourth {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
li#fifth {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
li#sixth {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
li#seventh {
	background-image: url(images/dropdownbutton.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under #nav hovered list items */
	left: auto;
	background-image: url(images/dropdown_bggreyblue.gif);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
	width: 137px;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under #nav2 hovered list items */
	left: auto;
	background-image: url(images/dropdown_bggreyblue.gif);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
	width: 100px;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
#nav li li a:link, #nav2 li li a:link {
	color: #003366;
	width: auto;
	padding: 5px;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#nav li li a:visited, #nav2 li li a:visited  {
	width: auto;
	color: #003366;
	padding: 5px;
}
#nav li li a:hover, #nav2 li li a:hover {
	color: #CC0000;
	width: auto;
	background-image: url(images/dropdown_bglightgrey.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
}
#nav2extstrip {
	background-color: #003366;
	float: right;
	height: auto;
	width: 100%;
	border: 0px;
	background-image: url(images/dropdownbutton.gif);
	background-repeat: repeat;
	display: none;
}
#rightmenucontent {
	background-image: url(images/dropdown_bggrey.gif);
	background-repeat: repeat;
	width: 0;
	background-color: #CCCCCC;
	height: 51px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: hidden;
	display: none;
}
#rightinclude {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
#hometopbuttons {
	background-image: url(images/dropdown_bggrey.gif);
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: auto;
	min-height: 45px;
	_height: 45px;
	width: auto;
}
#gsntopimage {
	margin: 0px;
	height: auto;
	min-height: 51px;
	_height: 51px;
	width: auto;
	background-color: #CC0000;
	padding: 0px;
}

#topleftnav {
	background-image: url(images/dropdown_bggrey.gif);
	margin: 0px;
	height: auto;
	min-height: 45px;
	_height: 45px;
	width: auto;
	padding: 0px;
}
#topleftnav_onecolumn {
	background-image: url(images/dropdown_bggrey.gif);
	width: auto;
	padding: 0px;
	margin: 0;
}
#toprightnav_onecolumn {
	background-image: url(images/dropdown_bggrey.gif);
	width: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	display: none;
}
#NTIinaction {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 185px;
}
#Perryquote {
	height: 185px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#MIISclassroom {
	margin: 0px;
	padding: 0px;
	height: 240px;
	width: auto;
}

#wmd411_leftnav {
	width: 0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	visibility: hidden;
	display: none;
}

#wmd411_rightcontent {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
}

#wmd411_mainContent {
	width: 98%;
	padding: 20px 0;

}
#wmd411_mainContent       p, h1, h2, h3   {
	padding-right: 6px;
	padding-left: 20px;
	padding-top: 0px;
}
#wmd411_mainContent td {
	font-family: serif;
	font-size: 12px;
}
#wmd411_mainContent  p a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#wmd411_mainContent  p a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#wmd411_mainContent  p a:hover {
	font-weight: bold;
	color: #CC0000;
}
#wmd411_mainContent  p a:link strong{
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent  p a:visited strong{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#wmd411_mainContent  p a:hover strong{
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#wmd411_mainContent	table td a:link {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#wmd411_mainContent  table td a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#wmd411_mainContent  table td a:hover {
	font-weight: bold;
	color: #CC0000;
}
#wmd411_mainContent h1 a:link {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent h1 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent h1 a:hover {
	font-family: serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#wmd411_mainContent h2 a:link {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent h2 a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent h2 a:hover {
	font-family: serif;
	font-weight: bolder;
	color: #CC0000;
	text-decoration: underline;
}
#wmd411_mainContent table td a:link em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent table td a:visited em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent table td a:hover em {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#wmd411_mainContent table td a:link strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent table td a:visited strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#wmd411_mainContent table td a:hover strong {
	font-family: serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#wmd411_mainContent ul li a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#wmd411_mainContent ul li a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#wmd411_mainContent ul li a:hover {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}

#wmd411_footer {
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F3F3F3;
}
#wmd411_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 */
}
#WINS_highlights_box {
	background-image: url(/images/WINS_grey_globe.gif);
	background-repeat: no-repeat;
}

#home_top_highlight {
	padding: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
} 

#NTI_News_content {
	padding: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
}
				
td				{ 
				font-family: serif;
				}
p, ul, li, ol	{
				font-family: serif;
				}
h1				{
	font-family: serif;
	color: #CC0000;
	font-size:16px;
	font-weight: bold;
				}

h2				{
	font-family: serif;
	color: #CC0000;
	font-size:14px;
	font-weight: bold;
				}
h3				{
	font-family: serif;
	color: #000000;
	font-size:12px;
	font-weight: bold;
				}

ul.arrow		{
				list-style-image: url(../NTI_ Nuclear Threat Initiative_files/images/bullet_arrow5.gif); 
				padding-left: .1em;
				padding-right: 1em;
				}
				
dd				{
	font-family: serif;
	font-size:12px;
				}				

menu			{
	font-family: serif;
	font-size:12px;
				}		
.navy10 {
	font-size: 11px;
	color: #003366;
}
a.navy10:visited	{
	font-family: serif;
	color: #666666;
	font-size:11px;
	line-height: 13px;
				}	
a.navy11bd:link	{
	font-family: serif;
	color: #003366;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
				}
a.navy11bd:visited	{
	font-family: serif;
	color: #003366;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
				}
a.navy11bd:hover {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.navy10bd {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
a.navy10bd:link	{
	font-family: serif;
	color: #003366;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
				}				
a.navy10bd:visited	{
	font-family: serif;
	color: #666666;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
				}
a.navy10bd:hover	{
	font-family: serif;
	color: #CC0000;
	font-size:11px;
	font-weight: bold;
	decoration: underline;
	text-decoration: none;
				}
a.navy10bd2		{
	font-family: serif;
	color: #003366;
	font-size:11px;
	font-weight: bold;
	line-height: 16px;
				} 
a.navy10bd2:visited		{ 
				font-family: serif;
				color: #666666;
				font-size:11px;
				font-weight: bold;
				line-height: 16px;
				} 
a.red10bd:link		{ 
				font-family: serif;
				color: #CC0000;
				font-size:11px;
				font-weight: bold;
				}	
a.red10bd:visited {
	font-family: serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red10bd:hover {
	font-family: serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

					
A.wmdnavy10		{ 
				font-family: serif;
				font-size:11px;
				color: #003366;
				text-decoration: none;
				}	

A.wmdnavy10:hover	{ 
				font-family: serif;
				font-size:11px;
				color: #003366;
				text-decoration: underline;
				}
				
A.wmdnavy10:visited	{ 
				font-family: serif;
				font-size:11px;
				color: #666666;
				}
						
.wmdnavy10b	{ 
				font-family: serif;
				font-size:11px;
				color: #003366;
				font-weight: bold;
				text-decoration: none;
				}	
				
A.wmdnavy10b	{ 
				font-family: serif;
				font-size:11px;
				color: #003366;
				font-weight: bold;
				text-decoration: none;
				}	

A.wmdnavy10b:hover	{ 
				font-family: serif;
				font-size:11px;
				color: #003366;
				font-weight: bold;
				text-decoration: underline;
				}					
				
A.wmdnavy10b:visited	{ 
				font-family: serif;
				font-size:11px;
				color: #666666;
				font-weight: bold;
				}			

A.wmdnavy115	{ 
				font-family: serif;
				font-size:11.5px;
				color: #003366;
				font-weight: bold;
				text-decoration: none;
				}	


A.wmdnavy115:hover	{ 
				font-family: serif;
				font-size:11.5px;
				color: #003366;
				font-weight: bold;
				text-decoration: underline;
				}
				
A.wmdnavy115:visited	{ 
				font-family: serif;
				font-size:11.5px;
				color: #666666;
				font-weight: bold;
				}
a.menuwhite:link {
	color: #FFFFFF;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
}
a.menuwhite:visited {
	color: #FFFFFF;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
}
a.menuwhite:hover {
	color: #FE0002;
	font-family: serif;
	font-size: 14px;
	font-weight: bolder;
}
a.red11bd:link {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red11bd:visited {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red11bd:hover {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.divider {
	background-image: url(images/tile_divider.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}


				
.wmdheader		{ 
				font-family: serif;
				color: #CC0000;
				font-size:14px;
				font-weight: bold;
				margin-top: 12px;
				margin-bottom: 6px;
				}
				
.navybold6px	{ 
				margin:0px;
				padding-top:4px;
				padding-bottom:0px;
				font-family: serif;
				font-size:11px;
				color: #003366;
				font-weight: bold;
				line-height:14px;
				}	


				
.headerred14	{ 
				font-family: serif;
				color: #CC0000;
				font-size:14px;
				font-weight: bold;
				}
				
.teaserheader	{ 
				font-family: serif;
				color: #CC0000;
				font-size:14px;
				font-weight: bold;
				}
				

.headerred18	{ 
				font-family: serif;
				color: #CC0000;
				font-size:18px;
				font-weight: bold;
				}
							
.headerred12	{ 
				font-family: serif;
				color: #CC0000;
				font-size:12px;
				font-weight: bold;
				}

				
.quote		{
	font-family: serif;
	color: #666666;
	font-size:11px;
	padding: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -3px;
	height: auto;
	min-height: 149px;
	_height: 149px;
				}

.grey10			{ 
				font-family: serif;
				color: #666666;
				font-size:11px;
				}
				
.grey11			{ 
				font-family: serif;
				color: #666666;
				font-size:11px;
				}

.grey11 {
	font-family: serif;
	font-size: 12px;
	color: #666666;
}
				
.grey12			{ 
				font-family: serif;
				color: #666666;
				font-size:12px;
				}

.grey11bd		{ 
				font-family: serif;
				color: #666666;
				font-size:11px;
				font-weight: bold;
				}	

.white11bd		{ 
				font-family: serif;
				color: #FFFFFF;
				font-size:11px;
				font-weight: bold;
				}
	
.grey10bd		{ 
				font-family: serif;
				color: #666666;
				font-size:11px;
				font-weight: bold;
				}
a.grey10bd:link {
	font-family: serif;
	color: #666666;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	}
a.grey10bd:visited {
	font-family: serif;
	color: #666666;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
a.grey10bd:hover {
	font-family: serif;
	color: #CC0000;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
				
.news10bd		{ 
				font-family: serif;
				color: #000000;
				font-size:11px;
				font-weight: bold;
				}
				
.newsheader		{ 
				font-family: serif;
				color: #000000;
				font-size:14px;
				font-weight: bold;
				}
				
.news10			{ 
				font-family: serif;
				color: #000000;
				font-size:11px;
				line-height: 13px;
				}
				
.white10		{ 
				font-family: serif;
				color: #ffffff;
				font-size:11px;
				line-height: 13px;
				}
			
.norm10			{ 
				font-family: serif;
				font-size:11px;
				}


.norm11			{
	font-family: serif;
	font-size:11px;
	padding-right: 8px;
				}
				
.rusnorm11		{ 
				mso-ansi-language: RU;
				font-family: serif;
				font-size:12px;
				}
				
.newswiredate	{ 
				font-family: serif;
				color: #ffffff;
				font-size:12px;
				}
				

.redbg10			{ 
				font-family: serif;
				color: #666666;
				background-color: #CC0000;
				font-size:12px;
				}
.norm10lt			{ 
				font-family: serif;
				font-size:11px;
				color: #666666;				
				}

.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: -6px;
	background-image: url(images/tile_mission.jpg);
	width: 635px;
	height: 120px;
	margin-bottom: -3px;
}

.mission a:link, .mission a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	
}
.mission a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;	
}
.indent11 {
	font-family: serif;
	font-size:12px;
	padding: 0px 4px 0px 8px;
	margin: 0px;
	line-height: 14px;
}
.red11bd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.navybold11 {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	font-size: 12px;
	text-decoration: none;
}
.navybolder11 {
	font-family: serif;
	font-size: 12px;
	font-weight: bolder;
	color: #003366;
}

.navybold10 {
	font-family: serif;
	font-weight: bold;
	color: #003366;
	font-size: 11px;
}
.navybold12 {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.navybolder13 {
	font-family: serif;
	font-size: 13px;
	font-weight: bolder;
	color: #003366;
}
.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;
}
.padding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.paddingleft {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.paddingleftright {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.tablepadding {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.minheightbox {
	height: auto;
	min-height: 185px;
	_height: 185px;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spotminheight {
	height: auto;
	min-height: 230px;
	_height: 230px;
	width: auto;
	padding: 0px;
	margins: 0px;
}
.italics {
	font-style: italic;
}
.slide_show400 {
	width: 400px;
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.slide_show600 {
	width: 600px;
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.CollapsiblePanel {
overflow: visible !important;
}
.CollapsiblePanelContent {
display: block !important;
overflow: visible !important;
height: auto !important;
}

.link1 a#link1, 
.link2 a#link2, 
.link3 a#link3, 
.link4 a#link4,
.link5 a#link5,
.link6 a#link6,
.link7 a#link7,
.link8 a#link8,
.link9 a#link9,
.link10 a#link10,
.link11 a#link11,
.link12 a#link12,
.link13 a#link13,
.link14 a#link14,
.link15 a#link15,
.link16 a#link16,
.link17 a#link17,
.link18 a#link18,
.link19 a#link19,
.link20 a#link20,
.link21 a#link21, 
.link22 a#link22, 
.link23 a#link23, 
.link24 a#link24, 
.link25 a#link25, 
.link26 a#link26, 
.link27 a#link27, 
.link28 a#link28, 
.link29 a#link29, 
.link30 a#link30, 
.link31 a#link31, 
.link32 a#link32, 
.link33 a#link33, 
.link34 a#link34, 
.link35 a#link35, 
.link36 a#link36, 
.link37 a#link37, 
.link38 a#link38, 
.link39 a#link39, 
.link40 a#link40,
.link41 a#link41, 
.link42 a#link42, 
.link43 a#link43, 
.link44 a#link44, 
.link45 a#link45, 
.link46 a#link46, 
.link47 a#link47, 
.link48 a#link48, 
.link49 a#link49, 
.link50 a#link50
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-image: url(/images/bullet_arrow3_red.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-left: 10px;
}

.text_indent {
	padding-left: 40px;
}
/* GSN newsticker div hidden from print*/
#GSN_newsticker {
visibility: hidden;
display:none
}
