/***************************
 * Reset
 ***************************/

/**/html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}/**/
/**/ol, ul {
	list-style: none;
}/**/
/* tables still need 'cellspacing="0"' in the markup */
/**/table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}/**/
/***************************
 * Main
 ***************************/
body { 
	font-family: Tahoma, Verdana; 
	font-size: 11px; 
	color: #666666; 
	margin: 0px; 
	padding: 0px; 
	}
a { 
	font-family: Tahoma, Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color: #004080; 
	text-decoration: none 
	}
a:link, a:active, a:visited  { 
	font-family: Tahoma, Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color:#004080; 
	text-decoration: none 
	}
a:hover { 
	font-family: Tahoma, Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color:#004080; 
	text-decoration: none 
	}
form input {
	margin: 0;
	border: 0;
	padding: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;	
	}
#container h1 {
	margin: 10px 0 20px 0;
	border: 0;
	padding: 0 0 0 0;
	font-size: 18px;
	/**height: 30px;**/
	line-height: 2.1em;
	}		
/*****************************************************************************
 * menu
 *****************************************************************************/
ul.menuLeft {
	padding: 10px 0 10px 0;
	margin: 0 10px 0 0;
	}
ul.menuLeft li {
	text-indent: 0 ;
	list-style: none;
	padding: 3px 0 1px 17px;
	background:  url(img/menuic.gif) 5px 8px no-repeat;
	border-bottom: dotted 1px #ccc;
	}
ul.menuLeft li a {
	display: block;
	margin: 0 0 2px 0;
	padding: 1px 0;
	text-decoration: none;
	background: #fff; 
	}
ul.menuLeft li:hover {
	text-indent: 0px;
	list-style: none;
	}
ul.menuLeft li a.select {
	display: block;
	margin: 0 0 2px 0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
ul.menuLeftChild {
	padding:6px 0px 0px 0px;
	margin:0px;
	}
ul.menuLeftChild li {
	list-style:none;
	background: url(img/menuic.gif) 5px 8px no-repeat;
	padding: 3px 0px 3px 14px;
	border-bottom: dotted 0 #eee;
	}
ul.menuLeftChild li a {
	display: block;
	margin: 0 0 2px 0;
	padding: 1px 0;
	text-decoration: none;
	background: #fff; 
	}

