@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #DDF3CB;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(pictures/background.jpg);
	background-repeat: repeat-x;
}
p {
	text-align: left;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #939;
	text-decoration: none;
}
a:hover {
	color: #F37D1C;
	text-decoration: none;
}
#container {
	width: 780px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 150px;
	background-image: url(pictures/psychic.png);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	color: #008000;
	text-align: center;
	font-size: 1.4em;
}
#sidebar1 {
	float: left;
	width: 150px;
	background: #EFFAE6;
	font-size: 0.8em;
	padding: 15px 10px 15px 20px;
}
#sidebar2 {
	float: right;
	width: 160px;
	background: #EFFAE6;
	font-size: 0.8em;
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 200px;
	padding: 0 10px;
	font-size: 0.9em;
}
#mainContent h1 {
	font-size: 1.3em;
	color: #008000;
}
#mainContent ul, li { 
  	font-size: 0.92em;
	padding-top:5px;
}
#footer {
	padding: 0 10px 0 20px;
	background: #DDF3CB;
	font-size: 0.7em;
	color:#999;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer a{
	color:#999;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#menu {
	width: 150px;
}
#menu ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
#menu li {
	margin: 0 0 0.5em 0;
}
#menu a {
	display: block;
	font-size: 1em;
	color: #F37D1C;
	background: #FFF;
	width: 120px;
	padding: 0.1em 0.8em;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #FEA800;
	color: #FFFFFF;
}
#container h2, h3 {
	font-size: 1.2em;
	color: #008000;
}
#container h4, h5, h6 {
	font-size: 1.1em;
	color: #006600;
}
.pink {
	font-style: normal;
	font-weight: bold;
	color: #F0F;
}
.green {
	font-style: normal;
	font-weight: bold;
	color: #008000;
}
.standOut {
	font-weight: bold;
	color: #007000;
}
.italicHighlights {
	font-weight: bold;
	font-style: italic;
	color: #007000;
}
.outLoud {
	font-weight: bold;
	color:#069;
}
.red {
	font-weight: bold;
	color:#F00;
}
