﻿#comp {
	width: 100%;
	height: 100%;
}
#nav {
	padding: 15px;
	position: relative;
	float: left;
	width: 14em;
	background-color: #663300;
}
#content {
	padding: 1em 1em 1em 2em;
	margin-left: 17em;
	width: auto;
	background-color: #FFFFFF;
}
#foot {
	text-align:center
}
#nav a:link {
	color: #FFEACD;
	text-decoration: none;
}
#nav a:visited {
	color: #FFCC99;
	text-decoration: none;
}
#nav a:hover {
	color: #FFEACD;
	text-decoration: underline;
}
#nav a:active {
	color: #FFEACD;
	text-decoration: underline;
}
#nav p {
	color: #FFFFCC;
}
body {
	font-family: Calibri, Cambria, "Comic Sans MS";
	color: #663300;
	background-color: #FFEACD;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h6 {
	font-size: small;
	text-align: left;
	color: #CCCCFF;
}
abbr {
	border-bottom-style: dotted;
	border-color: #996633;
	border-width: 1px;
}
dt {
	font-size: medium;
	background-color: #663300;
	color: #FFEACD;
	padding-left: 5px;
}
dd {
	font-size: medium;
}
p {
	font-size: medium;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-size: medium;
}
a:link {
	border: none;
	color: #999966;
	text-decoration: none;
}
a:visited {
	border: none;
	color: #339966;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
a:active {
	background-color: #663300;
	color: #FFEACD;
}
img {
	border-style: none;
}
.pcent {
	text-align: center;
	font-size: medium;
}
.pback {
	background-color: #FFEACD;
}