@charset "utf-8";
/* CSS Document */

body {
color:#666;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
text-align:center
}

.content {
font-size:11px;
}

h1,h2,h3,h4 {
color:#c41230;
font-variant:small-caps
}



/* MENU NAVIGATION AT THE TOP OF THE SITE  */

#navigation {
font-size:11px;
font-variant:small-caps;
line-height:2em;
text-align:center
}

/*  BODYCOPY - the main story of the page  */

.bodycopy h1 {
font-size:18px
}


.bodycopy p {
text-align:left
}

.bodycopy {
text-align:left
}

/*  SIDEBAR  */

.sidebar {
font-size:12px;
font-variant:small-caps;
text-align:left
}

.sidebar a:hover,a:active,#quicklinks a:hover,#quicklinks a:active {
background-color:#CCC
}

.sidebar a:link, .sidebar a:visited, #asta_news a:link,#asta_news a:visited,#member_news a:link,#member_news a:visited,#quicklinks a:link,#quicklinks a:visited {
color:#666;
font-weight:700;
text-decoration:none
}

/* SIDEBAR SUBCONTENT */

#asta_news {
text-align:left;

}

#asta_news a:hover,#asta_news a:active,#member_news a:hover,#member_news a:active {
color:#c41230
}

#asta_news li,#member_news li,#quicklinks li {
text-align:left
}

#member_news { /* controls the dimensions and look of the Member News box area on the homepage */
text-align:left
}

#asta_news h2,#member_news h2 {
display:none
}  /* hides text that will be replaced by images */

#membership {  /* controls the look of the sidebar on the Membership series of pages */
text-align:left
}

.last {		/*last item in a list */
font-size:12px
}

/* FOOTER  (site_info )  */

#site_info {
color:#666;
font-size:9px;
text-align: left;
}


#site_info a:link,#site_info a:visited {
color:#333;
font-weight:700;
text-decoration:none
}

#site_info a:hover,#site_info a:active {
color:#999;
}


