/* CSS Document */

* {padding: 0; margin: 0; }

body {
	background: #fff;
	text-align:center;
	font-size:100%;
	background-image:url("bggradient.jpg");
	background-repeat:repeat-x;
	
}
.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-image:url('bgMenu.jpg');*/
	/*background-repeat:repeat;*/

}
#header {
	position:relative;
	width:100%;
	height:98px;
	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;

}
#leftColumn{
	float:left;
	width:190px;
	padding:0;
	margin:10px 0 0 0;
	text-align:center;
	}

#leftColumn h2 { font: bold 0.9em arial, helvetica, sans-serif;}
#leftColumn a {
	color:#000;
	text-decoration:underline;
	display: block;
}	
#leftColumn ul {
	color:#000;
	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;
}
#leftColumn 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:150px;
	height:2.0em;
	line-height:1.7em;
	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;
}
#leftColumn li:hover {
	color: #909;
	background: #fff;
}






#menuBlock {
	float:right;
	font-weight:bold;
	width :190px;
	height:700px; 
	text-align:center;
	overflow:auto;
	padding:0;
	margin:10px 0 0 0;
	color:#fff;
}
#menuBlock h2 { font: bold 0.9em arial, helvetica, sans-serif;}
#menuBlock a {
	color:#000;
	text-decoration:underline;
	display: block;
}	
#menuBlock ul {
	color:#000;
	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:150px;
	height:2.0em;
	line-height:1.7em;
	text-align:left;
	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:left;
	text-align:left;
	width:620px;
/*	height:600px; */
/*	overflow:auto; */
	color:#000; 
	font: normal 0.8em/1.5em Comic sans ms, helvetica, sans-serif;
	border-width: 0px 0px 0px 0px;
/*	border-style: solid;*/
/*	border-color: #000;	*/
}

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

#footer {

	clear:both;
	width:100%;
	height:100px;
	background:#e6e6cc;
		border-width: 2px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}