body {
	font-size: 12px;
	font-family: verdana, arial;
	background: url('bg.jpg') repeat-y;
	color: #000066;
}

a {
	color: #808080;
	text-decoration: none;
}

p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

#header {
	height: 135px;
	width: 820px;
}

#menu {
	float: left;
	width: 170px;
	color: #000000;
}

#content {
	margin-left: 170px;
	width: 640px;
}

#menu h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

#menu ul ul {
	margin: 15px 0 0 20px;
	padding: 0 0 15px 0;
}

#menu ul ul li {
	list-style-type: disc;
	font-weight: bold;
	margin: 3px 0 0;
	padding: 0;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

table {
	text-align: left;
	margin-bottom: 20px;
}

.table_header {
	background: #d8d8d8;
	font-weight: bold;
}

.table_content {
	background: #f0f0f0;
}
