* {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-family: Courier New, Verdana, Arial;
	background-color: #fcfcfc;
	color: #123;
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #DF7401;
	font-size: 14pt;
}

a:hover {
	text-decoration: underline;
}

a.mod:before {
	content: ">> ";
	color: #123;
}

a.edit:before {
	content: "[ ";
	color: #123;
}

a.edit:after {
	content: " ]";
	color: #123;
}

.att {
	color: #123
}

.att:before {
	content: "!";
}

.att:after {
	content: "!";
}

em {
	font-size: 12pt;
}

code {
	padding: 1px 5px 1px 5px;
	background-color: #aaa;
	font-family: verdana, arial;
	font-size: 12pt;
	color: #fcfcfc;
}

div#center {
	margin: auto;
	width: 700px;
}

div#center > div#sitemap {
	text-align: center;
}

p {
	margin: 25px 0 25px 0;
	line-height: 25px;
}

h1, h2, p {
	float: left;
	width: 700px;
}

h1 {
	font-size: 22pt;
	text-align: center;
}

h2 {
	font-size: 20pt;
	border-bottom: 2px solid #123;
	border-left: 2px solid #123;
	padding: 5px 0 0 5px;
}

ul {
	margin-left: 50px;
	list-style-type: circle;
	float: left;
}

table {
	border: 0;
	line-height: 25px;
	font-size: 11pt;
	width: 700px;
	float: left;
}

table > a {
	font-size: 11pt;
}

td {
	padding-left: 15px;
	vertical-align: top;
	border: 1px solid #123;
	padding: 3px;
}

a.box {
	border: 1px solid #123;
	font-weight: bold;
	width: 200px;
	height: 80px;
	color: #fcfcfc;
	background-color: #123;
	display: block;
	padding-top: 50px;
	margin-bottom: 10px;
}

a.box:hover {
	text-decoration: none;
	background-color: #fcfcfc;
	color: #123;
}

a.box > span {
	display: none;
	width: 270px;
	border: 1px solid #123;
	background-color: #fcfcfc;
	color: #123;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	/*position: absolute;
	top: 275px;
	left: 540px;*/
}

a.box:hover > span {
	display: block;
	position: relative;
	left: 150px;
	top: 25px;
}

div.left, div.right {
	width: 200px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}
