@CHARSET "ISO-8859-1";

body {
	background-color: #CCCCCC;
	font-family: "Palatino Linotype", sans-serif;
}

.box-left {
	float:left;
	width: 20%;
}

.box-right {
	margin-left: 20%;
}

.site-header {
	font-size: larger;
	font-variant: small-caps;
	color: white;
	letter-spacing: 1em;
	background-color: #888888;
	border-top: double 3px black;
	border-bottom: double 3px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 10px;
}

.site-inner {
}

.site-footer {
	font-style: italic;
	text-align: center;
}

.toc {
}

.section {
	border: solid 1px black;
	margin: 10px 10px 10px 0px;
}

.section-header {
	color: white;
	background-color: #888888;
	font-variant: small-caps;
	padding: 3px;
}

.section-inner {
	padding: 3px;
}

.content {
	padding: 10px 0px 0px 0px;
}

.article {
	margin-bottom: 10px;
	border: solid 1px;
}

.article-header {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #888888;
	color: white; 
	padding: 3px; 
}

.article-inner {
}

.article-footer {
	text-align: center;
	font-style: italic;
	color: white;		
}

.files {
	font-style: italic;
	padding: 3px;
	margin: 10px 10px 10px 40px;
}

.file {
	margin-left: 40px;
}

.image {
	text-align: center;
	margin: 10px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: red;
}

.para {
	margin: 10px;
}
