
/*    SITE STYLES     */

body {
	/* overflow-x: hidden; */
  /*  background-color: #def; */
	background-color: #dce8f4;
	background-image: url(/images/bg_new.png);
	background-repeat: repeat-x;
        	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 125%;
}

a:link, a:visited {
	font-weight: normal;
	color: #3782c8;
	text-decoration: none;
}
a:hover, a:active {
	color: #1b66ac; 
	text-decoration: underline;
}

/*    HEADLINE STYLES     */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: large;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
}

h2
{
	font-size: 13px;
  font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0em 0px;
	letter-spacing: 1px; 
	text-align: center;
	line-height: 100%;
	color: #fff;
	background-color: #3782c8; 
	padding: 5px 0px 5px 0px;
	/*	color: black; */
	text-transform: capitalize;
}

h3
{
	margin: 2px 0 0 0;
	letter-spacing: 0px; 
	font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: white;
 	padding: 0px 0px 0px 2em;
}

h3.title
{
	margin: 0px 0 6px 15px;
	letter-spacing: -1px; 
	font-size: 16pt;
  font-style: normal;
  font-weight: normal;
  color: #000;
 	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
  background-color: transparent;
}

div.topright h3{
	margin: 32px 0 0 18px;
	letter-spacing: 0px; 
	font-size: 13pt;
  font-style: normal;
  font-weight: bold;
  color: #3782c8;
 	padding: 0px 6px 6px 0px;
	text-decoration: none;
	text-align: left;
  /* background-color: transparent; */ 
}

h3 a:link, h3 a:visited {
   color: inherit;
   text-decoration:none;
   }

h3 a:hover, h3 a:active {
   color: inherit;
   text-decoration:underline;
   }

h4 {
	font-size: 9pt;
	margin: 0 0 .33em 0;
	padding: 0px;
	letter-spacing: 0em;
	font-weight: normal;
	text-align: left;
	color: black;
	font-variant: normal;
}
table.products td h4 {
  font-size: 13pt;
  margin-top: 5px;
  color: #3782c8;
  }
  
table.products td {
  vertical-align; bottom;
  height: 100px;
  margin: 0 0 0 0;
  }

table.products p {
  font-size: 9pt;
  line-height: 120%;
  margin: 0 0 0 0;
}
  
div.topright p{
	margin: 0px 0 0 18px;
	letter-spacing: 0px; 
	font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
 	padding: 0px 24px 6px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 120%;
  /* background-color: transparent; */ 
}
div.topright p.cite{
	margin: 0px 0 0 18px;
	letter-spacing: 0px; 
	font-size: 9pt;
  font-style: italic;
  font-weight: normal;
  color: #000000;
 	padding: 0px 24px 6px 0px;
	text-decoration: none;
	text-align: right;
	line-height: 120%;
  /* background-color: transparent; */ 
}

/*    PAGE HEADER STYLES     */

#fortran-header-links ul {
/*	border: 1px dotted #FF0000; */
/*	border-top: 1px dotted #FF0000;  */
	float: right; 
	margin: 18px 0px 0px 0px; 
	list-style-type: none;
}
#fortran-header-links li{
	margin: 0px 0px 0px 0px; 
/*	padding-top: 4px; */
	display: inline;
}

#fortran-header-links a:link, #fortran-header-links a:visited {
	background-color: transparent;
	padding: 6px 6px 4px 10px;  
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #5eb7dc;
}
#fortran-header-links a:hover, #fortran-header-links a:active  {
/*	border: 0px dotted #000000; */
/*	background-image: url(images/roll_over.jpg); */
	color: blue;
	text-decoration: underline;
}

.topright h3
{
	text-align: center;
  padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-style: normal;
	font-size: 13pt;
	font-weight: 800;
  margin:28px 0 18px 0;
}

.sup { font-size: 50%; }
