/* CSS Document */

/* head-part css */
body{
margin:0;
padding:0;
color:#000;
background-color:#fff;
font-size:12px;
color:#333;
}

.head{
width:100%;
height:10px;
margin:0;
padding:0;
background: #00B3EB url(images/title.gif) no-repeat right top;
}

h1.headr{
width:100%;
height:10px;
margin:0;
text-indent:-1000px;
}

p.headcopy1{
text-indent:-9999px;
width:200px;
height:47px;
margin:0;
position:absolute;
top:22px;
left:500px;
background:  url(images/topimage.jpg) no-repeat;
}

.description{
text-indent:-1000px;
width:469px;
height:19px;
margin:0;
border-right:solid 3px #C50017;
background:  url(images/topimage.jpg) no-repeat center top;
}

.pwrdCS{
position:absolute;
top:80px;
left:500px;
}

.nav{
width:100%;
height:19px;
margin:0;
paddign:0;
background-color:#333;
border-top:solid 3px #C50017;
}

.nav ul{
margin:0;
padding:0;
}

.nav ul li{
float:left;
margin:0;
padding:0;
list-style:none;
text-indent:25px;
line-height:19px;
}

.nav ul li a{
display:block;
width:129px;
height:19px;
color:#fff;
background:#666 url(images/navi.gif);
font-size:10pt;
text-decoration:none;
}

.nav ul li a:hover{
display:block;
background:#666 url(images/navi.gif) no-repeat 0 -19px ;
}