/*************************************/
/*  jane.css - Jane Fund Style Sheet */
/*************************************/


/***********************/
/* Page Heading Styles */
/***********************/

DIV.masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 145px;
	}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 125px;
	height: 125px;
	}

#pagetitle {
	position: absolute;
	top: 20px;
	left: 150px;
	height: 100px;
	font-family: "Garamond", serif;
	font-size: 33px;
	font-weight: bold;
	text-align: left;
	}

DIV.entry_head {
	font-family: "Garamond", serif;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	}

#menubar {
	position: absolute;
	background-color: #600060;
	top: 100px;
	left: 150px;
/*	height: 20px;
/*             top right bot left */
	padding: 8px 12px 8px 12px;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}

#menubar A {
	color: #FFFFFF;
	text-decoration: none;
	}


/**********************/
/* Normal Page Styles */
/**********************/

BODY	{
	font-family: serif;
	font-size: 17px;
	}

BODY A	{
	color: #600060;
	font-weight: bold;
	text-decoration: none;
	}

DIV.content {
	position: relative;
	margin-top: 150px;
	}

DIV.heading {
	font-family: serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	}

DIV.storyblock {
	margin-left: 25px;
	}


/***********************/
/* Special Page Styles */
/***********************/

DIV.entry_text {
	font-family: "Garamond", serif;
	font-size: 18px;
	text-align: center;
	}

DIV.entry_mission {
	font-family: "Garamond", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}


/*****************/
/* Footer Styles */
/*****************/

DIV.footer {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	}

DIV.footer A {
	color: #800080;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

DIV.notices {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

