
/* Layout Stylesheet */ 

body {
 margin:20px 0;
 background:#999999;
 color: #37354C;
 text-align:center;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }

#outer {
 background: url(images/bg.jpg) repeat-y;
 text-align:left;
 width: 980px;
 margin: auto;
 }

#hdr {
 background: url(images/bg.jpg) repeat-y;
 height:280px;
 background:#ffffff;
 margin: 0;
 padding: 0;
 }

#hdr h1 {
 display:none;
 }
 
#bar {
 width: 980px;
 height: 37px !important;
 margin: 0;
 padding: 0;
 font-size: 0px;
 }
 
ul#top-nav {
 margin: 0px;
 padding: 0px;
 }
 
ul#top-nav li {
 width: 196px;
 list-style: none;
 display: inline;
 margin: 0px;
 padding: 0px;
 }

ul#top-nav li a {
 margin: 0;
 padding: 0;
 font-size: 0px;
 }

#bodyblock {
 position:relative;
 background: url(images/bg.jpg) repeat-y #ffffff;
 color: #37354C;
 width:980px;
 padding:0;
 }

#l-col {
 float:left;
 margin-left:20px;
 padding-top: 25px;
 background:#ffffff;
 width:158px;
 }

#cont {
 margin: 0;
 padding: 20px 20px 20px 0;
 width: 750px;
 text-align:left;
 float:right;
 }
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
/* Hide from IE Mac \*/
* html .clearfix {height:1%}
/* End hide IE Mac */

#cont h1 {
 font-size: 1.1em;
 }

#cont h2 {
 font-size: 1em;
 }
 
#cont h3 {
 font-size: 0.9em;
 }
 
#cont ul {
 font-size: 0.8em;
 line-height: 1.3em;
 }
 
#cont a:link, #cont a:visited {
	color: #DF684C;
	text-decoration: none;
 }
 
#cont a:hover, #cont a:visited:hover {
	color: #DF684C;
	text-decoration: underline;
 }

#ftr {
 height: 27px;
 color: #FFFFFF;
 font-size: 10px !important;
 font-weight: bold;
 letter-spacing: 1px;
 padding-top: 2px;
 background: url(images/footer-bg.jpg) no-repeat;
 margin:0;
 }
 
#ftr a:link, a:visited {
 color: #FFFFFF;
 text-decoration: none;
 }
 
#ftr a:hover, a:visited:hover {
 color: #FFFFFF;
 text-decoration: underline;
 }
 
.legal {
 padding-top: 20px;
 color: #333333;
 font-size: 9px !important;
 }

.legal a:link, .legal a:visited {
 color: #333333;
 text-decoration: none;
 }

.legal a:hover, .legal a:visited:hover {
 color: #333333;
 text-decoration: underline;
 }
 
.textnav {
 margin: 0;
 padding: 30px 20px 5px 0px;
 width: 740px;
 text-align:center;
 font-size: 60%;
 line-height: 2em;
 letter-spacing: 1px;
 }