    /* CSS Document */


#main_header {
	width:950px;
	height:62px !important;
	background-image:url(/images/menu_top_bg.gif);	
	
}
#main_header_addr {
    float: right;
    font-style: italic;
    margin-top: 42px;
    color: #D9D9D9;
    
    letter-spacing: -.01cm;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding-right: 5px;
}

#main_area {
    width:925px;
}

#menu_area {
	float:left;
	width: 175px;
}

#menu_everybody {
	height: 175px;
	display: block;
}
#menu_members {
/* modify height by +/- 25px whenever an item is changed on menu */
    height: 150px;
    display:block;
}

#content {
    padding-top: 20px;
    width: 750px;
    float: left;
}

#login {
   
  width: 133px;
  border: 2px solid #8b9fb1;
  border-top: 1px solid #8b9fb1;
  border-left: 0px;
	background: #e5e5cd;
	color: #2a2a6b;
  font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
  padding: 7px;
	padding-left: 10px;
	
}

.loggedout {
   height: 145px;
}

.loggedin {
/* adjust height for logged in message */
    height: 70px;
}

#login p {
    margin: 0px;
    text-indent: 0px;
    font-size: 10px;
    font-weight: normal;
}

#login form {
    margin-top: 4px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin: 0px;
}

#login input {
    font-size: 10px;
}

#login label {
    font-size: 10px;
}

#random_pic {
    /* nothing special...just a logical division */
}

#breadcrumbs {
    margin-bottom: 20px;
}


#footer {
    width: 950px;
    text-align: center;
    clear: both;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 0px;
    border: 2px solid #f0f0e2;
    border-left: 0px;
    /*background:#8b9fb1;         /* menu over bg */
    /*background: #1a213e;        /* darkest blue on top banner */
    background: #354056;       /* lighter dark blue on top banner */
    color: #f0f0e2;
}

#footer a {
    color: #8b9fb1;
}

#footer a:hover {
    color: #2a66c1;
}

/** End universal styles **/

/** Begin page-dependent styles **/
#index_infobox {
 	
    width:240px;
    border: 2px solid #f0f0e2;
    border-top: 0px;
    background:#8b9fb1;
    color: #f0f0e2;
    padding:2em;
    float:right;  
    text-align: left;
}
	/* background:#8FADC7; */
    /* color:#FFFFFF; */
#index_infobox .title {
    font-style: italic;
}


#index_leftCol {
    text-align: center;
    margin-top: 20px;
    width: 425px;
}

#announce {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 7px;
    text-align: left;
    border: 2px solid #8b9fb1;
}

/**
 *  Link color = "font='blue'" on footer
 *  
 *  Top banner:
 *      dark blue (top) = #2a2a6b
 *      bottom strip (right) = #354056
 *
 *  Menu:
 *      Top bgcolor = #e5e5cd
 *      Top over bgcolor = #e5e5cd
 *      Sub bgcolor = #e5e5cd
 *      Sub over bgcolor = #4d7bc1
 *
 *      Top font color = #2a2a6b
 *      Top over font color = #2a66c1
 *      Sub font color = #2a66c1
 *      Sub over font color = #ffffff
 *
 *      Border color = #8b9fb1
 */
