/* CSS Document */

* {padding: 0; margin: 0; }

body {
	background: #fff;
	text-align:center;
	font-size:100%;
}
.bulletList ul {
	list-style: none;
}
.bulletList li {
	line-height:1.6em;
	padding:1em 0 0 1em;
	list-style: square;
	list-style-position: inside;
}
.bulletList p {
	padding-left: 2em;
}
#wrapper {
	width:1000px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	margin: 0 auto;
	background:#ccc;
}
#header {
	position:relative;
	width:100%;
	height:100px;
	font: normal 0.8em/1.1em arial, helvetica, sans-serif;
	background-image:url("bgHeader.jpg");
}
#middle {
	width:100%;
	font: normal 1.0em arial, helvetica, sans-serif;
/*	position:block;	
	background:#999;
	background-image:url("bgMiddle.jpg"); */
	background-image:url("bgMenu.jpg");
}
#menuBlock {
/*	clear:both; */
	float:left;
/*	font: bold 100.0em arial, helvetica, sans-serif; */
	font-weight:bold;
	width :180px;
	height:620px;
	text-align:center;
/*	position:absolute; */
/*	background:#fc3; */
	overflow:auto;
	padding:0;
	margin:0;
/*	background-image:url("bgMenu.jpg"); */
}
#menuBlock h2 { font: bold 0.9em arial, helvetica, sans-serif;}
#menuBlock a {
	color:#000;
	text-decoration:underline;
	display: block;
}	
#menuBlock ul {
	margin-left: auto;		/* Center UL */
    margin-right: auto;
	margin: 0 auto;			/* end center code */
/*	position:relative; */
	overflow:auto;
	list-style: none;
	width: 100%;
	text-align:center;
}
#menuBlock li {
	margin-left: auto;		/* Center UL */
    margin-right: auto;
	margin: 0 auto;			/* end center code */
	position:relative;
	font: normal 0.75em arial, helvetica, sans-serif;
	width:85%;
	height:2em;
	line-height:2em;
	text-align:center;
	list-style: none;
/*	list-style-position: inside; */
	background:#e6e6cc;
    display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}
#menuBlock li:hover {
	color: #909;
	background: #fff;
}
#mainPanel h1 { padding-top:1.0em; font: bold 1.3em arial, helvetica, sans-serif;}
#mainPanel h2 { padding-top:1.0em; font: bold 1.2em arial, helvetica, sans-serif;}
#mainPanel h3 { padding-top:1.0em; font: bold 1.0em/1.5em  Comic sans ms, helvetica, sans-serif;}
#mainPanel b { font: bold 1.0em/1.5em  Comic sans ms, helvetica, sans-serif;}
#mainPanel p, h2 {padding-top:1.0em;}

#mainPanel {
	float:right;
	text-align:left;
	width:820px;
	background:#ededdb; 
	font: normal 0.8em/1.5em Comic sans ms, helvetica, sans-serif;
}

#mainPanel .section{padding-left: 1em; text-align:left; clear:both;}

#footer {
/*	position:relative;display: inline;
	position: block; */
	clear:both;
	width:100%;
	height:80px;
	background:#036;
/*	background-image:url("bgFooter.jpg"); */
}