/* CSS Document */

body{
background-color:#E0DFE3;
background-repeat:repeat-x;
text-align:center;
font-family:verdana;
font-size:12px;
margin-top:10px;
}

.header, .content, .footer{
width:657px;
background-color:#ffffff;
border-left:10px solid #ffffff;
border-right:10px solid #ffffff;
text-align:left;
margin: 0px auto;
padding-top:10px;
}

a {
	color: #00487D;
}
a:hover {
	color: #0065AD;	
}
.header{

}

.header h1{
display:none;
}

.header span{

/*
display:block;
width:657px;
height:23px;
background-image:url(images/testlogo.jpg);
background-repeat:no-repeat;

*/

color: White;
padding-top:140px;
  text-indent: 400px;
}

.header span a{
color: White;
text-decoration:none;
}

.content{
background-image:url(images/background-menu.gif);
background-repeat:repeat-y;

}

.menu{
float:left;
width:160px;

}

.menu2{
width:140px;
padding:10px;
}

.menu h2{
margin-bottom:6px;
color: #37658D;
text-indent:16px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url(images/folder.gif);
font-weight:normal;
font-size:13px;
}

.text{
width:129px;
height:15px;
}

.text2{
width:99px;
height:15px;
}

.page{
padding:10px;
width:457px;
float:left;

}

.page p{
margin-top:4px;
margin-bottom:4px;
}

.page h2{
margin-bottom:6px;
color: #3C6F9B;
text-indent:16px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url(images/image.gif);
font-weight:normal;
font-size:17px;
}

h1 {

font-family: Verdana;
font-size: 14px;
text-decoration: none;

}
p {
padding-bottom: 6px;

}

.footer{
border-bottom:10px;
color: #626262;
}