@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
padding: 20px 0px;
background: #EAF7FF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5{
letter-spacing: -1px;
}

.header{
width: 710px;
margin: 0 auto;
padding: 0px 30px;
}

.header a{
color: #0099FF;
text-decoration: none;
}

.header a:hover{
text-decoration: underline;
}

h1{
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 33px;
color: #0099FF;
font-weight: normal;
margin: 0px 0px 9px 0px;
}

.bread{
background: url(images/image_1.jpg);
height: 42px;
}

.bread p{
width: 740px;
margin: 0 auto;
display: block;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
color: #FFFFFF;
padding: 7px 0px 0px 30px;
font-weight: bold;
}

.bread p a{
color: #FFFFFF;
text-decoration: none;
}

.bread p a:hover{
text-decoration: underline;
}

.page{
padding: 10px 30px 0px 30px;
width: 730px;
margin: 0 auto;
font-size: 11px;
color: #666666;
display: inline-block;
}

.page-inner{
background: #FFFFFF;
border: 1px solid #62C0FF;
padding: 1px;
display: inline-block;
}

.page-inner2{
padding: 5px 22px 15px 22px;
}

h2{
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 18px;
color: #FFFFFF;
background: url(images/image_2.jpg);
height: 29px;
padding: 4px 0px 0px 8px;
}

h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
padding: 10px 0px 5px 0px;
border-bottom: 2px dotted #75D2FF;
width: 50%;
}

.page-inner2 p{
margin: 12px 0px 7px 0px;
line-height: 17px;
}

.nav{
float: right;
border: 1px solid #0099FF;
margin: 15px 0px 15px 45px;
}

.nav a{
display: block;
background: url(images/image_3.jpg);
font-size: 10px;
color: #666666;
padding: 3px 5px;
width: 150px;
text-decoration: none;
}

.nav a:hover{
background: url(images/image_4.jpg);
color: #000000;
}

.clear{
clear: both;
}

.footer{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #999999;
padding: 15px 0px;
}

a{
color: #0099FF;
}

a:hover{
text-decoration: none;
}