/* +++++++++++ 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 {
  display: block;
  width:800px;  height:auto;
  text-align:center;
  margin-left: auto;
  margin-right:auto;
  border: 1px solid #660099;
  color:#000000;
  background-color:#ffffff;
  /*background-image: url(./pics/background.jpg);
  background-repeat:repeat-y;*/
}

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: block;
  width:200px; 
  /*text-align:left;
  margin-left: 0;
  margin-right:auto;*/
	float: left;
  color:#666666;
  background-color:#fff;
  font-size: xx-small;
}

.left_margin p {padding: 5px 5px 10px 5px; text-align: left;}

#menu {
  width:580px;
  color:#fff;
  background-color:#fff;
  height:auto;
  float:right;
	padding-left: 0;
	padding-right: 20px;
	font-size: 90%;
}

#menu ul{
  width: 580px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	border: 0px;
	border-bottom: #660099 1px solid; 
	border-top: #660099 1px solid;
}

#menu li{
  display: block; 
	width: 110px;
  float:left;	
	margin: 0;
	padding: 2px 0;	
	text-align: left;
	font-weight: normal; 
	font-size: 100%;

}

#menu li.submenu {
	margin: 0;
	padding: 1px 0 1px 20px;	
	text-align: left;
  font-weight: normal; 
}

#menu a{
  display:block;
	width: 90px;
	padding: 2px 10px;
	color: #660099; 
	background-color: #fff; 
	text-decoration: none;
  margin: 0;
}
#menu a:visited {
	color: #cc0066; background-color: #fff;
}
#menu a:hover {
  color: #fff; background-color: #9966ff;
  font-weight:bolder;
}
.this_page {
  font-weight:bolder;
}
li.this_menu {
  display: block;
  float:left;
	font-weight:bolder;
	margin: 4px 0;
	padding: 2px 0;
}

/*=== drop down MENU styling ===*/
#dropmenudiv{
	position:absolute;
	margin-top:6px;

	width: 120px;
	text-align: left;
	
  border: 0;
  font-weight:normal;
  line-height:20px;
  z-index:100;
}

#dropmenudiv a{
	width: 100px;
	padding-left: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
  color: #fff; 
	background-color: #9966ff;
  font-weight:bolder;
}

/* =============== CONTENT =============== */
.content {
  display: block;
  width: 570px;
  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;
}