/* page layout */
body{ 
background-color:#000066;
background-align:center;
color:white;
padding: 0px;
}

.page{
width:1000px;
height:1000px;
margin:0px auto;
background-color:#000066;
}
.header{ /*the header div includes the logo, title, and menu*/
width:100%;
height:50px;
background-color: white;
}
.logo{
margin:2px;
padding: 2px;
float:left;
}
.title{
color:black;
font-family:freestyle script;
font-size:32px;
/*position: center;*/
}
.title h1{
font-size: 80px;
}
.contenthome{ 
width:1000px;
height: 1000px;
/*padding:2px;*/
background-color: white;
font-size:12px;
/*text-align:center;*/
color:black;
}

.contenthome2{ 
width:1000px;
height: 1000px;
/*padding:2px;*/
background-color: white;
font-size:12px;
text-align:center;
color:black;
}

/*.content{ 
width:1000px;
height: 700px;
padding:2px;
font-size:14px;
}*/
.titleimg{
float:center;
margin:5px;
}
.button{
size: 40px;
font-size: 20px;
}

.clear{clear:both;}

.form{
text-align: left;
text-size: 14px;
padding-left:100px;
}
