@charset "UTF-8";
body {
	font-family:"Palatino Linotype", "Book Antiqua3", Palatino, serif;
	font-size: 16px;
	line-height:1.2em;
}

td {
	font-family:"Palatino Linotype", "Book Antiqua3", Palatino, serif;
}

th {
	font-family: Palatino Linotype, Book Antiqua3, Palatino, serif;
}
a
{
	text-decoration:none;
}
a:link
{
	text-decoration:none;
}
a:hover
{
	color:#F00;
	background-color:#CCC;
	text-decoration:underline;
}
h1 
{
	font-size: 1.4em;
}
h2 
{
	font-size: 1.2em;
}
h3
{
	font-size: 1 em;
	font-weight: normal;
	font-style: italic;
}
pre
{
	font-family:"Lucida Console", Monaco, monospace;
	color:#000;
	background-color:#CCC;
	white-space:pre-wrap;
	word-wrap:break-word;
	font-size: 0.75em;
}
code
{
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 0.75em;
}
.checklist ul
{
	list-style-type: square;
	list-style-image:url(chk.gif);
}
#header
{
	padding-left:50px;
}
#Content {
	margin-top: 20px;
	margin-left: 50px;
	width:600px;
}

#footer
{
	margin-top:25px;
	margin-left:50px;
	width:550px;
	color:#666;
}
#footer a
{
	color:#666;
}
#footer a:link
{
	color:#333;
	border-color:#000;
	border-width:0 0 1px 0
	border-style:none none solid none;
}
#footer a:hover
{
	color:#f00;
}
#sidebar
{
	position:absolute;
	left:700px;
	top:132px;
}
#sidebar ul
{
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	line-height: 1.2;
}
#sidebar li
{
	list-style:none;
	margin:0 0 0 0;
}
