/* CSS Document - Food for Thought April 2009)*/

/* basic elements */

body {
	background-color: #660099;
	text-align: center; /* center IE6 */
	color: #000000;
	font-family: verdana, arial, geneva, "sans serif";
	color: #000000;
}

#wrapper {
	width: 795px; /* centers page for modern browsers such as firefox and ie7 */
	text-align: left;
	color: #fff;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#header h1 {
	font-size: 160%;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

#header h2 {
	font-size: 130%;
	text-align: left;
	font-weight: bold;
}

#header h3 {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}


h2 {
	color: #CC0000;
	font-size: 16px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #006666; /* teal green*/
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	background-color: #FFFFCC;
	color: #000000;
	}
h4 {
	color: #CC0000
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #339900;
	font-weight: bold;
}
#content {
	width: 450px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-right: 15px;
}


#content2 {
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	background-color: #FFFFFF;
}

#content p {
	padding-right: 50px;
}
#content_full {
	width: 790px;
}


#sidebar {
	width: 255px;
	color: #339900; /* burg */
	font-family: georgia, "times new roman", times, serif;
	font-size: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px; /* pale yellow */
	background-color: #CCCCFF;
	float: left;
}

#sidebar2 {
	width: 400px;
	color: #990033; /* burg */
	font-family: georgia, "times new roman", times, serif;
	font-size: 120%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 20px; /* pale yellow */
	background-color: #33FF00;
}




/* Controls main link properties */

a:link {
	text-decoration: none;
	color: #ccccff;
}
	 
a:visited {
	color:#CCCCFF;
	text-decoration: none;
}
 
a:active {
	color:#339900;
	text-decoration: underline;
	background-color: #CCCCFF;
	font-weight: bold;
} 


	
	
/* includes the "clear" for both floats */
#footer {
	clear: both;
	color: #000;
	background-color: #FFFFFF;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #339900;
}

#footer p {
	padding: 0px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 250%;
	font-size: 60%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 5px;
	background: #0cf;
	color: #fff;
	text-decoration: none;
	float: left;
	border-top: 1px solid #fc0;
	border-left: 1px solid #fc0;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}

#navcontainer li a#current {
	color: #FF6600; /* yellow */
	background: #666600; /* dk green */
}


#navcontainer ul li a:link
{
	background: #c60; /* brown gold*/
	color: #ffc; /* pale yellow */
}

#navcontainer ul li a:visited
{
	background: #fc3; /* orange gold*/
	color: #660033; /* brown */
}

#navcontainer ul li a:hover
{
	color: #ffc; /* pale yellow */
	background: #666600; /* dk green */
}

#navcontainer ul li a:active
{
	color: #ff3;  /* yellow */
	background: #990033; /* burg*/
}

