body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top:10px;
	border: 1px solid #666;
	background: #fff url(../images/sun.gif) 145px 150px no-repeat;
	/* Fix IE5 */
	text-align: left;
}
* html #wrapper {
	width: 982px;
	w\idth: 980px;
}
#banner {
	position: relative;
	color: #000;
	height: 130px;
	background: #fff url(../images/banner_bg.jpg) top left repeat-y;
	border-bottom: 15px solid #8ba5bc;
	margin-bottom: 10px;
}
img.logo {
	position: absolute;
	top: 5px;
	left: 10px;
	border: 0;
	width: 153px;
	height: 115px;
}
#banner img.kids {
	float: right;
}
/**************************************************************************************************
					 MAINNAV
***************************************************************************************************/
ul.mainnav {
	clear: both;
	margin: 0;
	list-style-type: none;
	padding: 5px 0 6px 0;
	text-align: center;
	background: #FFF url(../images/nav_bg.jpg) top left repeat-x;
	margin-bottom: 15px;
	font-size:1.0em;
}
ul.mainnav li {
	display: inline;
	padding: 4px 12px 5px 12px;
	font-size: 0.9em;
}
ul.mainnav li.selected {
	font-weight: bold;
	color: #fff;
}
ul.mainnav a {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
ul.mainnav a.selected {
	font-weight: bold;
}
ul.mainnav a:hover {
	text-decoration: underline;
}
ul.mainnav li#current a {
	font-weight: bold;
	background-color: white;
	color: #999900;
}
#leftcol {
	float: left;
	width: 140px;
	width: 160px; /* GREALY */
	/*background: url(../images/bars.gif) top left no-repeat; */
	/*min-height: 200px;*/
}
#leftcolempty {
	float: left;
	width: 140px;
	width: 160px; /* GREALY */
	background: url(../images/bars.gif) top left no-repeat;
	height: 200px;
}
#leftcol .smile {
	margin-top: 10px;
	margin-left: 10px;
}
#rightcol {
	float: right;
	width: 160px;
	margin-right: 10px;
}
* html #rightcol {
	display:inline;
}
/**************************************************************************************************
					 SIDENAV
***************************************************************************************************/
ul.sidenav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.sidenav li {
	padding: 5px 0 5px 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	border-left: 10px solid #fff;
}
ul.sidenav li.green {
	border-left: 10px solid #BEE6B9;
}
ul.sidenav li.pink {
	border-left: 10px solid #FEB2D9;
}
ul.sidenav li.red {
	border-left: 10px solid #FF6F90;
}
ul.sidenav a {
	background-color: transparent;
	text-decoration: none;
	color: #000;
	margin-left: 0;
}
ul.sidenav a.current {
	font-weight: bold;
}
ul.sidenav li a:hover {
	font-weight: bold;
}
ul.sidenav li#current a {
	font-weight: bold;
	background: url(../images/subarrow.gif) left center no-repeat;
	background-color: #fff;
}
ul.sidenav  ul.subnav {
	font-size: 0.9em;
}
ul.subnav {
	list-style-type:disc;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
ul.subnav li {
	/*padding: 5px 0 5px 5px; */
	margin-bottom: 2px;
}
/**************************************************************************************************
					 MAIN
***************************************************************************************************/
#main {
	margin-left: 155px;
	margin-left: 175px;
	margin-right: 180px;
	margin-right: 30px;
	line-height: 140%;
}
#main h1 {
	font-size: 1.3em;
	color: #3b6890;
	border-bottom: 1px solid #3b6890;
}
#main h2 {
	font-size: 1.2em;
	color: #3b6890;
	padding-bottom: 3px;
	margin-bottom: 0;	
/*	border-bottom: 1px dotted #3b6890; */
}
#main h3 {
	font-size: 1.0em;
	padding-bottom: 3px;
	margin-bottom: 0;
}
#main p, #main ul, #main ol {
	font-size: 0.9em;
}
#footer {
	clear: both;
	color: #fff;
	background-color: #FF6F90;
	font-size: 0.8em;
	text-align: center;
	padding: 2px 0;
	margin-top: 10px;
}
img {
	border: 0;
}
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
.booktitle {
	font-style: italic;
}
.it {
	font-style:italic;
}
#create {
	width: 980px;
	margin: 3px auto;
	text-align: left;
	font-size:0.7em;
	color: #5b80a1;
}
#create a {
	color: #5b80a1;
}
p.keys {
	font-size:0.8em;
}
.first {
	padding-top: 0;
	margin-top: 0;
}