body {
	background-color: #FFFECD;
	border: 1px inset gray;
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
}

a:link {
	text-decoration: none;
	color: #FF0000;
	text-shadow: 2px 2px 2px #aaa;
}

a:visited {
	text-decoration: none;
	color: #4A81FF;
	text-shadow: 2px 2px 2px #aaa;
}

a:hover {
	text-decoration: underline;
	text-shadow: 2px 2px 2px #aaa;
}

#container {
	background-color: #FFFFFF;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
}

#content {
	padding-top: 2%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 10%;
}

#content dl {
	margin: 5% 5% 5% 5%;
}

/* \*/
* html #content {
	padding-left: 0;
	padding-right: 0;
}
* html #sidebar-a {
	margin-left: -3px;
	border-left: 1px solid #FFFECD;
}
* html #sidebar-b {
	margin-right: -3px;
	border-right: 1px solid #FFFECD;
}
* html #container {
	margin-left: 3px;
}
* html #header {
	margin-left: 3px;
}
/* */

#sidebar-a {
	float: left;
	width: 20%;
	border-right: 5px solid #000000;
	background-color: #FFFFFF;
	border-bottom: 5px solid #000000;
	margin-left: -5px;
}
#sidebar-a ul {
	list-style: none;
}
#sidebar-a li {
	margin-bottom: 5%;
}

#sidebar-a li > a:link {
	border-right: 2px solid white;
	border-left: 2px solid white;
	padding-left: 2px;
	padding-right: 2px;
	text-shadow: 2px 2px 2px #aaa;
}

#sidebar-a li > a:hover, #sidebar-a li > a:visited:hover {
	padding-left: 2px;
	padding-right: 2px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	text-decoration: none;
	text-shadow: 2px 2px 2px #aaa;
}

#sidebar-a li > a:visited {
	text-decoration: none;
	border-bottom: none;
	padding-left: 2px;
	padding-right: 2px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-shadow: 2px 2px 2px #aaa;
}

#sidebar-b {
	float: right;
	width: 20%;
	border-left: 5px solid #000000;
	border-bottom: 5px solid #000000;
	background-color: #FFFFFF;
	margin-right: -5px;
}

#sidebar-b img {
	margin-bottom: 1%;
	margin-left: 5%;
	margin-right: 5%;
}

#footer {
	font-size: 70%;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	max-height: 20px;
	width: 100%;
	overflow: hidden;
}

#clearfix {
	float: left;
	clear: both;
}

abbr {
	font-style: italic;
}

#logo-text {
	display: none;
}

#corner_tl {
	background-image: url("images/corner_tl.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}

#corner_bl {
	background-image: url("images/corner_bl.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	bottom: 0px;
}

#corner_tr {
	background-image: url("images/corner_tr.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: right;
}

#corner_br {
	background-image: url("images/corner_br.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	clear: none;
	position: relative;
	bottom: 0px;
}

img {
	border: none;
}

.postheader {
	position: relative;
	z-index: 1;
	left: 5%;
	top: -15px;
	width: 70%;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	border: 2px dashed silver;
	background-color: #F0F0F0;
	color: #808080;
}

.post {
	z-index: 0;
	border: 2px solid silver;
	margin: 5% 5% 5% 5%;
	padding: 0 5% 5% 5%;
}

.postcontents {
	background-color: #ffffff;
	color: #000000;
	margin-top: 5px;
	text-align: left;
	font-size: 90%;
}

.postheader, .post, .postcontents {
	font-family: verdana, "times new roman", arial, helvetica, sans-serif;
}

#minheight {
	height: 200px;
	position: relative;
	top: 1px;
	left: 1px;
	background: transparent;
	width: 1px;
	clear: none;
}