body{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
 }
H2{
	margin-left: 1em;
}
.bodytext{
	font-size: 0.75em;
}
.authors {
	font-size: 0.75em; 
	font-style: italic; 
	margin-left: 1em; 
}
/* see also A.articles */
#articles{
	font-weight: bold;
	text-transform: capitalize;
	margin-left: .75em;
}
.articles{
	font-size: .75em;
	color: Navy;
	font-weight: bold; 
}
.advert {
	background-color: #FFFFFF;
}
.heading1{
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}
.heading2{ font-size: 1.10em;  font-weight: bold;  text-transform: capitalize;  padding-left: 2em;}

.itemheading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  

	background-color: #DDDFFF;
	/*margin: 1em;*/
	font-size: .8em;
	font-weight: bold;
	font-family: serif;
	font-variant: small-caps;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
}
.mastheading{
	color: #191970;
	font-weight: bold;
	font: 2.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0.75em;
}
.mastheadingtag{
	font: "Arial Narrow";
	font-weight: bold;
	font-size: 2em;
	margin: 0.75em;
}
.footer{
	font-size: 0.7em;
	font-weight: bold;
	/*padding: 8px;*/
}
.rightjustify{
	text-align: right;
}
.divider{
	background-image: url(graphics/vert_line.gif);
	background-position: center;
/*	background-repeat: no-repeat;*/
	background-repeat: repeat-y;
}
/* Boxes */

#header,#menu,#main,#footer{
	border-left: 1px solid Navy;
	border-right: 1px solid Navy;
	border-top: 1px solid Navy;
	border-collapse: collapse;

}
td.main{
	border-left: 1px solid Navy;
}
tr.leftmain{
	border-left: 1px solid Navy;
}
#footer{ border-bottom: 1px solid Navy; }

.bluebox{
	background: #E5E6FF;
	border: 1px solid Navy;
	color: Navy;
}

.topicbox{
	background: white;
	border: 1px solid Navy;
	color: black;
}
.bluebox1{
	background: #F9F9FF;
	border: 1px solid Navy;
	color: Navy;
}
.bluebox2{
	background: #D0D2FF;
	border: 1px solid Navy;
	color: Black;
}
fieldset{
	border: 1px dotted Navy;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	font-size: .75em;
}
legend{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #EB771C;
	background-color: White;
	font-weight: bold;
}
/* Defining Menu BOX characteristics */
.menu{
	padding: 4px;
}
/* Menu Links */
A:link.menu   {	
	font-size: 0.75em;
	color: #9394FF;
	font-weight: bold; 
	text-decoration: none; 
}
A:visited.menu { 
	font-size: 0.75em;
	color: #9394FF;
	font-weight: bold;
	text-decoration: none; 
}
A:active.menu  { 
	font-size: 0.75em;
	color: #FF4500;
	font-weight: bold;
	text-decoration: none; 
}
A:hover.menu{
	font-size: 0.75em;
	color: #4D4EFF;
	font-weight: bold;
	text-decoration: none; 
}
/* Article - Abstract links */
A:link.article   {	
	font-size: 0.75em;
	color: #9394FF;
	font-weight: bold; 
	text-decoration: none; 
}
A:visited.article { 
	font-size: 0.75em;
	color: #9394FF;
	font-weight: bold;
	text-decoration: none; 
}
A:active.article { 
	font-size: 0.75em;
	color: #4D4EFF;
	font-weight: bold;
	text-decoration: none; 
}
A:hover.article {
	font-size: 0.75em;
	color: #4D4EFF;
	font-weight: bold;
	text-decoration: none; 
}