BODY {
background-color: #f8f6f2;
font-family: Arial, Tahoma, Georgia, Verdana;
font-size:11px;
text-align: center;
margin: 0 auto;
}

#center {
text-align: center;
}

table {
font-family: Tahoma, Georgia, Verdana;
font-size:12px;
margin-left: auto;
margin-right: auto;
}

h1 {
font-family: Arial, Tahoma, Georgia, Verdana;
font-size:11px;
}

#topnav {
background: url(images/header.png);
text-align: right;
padding-top:10px;
font-size:17px;
width:100%;
height:23px;
}

#container {
margin:0 auto;
margin-left: auto ;
margin-right: auto ;
text-align: left;
width:452;
}

#logo {
background: url(images/logo.png);
background-color:ffffff;
text-align: center;
width:402px;
height:117px;
}


#contenttop {
background: url(images/top.png);
text-align:left;
width:452px;
height:10px;
}

#content a:link { color:333333; text-decoration: none; }
#content a:visited { color:333333; text-decoration: none; }
#content a:hover { color:3399ff; text-decoration: none; }
#content a:active { color: #3399ff; text-decoration: none; border-bottom: 1px #3399ff dotted;}  
#content {
background: url(images/middle.png);
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
width:432px;
text-align: center;
}

#contentbottom a:link { color:333333; text-decoration: none; }
#contentbottom a:visited { color:333333; text-decoration: none; }
#contentbottom a:hover { color:3399ff; text-decoration: none; }
#contentbottom a:active { color: #3399ff; text-decoration: none; border-bottom: 1px #3399ff dotted;}  
#contentbottom {
background: url(images/bottom.png);
font-size:9px;
text-align:center;
width:452px;
height:10px;
}

#spacer {
height:30px;
width:452px;
}


a:link { color:ffffff; text-decoration: underline; }
a:visited { color:ffffff; text-decoration: none; }
a:hover { color:3399ff; text-decoration: none; }
a:active { color: #3399ff; text-decoration: none; border-bottom: 1px #3399ff dotted;}  

.textfield {
 background: transparent
	url("images/form.png") no-repeat;
    border:solid 0 #fff;
    height:50px;
    width:200px;
    padding-left:10px;
    padding-right:10px;
}
.submit {
 background: transparent
	url("images/submit.png") no-repeat;
    border:solid 0 #fff;
    height:50px;
    width:50px;
    padding-left:10px;
    padding-right:10px;
}
 