@font-face {
    font-family: 'OptimaLTStdBold';
    src: url('fonts/optimaltstd-bold-webfont.eot');
    src: url('fonts/optimaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/optimaltstd-bold-webfont.woff') format('woff'),
         url('fonts/optimaltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/optimaltstd-bold-webfont.svg#OptimaLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OptimaLTStdRoman';
    src: url('fonts/optimaltstd-webfont.eot');
    src: url('fonts/optimaltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/optimaltstd-webfont.woff') format('woff'),
         url('fonts/optimaltstd-webfont.ttf') format('truetype'),
         url('fonts/optimaltstd-webfont.svg#OptimaLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}


* html {
	overflow: hidden;
}

body {
	font-family: Georgia, Times New Roman, serif; 
	background-color: #0B3E2B;
	margin:0;
	padding:0;
	height: 100%;
}

p { margin: 0px }

img { 
	border: 0px; 
	display: block; 
	overflow: hidden 
	}
	
hr{
	height: 1px;
	background: #ddd;
	margin: 20px 0;
	border: 0;
}

/* place site at left in all browsers */

#site {
	margin: 0 auto;
	width: 759px; 
	padding: 0px;
}


/*
#home #site{
	width: 856px;
}
*/
/* End hide from IE Mac */

#site:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* begin IE WIN only \*/
* html #site { height: 100%; }
/* end IE WIN only */

.masthead{
	height: 60px;
	padding-top: 16px;
}

body#home .masthead {
	height: 10px;
	padding-top: 0;
	margin-top: 16px;
}

.masthead a img{
	height: 44px; 
}

a { 
	color: white;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

.masthead a { color: #FFD56A; }
.masthead a:visited  { color: #FFD56A; }
.masthead a:active { color: #FFD56A; }
.masthead a:hover { text-decoration: none; }

.masthead p { 
	font-size: 18px; 
	padding-bottom: 4px; 
/* 	border-bottom: 1px solid #595a7f; */
}

.masthead img {
	display: inline;
}

#content {
	background-color: white;
	margin: 0 auto;
	overflow: auto;
	padding: 16px;
	width: 727px;
}

body#fineprint #content h3{
	font-family: 'OptimaLTStdBold';
	font-weight: normal;
	font-size: 20px;
}

#content p { 
	margin-top: .5em;
	margin-bottom: 1em;
}

#content a { 
	color: #0055B8;
}

#content a:visited { 
	color: #094282;
}

#content p, #content li, #content h4 {
	font-weight: normal; 
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#content li {
	line-height: 1.3em;
	margin-bottom: 0em;
}

#content p.heading {
	font-weight: bold;
}

#content ul {
	margin-bottom: 0em;
	margin-top: 0em;
}

#content h2, #content h3, #content h4  {
	margin: 0px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 15px;
	margin-top: .5em;
}

#content h4 {
	color: #666;
}

#content h4.author{
	margin-bottom: 10px
}

#contents h3{
	font-family: 'OptimaLTStdBold';
	font-weight: normal;
	font-size: 16px;
}
#contents img{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}


#footer {
	bottom: 0px;
	color: #bbb; 
	font-size: 11px; 
	overflow: hidden;
	text-align: right; 
	width: 759px;
	margin: 0 auto;
	margin-top: 10px;
}

#footer p { 
	margin: .3em 0em;
}

.heading, #content .heading {
	font-weight: bold;
}

p.heading { 
	font-size: 18px;
	margin-bottom: .3em;
}

.title, #content .title {
	font-style: italic;
}

#content .emphasis {
	font-weight: bold;
}

/*=======================================================
	`Utilities
=======================================================*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

br.clear{clear:both;display:block;height:1px;margin:-1px 0 0;}
.float-left{float:left}
.float-right{float:right;}
