@charset "utf-8";
/* CSS Document */

/* TAGS */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
}

h1 {
	color: #333333;
	font-size: 26pt;
	font-weight: normal;
	margin: 10px 10px 0px 15px;
}

h2 {
	color: #778855;
	font-size: 16pt;
	margin: 0px;
}

h3 {
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	margin: 0px;
}

h4 {
	margin: 0px 0x 0px 0px;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color:#334400;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #666666;
	height: 1px;
	border: solid 1px #A180A6;
}

a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ID's */
/*
#content {
	margin:0px;
	background-color:#D3E1B0;
	width:800px;
}
*/

#left {
	margin: 0px;
	padding: 0px;
	padding: 0px;
}

#leftTop {
	margin: 0px;
	padding: 10px;
	color:#000000;
}

#leftBottom {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	color:#000000;
}

#main {
	width:800px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#menu {
	margin: 0px;
	background-color: #DBE6B8;
	height:25px;
	padding: 5px 15px 0px 15px;
	font-size: 12pt;
	color: #666666;
	display: none;
	visibility: hidden;
}

#menu li {
	margin: 0px 10px 0px 15px;
	float: left;
	list-style: none;
}

#menu li a {
	color: #666666;
	text-decoration:none;
}

#organics {
	display: none;
	visibility: hidden;
}

#retroTree {
	margin: 10px 5px 10px 25px;
}

#right {
	margin: 0;
	padding: 5px;
	width: 320px;
	/*background-color: #D3E1B0;*/
	background-color: #CBE0A1;
	text-align: center;
	display: none;
	visibility: hidden;
}

#titleBar {	
	margin: 0px;
	height: 60px;
	background-image: url(../images/TitleBar.jpg);
}


/* CLASSES */

.menuDivider {
	color: #FFFFFF;
}

.pgStart {
	margin: -2px 0px 0px -2px;
}
.picInText {
	margin: 0px 10px 5px 0px;
}

.quote {
	margin: 5px 25px 5px 5px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	width: 230px;
	height: 50px;
	color:#7C8559;
}