body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
}

h1	{ font-size: 28px; }
h2	{ font-size: 18px; }
h3	{ font-size: 16px; }
h4	{ font-size: 14px; }
h5	{ font-size: 10px; }
h6	{ font-size: 8px; }

a, a:visited {
	text-decoration: none;
	color: #334e7f;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 7px;
}

div.code {
	background: #cccccc;
	border: 1px dashed #888888;
	white-space: pre;
	font-family: courier;
	font-size: 12px;
	width: 90%;
	padding: 5px;
	margin: 5px 15px;
	margin-bottom: 9px;
}

span.fn {
	font-family: courier;
	font-size: 12px;
	font-weight: bold;
}

#wrapper {
	background: #FFFFFF;
	margin: 0px auto 10px auto;
	padding: 0;
	width: 100%
	text-align: left;
}

#tophat	{
	height: 0px;
	background: #FFFFFF;
}

#header	{
	height: 0px;
	text-align: center;
}

#header h1 {
	font-size: 0px;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: black;
	clear: both;
}

#main {
	margin: 0px 10px 2px 0px;
}

#sidebar {
	float: left;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

#sidebar ul {
	text-align: right;
	margin: 5px;
	padding: 5px;
	line-height: 1.6em;
	list-style-type: none;
}

#sidebar h3 {
	text-align: center;
	text-decoration: underline;
	font-size: 0px;
	margin: 5px;
	color: #132e6f;
}

#content {
	/*width: 640px;*/
	background: #FFFFFF;
}

#content h2 {
	text-align: center;
	margin: 5px;
	color: black;
}

#content h3 {
	text-align: left;
	padding: 10px 0px;
}

#content a {
	color: #334e7f;
}

#content ul {
	margin-top: 10px;
}

#content ul li {
	font-weight: bold;
	margin-bottom: 10px;
	list-style-type: none;
}

dt {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}

dd {
	text-align: justify;
	margin-bottom: 10px;
	font-weight: normal;
}
