

/************* DEFAULT.ASPX Page **********************************/
body.default
{
    background-color: #003366;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-top: 0px;
    z-index: 0;
    position: relative;
	position: relative;
	background-color: white;
	height:100%;
	width:100%;
}

#default img#background
{ 
    height: 738;
	 width: 100%;
}
#default #div_background
{
    text-align: center;
    height: 738;
    width: 100%;
    
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

/******************************************************************/


/************* VIEW.ASPX Page *************************************/
body.view {
    background-color: #003366;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 0px;
    margin-top: 0px;
    z-index: 0;
    position: relative;
	 height: 100%;
}

#view #container {
    text-align:center; 
    padding: 100px 0px 0px 0px;
    width:600px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

#view links {
    font-family: tahoma, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    color: #2B587A; 
    text-decoration: none; 
}
#view img#background { 
    height: 738;
    width: 100%;
}
#view #div_background {
    top: 0px;
    left: 0px;
    background-color: #003366;
    height: 738;
    width: 100%;
    z-index: -1;
    position: absolute;
}


#view #swfLanding {
    width:720px;
    padding: 10px;
    background-color:#FFFFFF;


    z-index: 4;
    position: absolute;
    top: 125px;
    left: 0px;
}

#view #logo {
    z-index: 120;
    position: absolute;
    top: 40px;
    left: 0px;
}


#view #swfCommunity {


    z-index: 3;
    position: absolute;
    top: 662px;
    left: 50px;
}

#view #lnkClickHere {
    width:720px;
    padding: 10px;
    background-color:#FFFFFF;

    z-index: 10;
    position: absolute;
    top: 565px;
    left: 0px;
}


#view #footer {
    width:740px;
    padding: 10px;
	z-index:25;
	position:absolute;
	top:690px;
	left:0px;

}

#view #footer_external {
    width:740px;
    padding: 10px;
	z-index:26;
	position:absolute;
	top:740px;
	left:0px;

}


#view #LP {
	display:none;
    width:400px;
    height:400px;
    padding: 10px;
	z-index:28;
	position:absolute;
	top:200px;
	left:60px;

}
/******************************************************************/

