/*
	 Hot Potato
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Arial, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }



.MAINPAGEHdrs {
	FONT-WEIGHT: normal; FONT-SIZE: 2.4em; COLOR: 003466; 
	FONT-STYLE: bold; font-family : Courier, Arial;

}


.SubHeaders {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #676C78y; 
	FONT-STYLE: bold; font-family : "Trebuchet MS", Arial;
}

.fontsmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000;
	line-height: 1.5em;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}

.navLinks {
	FONT-WEIGHT: normal; FONT-SIZE: 1em; 
	FONT-STYLE: normal; FONT-FAMILY: Courier new, Arial, sans-serif;
}


.fontsmallbold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000; 
	FONT-STYLE: bold; FONT-FAMILY: Verdana, Arial, sans-serif;
}


.fontextrasmall {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000; 
	FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, sans-serif;
}






#navbar {
	width: 950px;
	height: 14px;
	float: center;
	background-image: url("../images/topbar.jpg");
}

#top_fade {
	width: 100%;
	height: 30px;
	z-index: 98;
	position: fixed;
	top: 0px;
	background: url("../images/top-fade.png") top center repeat-x;
}

#bottom_fade {
	width: 100%;
	height: 111px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("../images/bottom-fade.png") bottom center repeat-x;
}


#investor {
	position:absolute;
	top:130px;
	left:80px;
 
}

#memorandum {
	position:absolute;
	top:250px;
	left:80px;
 
}

