/* --[ Global settings ]----------------------------------------------------- */
BODY {
	font: small/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	color: #000;
	background: #fff url("/images/body_back.gif") top repeat-x;

/*	background-color: #aaa; */
}
BUTTON {
	border: solid 1px #666;
	color: #0000FF;
	background-color: #F5F5F5;
}
SELECT {
	/* border: solid 1px black; */
	background-color: #F5F5F5;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
OPTIONGROUP.label {
	color: red;
}
A {
	color: #c00;
	background-color: transparent;
	text-decoration: none;
	/* font-weight: bold; */
}
A:hover {
	/* border-bottom: 1px dashed; */
	text-decoration: none;
}
PRE, CODE {
	font: normal 9pt monospace;
	color: #0000FF;
	background-color: #F5F5F5;
}
P {
	padding: 0px 10px 0px 10px;
}
H1 {
/*	font-family: Tempus Sans ITC, Monotype Corsiva, Papyrus, cursive;*/
	font: bold medium Georgia, serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 10px 0px 10px;
}
H2 {
	font-size: medium;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px 20px 0px 20px;
	background-color: #aaa;
	border-left: 5px double Gray;
	color: White;
}
H3 {
	font-size: small;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
}
/*
OL {
	margin-right:40px;
}
LI {
	margin-bottom:10px;
}
*/
DT {
	margin-top: 14px;
	font-weight: bold;
	border: none;
	padding-left: 3px;
	background: #aaa;
	color: white;
}
DD {
	padding: 3px;
	margin: 0px;
}
DD A {
	font-weight: normal;
}
DD A:hover {
	font-weight: normal;
}
IMG {
	border: none;
	vertical-align: bottom;
}

.blogPost {
	margin-top: 6px;
	margin-bottom: 2px;
	/* border-top: dotted 1px Gray; */
}
.blogPost HR {
	border: dashed 1px gray;
}
.blogPost .byline {
	font-size: 10px;
	font-family: Terminal, monospace;
	padding-left: 5px;
	color: Gray;
}
.blogPost .blogTitle {
	font-weight: bold;
}
.byline A, .byline A:hover {
	font-size: 10px;
	text-decoration: none;
}
.blogPost IMG {
	display: inline;
	float: left;
}
.newsrow1 { background-color: #F5F5F5; }
.newsrow2 { background-color: white; }
/* --[ Sections ]------------------------------------------------------------ */
#content, #footer {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 1em;
	color: #000;
	background-color: transparent;
/*	border-top: 4px solid #aaa; */
	border-right: 1px solid #aaa;
	text-align: left;
/*	
	width: 812px;
	min-width: 760px;
	max-width: 820px;
*/
}
#footer {
	padding-top: 2px;
	font-size: 7pt;
	border-bottom: 4px solid #aaa;
}
	/* Section: Title */
#title {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;

}
html>body #title {
	width: auto;
}

	/* Section: Menu */
#menu {
	width: 210px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 2px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #menu {
	margin-right:-6px;
}

/* --[ Sub items ]----------------------------------------------------------- */
#menufooter  {
	margin-bottom:20px;
}

#menusitelinks {
	font-size: small;
}

#menunew {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.menus {
	border-left: none;
	border-bottom: 1px solid #aaa;
	border-top: none;
	border-right: 5px double #aaa;
	background-color: white;
	color: #000;
	padding: 0px;
	margin-bottom: 6px;
	text-align: left;
	font-size: small;
	margin-right: 6px;
}

#title H1 {
/* 	border-top: 1px dashed #aaa; */
	border-bottom: 1px dashed #aaa;

	border-right: none;
	border-left: none;
	/* background-color: #fff; */
	color: #6699CC;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/* font-family: Tempus Sans ITC, Monotype Corsiva, Papyrus, cursive; */
	/* font: bold 12px Georgia, Tahoma, Arial, Helvetica, sans-serif; */
	/* font-family: monospace; */
	font-size: large;
	/* font-weight: bold;*/
}

A.external-link {
	color: #080;
	background-color: transparent;
}

.reconstruction {
	color: #aaa;
	background-color: transparent;
	/* font-weight: bold; */
	cursor: pointer;
}

A.anchor {
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
}
A.hollow {
	display: none;
}

P.anchor {
	text-align:right;
}

.links {
	margin-left:50px;
	margin-right:30px;
}
.date {
	font-family: Georgia, Palatino, times;
	font-size: small;
	font-weight: bold;
	color: #6D828A;
	margin: 6px 0px 0px 0px;
}

#counter { visibility: hidden; }
