/* CSS Document */
* { margin: 0; padding: 0;}
body
{
	background-color:#FFFFFF;
}

img
{
   behavior: url("/includes/css/pngbehavior.htc");
}

#bg
{
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	display: none;
}

#logo{
	z-index:2;
	position:absolute;
	width:100%;
	height:100%;
	display: none;
}
#iFrameHolder{
	z-index:3;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	visibility: hidden;
}
#content{
	z-index:4;
	position:absolute;
	width:100%;
	height:100%;
	display: block;
}
.contentInternal{
	width:770px;
	height:650px;
	text-align:left;
	overflow:hidden;	
}
.contentImage
{
	width:714px;
	height:465px;
	margin-left:30px;
	margin-top:67px;
}
.contentHead{
	width:770px;
	height:535px;
	overflow:hidden;
	text-align:left;
}
.contentFooter{
	width:770px;
	height:400px;
	overflow:hidden;
	background: #FFFFFF;
}

#bgImage{
	vertical-align:top;
}

.iFrameCloser {
	text-align: left;
	padding-left: 689px;
	padding-top: 101px;
	height: 23px;
}
.iFrame {
	text-align: left;
	margin-left: 65px;
	margin-top: 0px;
	padding:0px;
	width: 648px;
	height: 390px;
}

/* ############ BOTTOM MENU ############### */

div#bottommenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 16px;
	margin: 0 auto;
}
div#bottommenu ul
{
	list-style: none;
	margin: 0;
}	
div#bottommenu ul li
{
	float: left;
	display: inline;
	text-align: center;
	white-space: nowrap;
}
div#bottommenu ul li a:hover
{
	text-decoration: none;
}
div#bottommenu ul li a:link, div #bottommenu ul li a:visited
{
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	color: #000000;
}
div#bottommenu ul li.sep
{
	width:16px;
}

/* ############ BOTTOM MENU 2 ############### */

div#bottommenu2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	color: #000000;
	padding: 4px 0px 0px 16px;
	margin: 0 auto;
}

div#bottommenu2 a:link
{
	text-decoration: none;
	color: #000000;
}
div#bottommenu2 a:hover
{
	text-decoration: none;
	color: #000000;
}
div #bottommenu2 a:visited
{
	text-decoration: none;
	color: #000000;
}

.footerdisclaimer 
{
	margin-top:4px;
	font-size:10px;
	color:#999999;
	text-align: left;
}
* html .footerdisclaimer {margin-top:16px;}