ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	padding:0px;
	margin:0px;
}

body {
	background-color: white;
	font-size: 17px;
	font-family: Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;
	color: #6C1B1B;
	padding: 0px 0px;
	margin: 0px;
}

.caption {
	background-color: white;
	font-size: 12px;
	font-family: Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;
	color: #6C1B1B;
	margin: 3px 0px 0px 25px;
}

p, pre, h2 {
	padding:10px;
	margin:0px
}

h1 {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 10px;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 26px;
}

h2 {
	font-size:14px;
	padding-top:10px;
	color: #564b47;
	background-color: transparent;
}

a {
	font-weight: bolder;
	color: #ff66cc;
	font-size: 13px;
	background-color: transparent;
	text-decoration: none;
}



pre {
	font-weight: bold;
	font-family: Courier, Monaco, Monospace;
	color: #1A1A1A;
	font-size: 13px;
	background-color: transparent;
}

#header {
	color: #A52A2A;
	font-family: Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;
	font-size: 14px;
	position: static;
	padding: 0px;
	background-color: white;
	left: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
}


#sidebar {
	max-height: 1000px;
	min-height: 200px;
	padding: 0px;
	background-color: white;
	left: 0px;
	height: 90%;
	width: 235px;
	position: absolute;
}



#content {
	margin-left: 235px;
	padding: 0px 0px 0px 20px;
	height: 100%;
	background-color: white;
	overflow: auto;
}


#menu {
	width: 200px;
	margin: 20px;
}

#menu .submenu {
	text-indent: 10px;
}

#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(buttons5.gif);
	padding: 8px 0 0 10px;
}

#menu li a:hover, #menu li a:active {
	color: #A52A2A;
	background: url(buttons5.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

