@charset "utf-8";
/* CSS Document */
body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
background-color:#C9D2BC;
}
#branding {
text-align:center;
background-color:#E1E1C5;
padding:40px 0 10px 0;
}
#container-bottom {
width:660px;
margin:0 auto;
color:#216878;
padding:56px 0 20px 0;
position:relative;
left:20px;
}
.bottom-left {
width:300px;
float:left;
margin:0 28px 0 0;
padding:6px 0 0 0;
}
.bottom-right {
width:300px;
padding-left:28px;
padding:6px 0 0 28px;
float:right;
border-left:1px solid #397781;
}
.bottom-right form {
margin:0 0 16px 0;
}
#container-bottom h2,#container-bottom h3 {
font-size:18px;
font-weight:bold;
line-height:24px;
margin:0 0 14px 0;
}
#container-bottom p {
font-size:15px;
margin:0 0 14px 0;
line-height:24px;
}
.txtField {
padding:2px 4px;
width:145px;
height:16px;
display:block;
margin:0 0 10px 0;
width:200px;
}
.fan {
background-image:url(../i/facebook.gif);
background-position:0 0;
background-repeat:no-repeat;
padding:3px 0 0 35px;
min-height:27px;
font-size:15px;
}
.fan a {
color:#216878;
text-decoration:none;
}
.fan a:hover {
text-decoration:underline;
}