/* +++++++++++ MEDIA = SCREEN +++++++++++  */
body {
  margin:0;
  padding:10px 0px 10px 0px;
  font-family: "Trebuchet MS", verdana, arial, sans-serif;
  color:#000000; background-color: #ffffcc;
  font-size:smaller;
  text-align:center;
  /*background-image: url(./pics/tile_gold_atom.png);*/
}
/* =============== BLOCK level elements =============== */
#page {
  width:100%;
  color:#000000;
}

a:link		{color: #660099; background: transparent; text-decoration: underline;}
a:visited	{color: #990033; background: transparent; text-decoration: underline;}
a:active	{color: #ff0000; background: transparent; text-decoration: underline;}
a:hover		{color: #ffffff; background: #9966ff; text-decoration: underline;}

/* =============== Banner and Menu =============== */
.left_margin{
  display: none;
}

#menu {
  display: none;
}
#dropmenudiv{
  display: none;
	visibility: hidden;
}

#dropmenudiv a{
  display: none;
	visibility: hidden;
}

/* =============== CONTENT =============== */
.content {
  display: block;
  text-align:justify;
  padding: 10px;
  margin: 20px 10px 0 0;
	float: right;
}

/* =============== footers =============== */
.footer {
 display: block;
 /*width:800px; height:auto; 660*/
 margin: 0px;
 padding: 5px; 
 color: #666666;
 background: transparent; 
 font-size: xx-small;
 clear:both;   
 text-align:left;
 /*border-top: #660099 1px solid;*/
}

/* =============== headings =============== */

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; color:#660099; 
background: transparent; text-align: left;}
h1.banner {
  padding-top: 10px;
}

h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
  font-style: italic;
  font-weight:bolder;
}
h5 {
  font-size: 100%;
  font-weight:normal;
}


/* =============== text variants =============== */


sup {font-size: smaller; }
sub	{font-size: smaller; }

hr	{color: #660099; background: transparent; padding: 0px;}

img {color: #ffffff; background: transparent; border: 0px;  margin: 5px 0px 5px 0px;}

acronym {text-decoration: none;}

/*address	{color: #999999; background: #ffffff; font-size: 10px; 
  font-style: normal; text-align: left; margin: 0px; padding: 0;font-family: 'Times New Roman', Times, serif; text-align: center; font-style: italic; }*/
	 
.inverse {font-family: Arial, Helvetica, sans-serif; text-align: left; 
   color: #ffffff; padding: 1px; background: transparent; }

.ref { font-size: 10px; 
	background: transparent; color: #663333; 
	font-family: trebuchet, sans-serif; }

.latin{font-family: Times, serif; font-style: italic;
 }

.breadcrumbs { font-size: 10px; 
	background: transparent; color: #aaaaaa; 
	font-family: trebuchet, sans-serif; text-align: left; }
	
.small { font-size: 10px; font-weight: lighter;}

.alignright {float:right; margin: 0 0  0 10px;}
.alignleft {float:left; margin-right:10px;}
.aligncenter {margin: 0 auto;}

.comment {
	display: block;
	padding: 0 10px;
	margin: 0 0 10px 0;
	border: #660099 1px solid;
	color: #660099;
	background-color:#ffffcc; 
}

.anchor{ text-align:right;}

.clearing{
  clear: both;
}
.pad20rt{
  padding-right: 20px;
}