/* **
   **  Homepage.css
   **  
   **  This is for CSS directives that are (suprise) specific to the home page
*/

div#home {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body {
	background-color:#FFFFFF;

}

/* ~~~~~ Defaults for various elements ~~~~~ */
table,tr,td,img {
	border:none;
}

td {
	padding:1px;
	margin:0px;
	text-align: left;
    vertical-align: middle;

	font-size: 12px;
}

/* ---- Generic directives ---- */

/* ---- small and blue -- */
p.small {
	font-size: 10px;
    font-weight: bold;
    color: #000099;
	margin:0px;
	padding:0px;
}


/* --- Annoucment section */

#announcement {
	background-color:#CCCCCC;
	text-align: center;
}

#announcement a {
	font-weight: bold;
	font-size: 10px;
    color: #000099;
}	


/* ---- Navigation buttons down the left side */

#sidebar {
	vertical-align: top;
	text-align: center;
	background-color: #000099;

	padding-top: 5px;
}

#sidebar_content {
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}

td.sidebutton {
	background-color:#6699cc;
	color:#FFFFFF;
	padding:3px;
	white-space: nowrap;	
}

td.sidebutton a {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
}



/* ~~ Area below the navigation buttons */
#sidebar_bottom {
	font-size: 10px;
	text-align:center;
	color:#FFFFFF;
}
#sidebar_bottom p {
	font-size: 10px;
	margin:0px; 
	padding:0px;
	color:#FFFFFF;
}

#sidebar_bottom a {
    font-weight: bold;
    color:#FFFFFF;
}

/* ---- Central section containing links to the current issue, archives ---- */

#home_center a {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}



#home_center_left, #home_center_right {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 40px;

	text-align:center;
}


table#centerlinks {
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}

table#centerlinks td {
	padding:0px; margin:0px;

}

p.centerlink {
	font-weight: bold;
    margin:0px;
	padding:0px;

}

p.centertext {
/*        font-size:75%;	*/
	font-size:smaller;
        margin:0px; padding:0px;
        white-space: nowrap;
}
/* ----- Cover Image --- */

table#coverimage {
        padding:0px;margin:0px;
	border: none;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;

}

table#coverimage td {
	border: none;
        padding:0px; margin:0px;
}

table#coverimage img {
	border: none;
        padding:0px; margin:0px;
}

#home_center_bottom {
	background-color:#CCCCCC;	
	text-align: center;	
}


/* ----- Copyright section ------ */

#copyright {
    background-color:#6699cc;
	text-align: center;
    padding:2px;

 }

#copyright a{
	font-size: 10px;
    color: #000099;
}




