body {
	background-color: #FFFFE3;
	color: #000000;
	font: bold 1em "Times New Roman", Times, serif;
}

/* Downloadable fonts for logo */
@font-face {
    font-family: Techno-Condensed;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.idlife.org/TECHNOC0.eot);
}
@font-face {
    font-family: "ZapfChan Md BT";
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.idlife.org/ZAPFCHA0.eot);
}
@font-face {
    font-family: "ZapfChan MdIt BT";
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.idlife.org/ZAPFCHA1.eot);
}

a:link { color: #006633; }
a:visited { color: #009933; }
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #006633;
	margin-bottom: -0.1em;
}

/* Font formatting */
#Contact {
	font: bold 1em Arial;
	text-align: center;
}
#ContactInfo {
	font: bold 1.2em Arial;
	text-align: center;
}
#Content {
	padding: 10px;
	width: 515px;
	font: bold 1em Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	background: #FFFFE3;
	margin-left: 10px;
}
#Copyright {
	font: .82em "Times New Roman", Times, serif;
	text-align: center;
}
#LIFEI {
	font: bold 24pt Techno-Condensed, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #006633;
}
#LIFE {
	font: bold normal 24pt "ZapfChan MdIt BT", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #006633;
}
#Inc {
	font: bold normal 24pt "ZapfChan Md BT", Arial, Helvetica, sans-serif;
	text-align: right;
	color: #006633;
}
#Menu {
	position: absolute;
	left: 550px;
}
#Menu td a {
	font: bold 1.2em "Times New Roman", Times, serif;
	color: #006633;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 5px double #FFFFCC;
	background: #FFFFE3 url("images/LIFE_background.jpg") repeat;
}
#Menu td a:hover {
	color: #FFFFFF;
	background: #006633;
}
#Menu td a:active {
	color: #FFFFFF;
	background: #006633;
}
#PageTitle {
	font: italic bold 2em "Times New Roman", Times, serif;
	text-align: left;
	color: #006633;
}
#PageQuote { font: bold 1em "Lucida Sans", Arial, Helvetica, sans-serif; }
#PhilList li{
	font: 1.2em "Times New Roman", Times, serif;
	list-style: outside;
	padding-bottom: .9em;
}
#ProgList { font: 1em "Lucida Sans", Arial, Helvetica, sans-serif; }

/* CSS style selection */
div.styles {
	font: bold 1em/2em Arial, Helvetica, sans-serif;
	background: #FFFFE3;
	width: 743px;
	margin: 0px 5px 5px;
	padding-bottom: 5px;
	border-top: 4px solid #006633;
}
div.styles a {
	text-decoration: none;
	padding: 0px 5px 5px;
}
div.styles a:link, div.styles a:visited {
	background: #FFFFE3;
	border: 3px solid #FFFFE3;
}
div.styles a:active {
	background: #FFFFE3;
	border: 3px solid #006633;
}
div.styles a:hover {
	background: #FFFFE3;
	border: 3px solid #006633;
}


