/* CSS Document */

html,body{
height:100%;
}

body{
margin:0px;
background: url(images/Splash_BG.gif) repeat-x;

}

.banner{
position:absolute;
top:0px;
left:0px;
margin:0px;
width:100%;
height:105;
background: url(images/Splash_logo.gif) no-repeat;
text-align:right;
}

.fixedlinks{
position:absolute;
top:60px;
right:35px;
margin:0px;
font:8pt verdana;
color:#777777;
letter-spacing:2
}

a.fixed:link,a.fixed:hover,a.fixed:visited{
color:#777777;
text-decoration:none;
}
.newnav
{
position:absolute;
top:105px;
width:100%;
height:24;
background: url(images/Nav_BG.gif) repeat-x;
text-align:right;
padding-right:20px;
font-size:12px;
text-decoration:none;
}

.nav
{
position:absolute;
top:105px;
width:100%;
height:24;
background: url(images/Nav_BG.gif) repeat-x;
text-align:right;
}



.mainimagearea
{
position:absolute;
top:129px;
width:100%;
height:132;
background: url(images/Splash_Pic_BG.gif) repeat-x;
}

.mainimage
{
position:relative;
width:100%;
height:132;
background: url(images/Splash_Pic.jpg) no-repeat top right;
}

.signon
{
position:relative;
width:195;
height:132;
background: url(images/SecNav_BG.gif) repeat-y top left;
overflow:hidden;
}

.loginarea
{
position:relative;
width:195;
height:132;
background: url(images/loginheader.gif) no-repeat top left;

}

.logintext{
font:8pt verdana,arial,helvetica;
color:#FFFFFF;
}

.maincontent{
position:absolute;
top:261px;
width:100%;
}

.content{
height:100%;
padding:20px
}

.bottomnav
{
width:100%;
height:24;
background: url(images/Nav_BG.gif) repeat-x;
text-align:right;

}

#bottomtext{
position:relative;
top:5px;
right:30px;
height:24px;
font:7pt verdana,arial,helvetica;
color:#777777;
}

