.header
{
	background: #ba9;
	text-align: center;
}


div.maintitle

{
	background: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 22pt;
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	color: #ba9;
	text-transform: uppercase;
}

div.author
{
	background: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 14pt;
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	color: #ba9;
}


div.sectiontitle
{
	text-align: center;
	width: 100%;
	font-size: 18pt;
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	color: #ba9;
	text-transform: uppercase;
}


div.title
{
	background: #fff;
	text-align: center;9
	width: 100%;
	font-size: 16pt;
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	color: #123;
	text-transform: uppercase;
}

div.subtitle
{
	background: #fff;
	text-align: center;
	width: 100%;
	font-size: 14pt;
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	color: #123;
}

	

div.content
{
	background: #ffffff;
	margin-top: 10pt;
	margin-left: 2.5%;
	width: 92.5%;
	font-family: Helvetica;
	font-size: 10pt;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

div.content2
{
	background: #ffffff;
	margin-top: 5pt;
	margin-left: 2.5%;
	width: 92.5%;
	font-family: Helvetica;
	font-size: 10pt;
}



table.title
{
	
	background: #ffffff;
	align: center;
	width: 100%;
	}

/*----------------------------
	CSS3 Animated Navigation
-----------------------------*/

.fancyNav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #9ab;   

}


.fancyNav li {
    float: left;
}


.fancyNav li a{
    display: block;
    color: #fea;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
background-color: #9ab;

}

.fancyNav li a:hover:not(.active) {
    background-color: #89a;
}


.fancyNav .active {
    background-color: #789;
}


/*----------------------------
	Table
-----------------------------*/


td.underline
{
border-bottom: thin dotted navy;
}

td.divider
{
border-bottom: thin solid gray;
}

td.sec0
{
	text-align: center;
	vertical-align: middle;
	background: #bcd;
	padding: 10px;
}

td.sec1
{
	text-align: center;
	vertical-align: middle;
	background: #cbd;
	padding: 10px;
}

td.subsection
{  
   font-family: Helvetica; 
   font-size: 12pt; 
   font-style: normal; 
   font-weight: bold;
   color: #000077;
}

td.thumbnail
{
	font-family: Helvetica;
	font-size: small;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: none;
}


.anchor-box {
	display: block; /* this will make the anchor a block */
       width: 180px; 
	height: 120px;
	background-position:center; /* if we wanted to show the center-center of the image */
}
