html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	min-width: 750px;
}
h1 {
	color: #0074bd;
	font-size: 15px;
	font-weight: bold;
}
#footer {
	background-color: #FFFFFF;
	clear: right;
	color: #b2b2b2;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #b2b2b2;
}
#footer a:hover {
	text-decoration: underline;
}
#header {
	background-color: #E6E6E6;
	padding: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#parentBox {
	width: 750px;
	background-color: #76A0C8;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#left {
	background-color: #76A0C8;
	color: #FFFFFF;
	width: 200px;
	float: left;
	margin-left: -1px;
	margin-top: 30px;
}
#main {
	width: 510px;
	position: relative;
	float: right;
	padding: 20px;
	background-color: #FFFFFF;
}
#ulbase {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
}
#ulbase li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #575757;
}
.li_nav1Closed {
	background-image: url(../images/nav_closed_folder.gif);
	background-repeat: no-repeat;
	background-position: 0px 1em;
}
.li_nav1Open {
	background-image: url(../images/nav_open_folder.gif);
	background-repeat: no-repeat;
	background-position: 0px 1em;
	background-color: #DBE9F4;
	font-weight: bold;
}
#parentBox #left #ulbase a {
	color: #FFFFFF;
	text-decoration: none;
}
#parentBox #left #ulbase a:hover {
	text-decoration: underline;
}
.li_nav2 {
	background-color: #dbe9f4;
}
#parentBox #left #ulbase .li_nav2 a {
	color: #646566;
}
label {
	font-weight: bold;
}

