/* CSS Document */

*{
margin:0;
padding:0;
border:0;
}
html{}
body{
background:#045999 url(../images/body-bg.jpg) no-repeat top;
padding:0;
margin:0px 0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:14px;
}

div#wrapper{
text-align:left;
margin: 0 auto;
width:990px;
padding:0px;
background:#fff;

}


div#masthead{
clear:both;
height:147px;
background:url(../images/email-bg.gif) no-repeat right;
}
#logo{
float:left;
padding-top:0px;
width:670px;}
#signup{
float:right;
width:300px;
background:url(../images/signup-bg.gif) no-repeat right top;
height:125px;
padding:10px 0 10px 20px;

}
#signup form{}

#signup form input{
border:1px solid #aaa;
color:#555;
padding:2px;}


div#main{
background:url(../images/main-bg.gif) repeat-y;
}
#content{
width:675px;
float:left;
margin:20px;
}
#sidebar{
width:285px;
float:left;
}
#sidebar h3{
font-weight:normal;
margin-left:8px;
}
#sidebar p{
margin-left:8px;}
#sidebar a{
color:#00bff3;}
.sidebarphoto{
margin:7px;}

.module{
margin-bottom:20px;
}
.memberships{
margin-top:20px;
}
.memberships img{
margin-left:20px;
padding:5px;
}

div#footer{
border:0;
text-align:center;
margin:0;
padding:20px 20px 0 0;
height:34px;
background:url(../images/footer-bg.gif) repeat-x;
font-family:Arial, Helvetica, sans-serif;
}
div#footer p{
font-size:11px;
color:#fff;
margin:0;

}
#footer a{
color:#0076a3;}

h1{
font-weight:bold;
font-size:14px;
font-family:"Tahoma", Geneva, Arial, Helvetica, sans-serif;
color:#333;
margin-top:2px;
margin-bottom:5px;
}

h2{
font-weight:bold;
font-size:1.6em;
color:#000;
margin-top:2px;
margin-bottom:5px;
}


p{
font-size:1.0em;
color:#000;
line-height:1.4em;
margin:10px 0;
}

p.clr{margin:0;padding:0;clear:both;height:1px;}
a, a:visited{
color:#000;
text-decoration:underline;
}
a:hover{
color:#000;
text-decoration:underline;
}

