
body {
	padding: 0px;
	margin: 0px;
    font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
	font-size: 84%;
}

div.nav {
	padding-left: 1em;
	border-bottom: solid;
	border-bottom-width: 1px;
	background-color: #dddddd;
}


div.main {
	position: static;
	margin-top: 1em;
	margin-left: 8%;
	margin-right: 8%;
	margin-bottom: 1em;
    width : 66%;
	min-height: 460px;
}

div.side {
    position : absolute;
    /* margin-left : 640px; */
	width: 20%;
	margin-right: 0;
	margin-left: 0;;
	padding-left: .5em;
	padding-right:.5em;
	left: auto;
	right: 0;
	margin-top:1em;
    margin-bottom:15pt;
	text-align : left; 
	border-left: solid;
	border-width: 1px;
	font-size: 80%;
}

div.footer {
	position: static;
	font-size: 80%;
	text-align: center;
}	

a.mailto:link {
	text-decoration: underline;
	color: orange;
}

a.mailto:visited {
	text-decoration: underline;
	color: orange;
}	

a.mailto:hover {
	text-decoration: underline;
	color: #AA0000;	
}	

a.trackback:link {
	font-size: 83%;
	text-decoration: none;
	color: orange;
}

a.trackback:visited {
	font-size: 83%;
	text-decoration: none;
	color: orange;
}

a.trackback:hover {
	font-size: 83%;
	text-decoration: underline;
	color: orange;
}			


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #AA0000;
}		

a.quest:link { 
	text-decoration:none; 
	border-bottom:1px dotted blue;
}
	
a.quest:visited { 
	color: #000099; 
	text-decoration: none; 
	border-bottom:1px dotted blue; 
}

a.quest:hover {
	text-decoration: none;
	border-bottom: 1px solid #AA0000;
	color: #AA0000;
}		

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #AA0000;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #880000;
}	

h2.side {
	margin-top: 2.5em;
}


*.date {
	color: #999999;
}


table {
	font-size: 100%;
}	

pre {
	background: #EFEFEF;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 1px;
	border-style: solid;
	font-size: 80%;
}	

img {
	border-width: 0;
}	

hr {
	height: 1px;
}

hr.footer {
	width: 20em;
	height: 1px;
}


