/* layout */

body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt !important;
color: #000;
}

img {
border : 0;
}

a:link, a:visited { 
text-decoration: none;
color: #000;
}
	
a:hover, a:active { 
text-decoration: none;
color: #000;
}

#nav, p.backtotop, #side-sig {
display: none;
}

#header {
width: 100%;
background: #fff;
height: 30px;
}

h1 {
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
text-transform: uppercase;
font-size: 16pt !important;
font-weight: 400;
letter-spacing: .1em;
}

h2 {
margin-bottom: 15px;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: normal;
font-size: 14pt !important;
text-transform: uppercase;
letter-spacing: .05em;
text-align: left;
line-height: 1.3em;
}

h3 {
margin-bottom: 15px;
font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", Verdana, Arial, Sans-Serif;
font-weight: normal;
font-size: 12pt !important;
text-transform: uppercase;
letter-spacing: .05em;
text-align: left;
line-height: 1.3em;
}

h4 {
margin-bottom: 10px;
font-weight: normal;
font-size: 11pt !important;
text-align: left;
}

p {
margin-bottom: 15px;
line-height: 1.4em;
}

#content ul {
margin-bottom: 30px;
}

#content ul li {
margin: 0 0 5px 15px;
list-style: disc;
line-height: 1.4em;
}

#content ul ul {
margin: 5px 0 10px 15px;
}

#content ul ul li {
list-style: circle;
}

#content dl {
margin-bottom: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #333;
}

#content dt {
margin-bottom: 10px;
font-weight: normal;
font-size: 12pt !important;
line-height: 1.3em;
}

#content dd.image {
float: left;
display: inline;
margin: 0 15px 15px 0;
}

#content dd.record-details {
clear: both;
}

.f-left {
float: left;
display: inline;
margin: 0 15px 15px 0;
}

.f-right {
float: right;
display: inline;
margin: 0 0 15px 15px;
}