/* From 'A Leaf' (www.thegregreport.com) */

body {
 font-size: 14pt;
 font-family: Tahoma,sans-serif;
 color: black;
 text-align: center;
 background: #f4f5f0;
}

img {border: 0;}

a {
 text-decoration: none;
 background: transparent;
}
a:hover {text-decoration: underline;}

/* content wrapper */

#wrap {
	color: #303030;
	margin: 0 auto;
	width: 750px;
	background: #d9ebc3 url(images/bg.jpg) no-repeat;
}

/* title */

#title {
	padding-top: 100px;
	margin-left: 145px;
	text-align: left;
	color: #006400;
	font-size: 72pt;
	background: transparent;
}
#title a, a :visited {
	color: #ff8040;
	background: transparent;
}
#title a:hover, a:visited:hover {
	color: #ff723f;
	text-decoration: none;
	background: transparent;
}

/* main content */

#content {
	line-height: 1.8em;
	color: #07294b;
	background: transparent;
}

h1 {margin: 0;}
h2 {
	margin: 8px 0 35px 0;
	font-size: 42pt;
	color: #A0522D;
	background: transparent;
	padding-bottom: 14px;
	border-bottom: 1px dashed #006400;
}

.text {
	color: #000000;
	background-color: #FFFFAA;
	border: 2px solid #FFFF00;
	padding: 3px 8px 3px 5px;
	filter: Alpha(opacity=60);
	opacity: 0.6;
}
.text:hover {filter: Alpha(opacity=70); opacity: 0.7;}

/* side menu */

#side {
	margin: 115px 0 0 6px;
	line-height: 1.8em;
	width: 90px;
	color: #000000;
	float: left;
	font-size: 9pt;
}

.item {
	color: #000000;
	font-size: 1.2em;
	display: block;
	background: #a6cca1;
	border: blue 1px solid;
	margin: 5px 5px 5px 0;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 95px;
}

.item:hover {
	background: #f0b600;
	text-decoration: none;
}

.itemsub{
	color: black;
	font-size: 0.8em;
	display: block;
	background: #a6da87;
	border: blue 1px solid;
	margin: 5px 5px 0 0;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 85px;
}

.itemsub:hover {
	background: #f0d307;
	text-decoration: none;
}

/* image footer */

#footer {
	background: url(images/foot.png);
	width: 750px;
	height: 23px;
}

/* bottom stuff (copyright message, etc) */

#bottom {
	font-size: 8pt;
	padding-top: 15px;
	color: #595d8e;
	line-height: 0.5em;
	background: transparent;
}

#bottom a {
	color: #5994bc;
	text-decoration: none;
	background: transparent;
}

#bottom a:hover {
	text-decoration: underline;
	background: transparent;
}

#bottom img {margin: 5px;}

.banner {margin: 30px 0 -12px;}
.banners {
	border-top: 1px solid #DEDEDE;
	color: #888888;
	font-size: 9px;
	margin-top: 20px;
}
.banner img,
.banners img {filter: Alpha(opacity=42); opacity: 0.42;}
.freerice img {filter: Alpha(opacity=50); opacity: 0.5;}
.banner img:hover {filter: Alpha(opacity=90); opacity: 0.9;}
.banners img:hover {filter: Alpha(opacity=84); opacity: 0.84;}
.freerice img:hover {filter: Alpha(opacity=100); opacity: 1;}