
#LayerGlobe {
position:absolute;
z-index:1;
left:0px;
right:0px;
top:0px;
width:100px;
}

#LayerLogo {
position:absolute;
z-index:1;
left:110px;
right:0px;
top:20px;
width:470px;
}

#LayerBanner {
position:absolute;

z-index:2;
left:118px;
top:62px;
width: 430px;
}
	
#nav {
position:absolute;
	width: 170px;
	float: left;
	top: 120px;
	margin-left: 10px;
	padding: 5px;
}
	
	
#content {
	position:absolute;
	padding: 10px;
	top: 120px;
	margin-left: 200px;
	border-left: 1px solid #006;
	width: 75%;
}

#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	}
	
#pop {
 position:absolute;
 z-index:4;
 left: 10px;
 top: 10px;
 width: 790px;
 }

body {
	background-color : #FFFFFF;
	background-image : url(assets/pgbg.gif);
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
	

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
p.code {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 14px;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	}
	
dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
	
h1 {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	text-align: center;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px 0px 7px 0px;
	COLOR: #585e7c;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 1px solid #666;
	FONT-STYLE: normal;
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	BACKGROUND-COLOR: #f3f3f2
}
.hilite { background-color:yellow}

.linethrough { text-decoration: line-through}

.center {text-align:center;}

a:link { color : Navy;
}

a:visited { color : Navy }

a:hover { color : #6495ED;
}

a.itemcss:link
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	
}
a.itemcss
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#000000;
	cursor:default;
}
a.itemcss:visited
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	
}
a.itemcss:hover
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#6495ED;
	
}
a.itemcss:active
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Red;
	
}