body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, sans-serif;
	
}

.topBar {
	background-image: url(images/top_bar_slice.jpg);
	background-repeat: repeat-x;
}

.sideBar {
	background-image: url(images/Sidebar_bg.jpg);
	background-repeat: repeat-y;
	width: 192px;

	background-color: #f8f8ed;
}

.sideBar_text {
	color: #FFF;
	
}

.sideBar_text a {
	color: #FFF;
	text-decoration: none;
}

.sideBar_text a:hover {
	color: #FFF;
	text-decoration:underline;

}

.sideBarTiny {
	background-image: url(images/Sidebar_bg.jpg);
	background-repeat: repeat-y;
	width: 192px;
	background-color: #f8f8ed;
}

.main {
	background-color: #f8f8ed;
	padding-left: 20px;
	padding-right: 20px;
}

.main a {
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.heading {
	font-size: 18pt;
	font-weight:bold;
}

.question {
	font-size: 13pt;
	font-family: Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	color: #008080;
}

.answer {
	margin-left: 30px;
}

.testi {
	background-color: #effaf8;
	border: thin solid #4e8081;
	padding: 5pt 5pt 5pt 5pt;
}

.quoter {
	font-weight:bold;
	text-align:right;
	color: #4e8081;
}

.credit {
	text-align: center;
	background-color: #f8f8ed;
	font-size: 8pt;
}

a.credit {
	text-decoration: none;
}

a.credit:hover {
	text-decoration: underline;
}
	
unused {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #ffffe5;
	font-family: courier, monospace;
	font-size: 18pt;
	margin-left: 10px;
}