* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#000000;
 margin:0;
 height:auto;
}

#main_backer { 
 height: 850px;
 width: 100%;
 background: url('../images/background_home.jpg') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}

#main_backer_int { 
 height: 850px;
 width: 100%;
 background: url('../images/background_int.jpg') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}

#wrapper {
 margin: 0 auto;
 width:751px;
 height:auto;
}

#top_nav {
 color:#0000CC;
 position:relative;
 float:right;
 top:13px;
 left:116px;
 width:300px;
 height:7px;
 z-index:1;
}

#top_nav a:hover { color:#990000; }

#login {
 position:relative;
 float:right;
 top:10px;
 left:200px;
 width:300px;
 height:15px;
 color:#0000CC;
 z-index:0;
}

#header_photo {
 position:relative;
 float:right;
 top:21px;
 left:13px;
 width:300px;
 height:154px;
}

#navigation {
 position:relative;
 float:right;
 width:685px;
 height:44px;
 top:21px;
}

#nav_mission { float:left; width: 135px; height: 44px; }
#nav_mission a { background: url("../images/nav_mission.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_mission a:hover { background-position: -135px 0; }
#nav_mission_on a { float:left; width: 135px; height: 44px; background: url("../images/nav_mission.gif") no-repeat; display: block; background-position: -135px 0; }

#nav_newsletter { float:left; width: 96px; height: 44px; }
#nav_newsletter a { background: url("../images/nav_newsletter.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_newsletter a:hover { background-position: -96px 0; }
#nav_newsletter_on a { float:left; width: 96px; height: 44px; background: url("../images/nav_newsletter.gif") no-repeat; display: block; background-position: -96px 0; }

#nav_calendar { float:left; width: 82px; height: 44px; }
#nav_calendar a { background: url("../images/nav_calendar.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_calendar a:hover { background-position: -82px 0; }
#nav_calendar_on a { float:left; width: 82px; height: 44px; background: url("../images/nav_calendar.gif") no-repeat; display: block; background-position: -82px 0; }

#nav_meminfo { float:left; width: 135px; height: 44px; }
#nav_meminfo a { background: url("../images/nav_meminfo.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_meminfo a:hover { background-position: -135px 0; }
#nav_meminfo_on a { float:left; width: 135px; height: 44px; background: url("../images/nav_meminfo.gif") no-repeat; display: block; background-position: -135px 0; }

#nav_memlist { float:left; width: 127px; height: 44px; }
#nav_memlist a { background: url("../images/nav_memlist.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_memlist a:hover { background-position: -127px 0; }
#nav_memlist_on a { float:left; width: 127px; height: 44px; background: url("../images/nav_memlist.gif") no-repeat; display: block; background-position: -127px 0; }

#nav_officers { float:left; width: 110px; height: 44px; }
#nav_officers a { background: url("../images/nav_officers.gif") no-repeat; display: block; width:100%; height:100%; }
#nav_officers a:hover { background-position: -110px 0; }
#nav_officers_on a { float:left; width: 110px; height: 44px; background: url("../images/nav_officers.gif") no-repeat; display: block; background-position: -110px 0; }


#lender {
 position:relative;
 float:left;
 width:230px;
 height:auto;
 top:90px;
 left:10px;
}

#home_ads {
 position:relative;
 float:left;
 width:220px;
 height:170px;
 bottom:180px;
 left:10px;
}

#lender strong { color:#0F5F7F; }
#lender a { color:#0F5F7F; }
#lender a:hover { color:#990000; }

#title {
 position:relative;
 float:left;
 top:21px;
 left:54px;
}

#title_int {
 position:relative;
 float:left;
 top:21px;
 left:66px;
}

#body_text {
 position:relative;
 float:left;
 width:435px;
 height:auto;
 color:#666666;
 top:15px;
 left:89px;
}

#body_text_int {
 position:relative;
 float:left;
 width:600px;
 height:auto;
 color:#666666;
 top:15px;
 left:99px;
}

#copyright { color:#999999; }

#home_link {
 width:207px;
 height:133px;
 position:relative;
 float:left;
 top:31px;
 left:34px;
}

.bold {
 font-weight: bold;
}




