html, body { margin:0px; height:100%; width:100%; padding:0px; }

div {padding:0px; margin:0px; }
body {
	color: #000000;
	font: 10pt arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background:#FFB900 url(../images/tile.gif);
}


h1 {
        font-size: 10pt;
        text-transform: uppercase;
        padding: 11px 0px;
        margin: 0px;
}

h2 {
        font-size: 9pt;
        font-style: italic;
        text-transform: uppercase;
        padding: 11px 0px;
        margin: 0px;
}

 a {
    color: #dda413;
    text-decoration:none;
}
 a:hover {
    color: #6f0e09;
    text-decoration:none;
}

.skip a { color:#000; text-decoration:none; }
.skip a:visited { color:#000; }
.skip a:hover { color:#FFC01A; }

.floatcontainer:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.floatcontainer{display: inline-block;} 
/* Hides from IE Mac \*/
* html .floatcontainer {height: 0px;}
.floatcontainer{display:block;}
/* End Hack */ 

img { border:0 none; }

.header {
background:transparent url('../images/h.gif') no-repeat;
width:994px;
height:155px;
}

#container {
	width:100%;
	height:100%;
}
#content {
	width:994px;
	
	margin:10px auto 10px auto;
}
#contentbody {
	background:#fff url(../images/dyn-tile.gif) repeat-y;
	padding:0 0 0 2px;
}

#flashcontent {
	width:950px;
}
.line {
	background:#fff url(../images/line.gif) repeat-x;
	height:6px;
	font-size:1px;
	line-height:1px;
	margin-left:10px;
	width:970px;	
	margin-top:10px;
}

.footer {
	margin-left:10px;
	margin-top:7px;
	width:960px;
	background:#720C0A; 
	padding:2px 5px 2px 5px;
	font-size:8pt;
	color:#fff;
}
.footer a { color:#fff; text-decoration:none; }
.footer a:visited { color:#fff; }
.footer a:hover { color:#FFC01A; }

.footerinfo {
	margin-left:10px;
	margin-top:10px;
	width:960px;
	padding:2px 5px 2px 5px;
	font-size:8pt;
	color:#888888;
}

.footerinfo a { color:#888; text-decoration:none; }
.footerinfo a:visited { color:#888; }
.footerinfo a:hover { color:#FFC01A; }
