body {
	margin: 0px 0px 0px 0px;
	background : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
		/* ELEMENTS CONTROL */
a:link	{
	color: #015680;
	background-color: transparent;
	text-decoration : none;
}
a:visited	{
	color: #0380BE;
	background-color: transparent;
	text-decoration : none;
	}
a:active	{
    color: #B48B0F;
	background-color: transparent;
	text-decoration : none;
	}
a:hover	{
	color: #FF0000;
	background-color: transparent;
	text-decoration : underline;

}
/*images*/
img	{
	/* turns off gaps around images */
	border:0;
}
span {
font-size: 1.0em;
}
.picleft {
float: left;
margin-top: 5px;
margin-right: 10px;
border:0;
}
.picright {
margin-left: 10px;
border:0;
}

/* LAYOUT */
.margin {
padding:10px;
}
/*colored and dotted boxes */
.background1 {
background: #f5f3ed;
}
.background2 {
background: #e8f3f9;
}
.dotbox {
	border:2px dotted #bab5a0;
	}	
/*dotted lines*/
.dotline {
	border-bottom:1px dotted #bab5a0;
	}
.dotline2 {
	border-bottom:1px dotted #638ae5;
	}
/*TEXT*/
/*headlines */
.headline {
color: #C9A148; 
font-weight: bold;
line-height: 1.2em;
}
.otherheadlines {
color: #C9A148; 
font-weight: bold;
line-height: 1.2em;
}
.subhead {
font-size: 0.9em;
font-weight: bold;
color: #443D22; 
line-height: 1.2em;
}
/*content*/
.copy {
line-height: 1.2em;
font-size: 0.9em;
}

/* use fixed point size for left nav */
.lhstitles {
font-size: 11px;
font-weight: bold;
margin-left: 10px;
margin-bottom: 2px;
padding-top:1px;
color: #443D22;
}
/* use fixed point size for left nav */
.lhs {
font-size: 11px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 2px;
padding-top:1px;
color: #56513B; 
}
	
/*text at bottom of page*/
.footer{
font-size: 0.8em;
}
.footerbold{
font-size: 0.8em;
color: #443D22; 
font-weight: bold; 
}
/* NAVBAR TEXT */
/* use fixed point size for nav bar */
.smalltextmargin {
	FONT-SIZE: 9px;
	margin-left: 10px;
}
/* use fixed point size for search box */
.smalltextnavbar {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #015680; 
}







