/**
 * Structure and general definitions
 *
 */
body {
	font-family: Arial, Sans-Serif;
	background: #414441;
	color: #000;
	font-size: 12px;
	text-align: center;
	}
	
.wrapper {
	text-align: left;
	width: 760px;
	margin: auto;
	}
	
#header {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1.0em;
	}
#header a { color: #fff; }

.left-column {
	background: #fff;
	vertical-align: top;
	padding: 2.0em;
	}
.right-column {
	background: #87AA8A;
	width: 140px;
	vertical-align: top;
	padding: 1.0em;
	}
.right-column  a { color: #fff; }
	
#footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	}
#footer a { color: #fff; }
	
	
/**
 * Header
 *
 */
#header p.sitename {
	font-weight: bold;
	font-size: 3.0em;
	line-height: 1.1em;
	}
#header p.sitename a { color: #87AA8A; }

#header p.description { 
	font-weight: bold;
	font-size: 1.2em;
	}
	
	
	
/**
 * Page Content
 *
 */
h1.pagetitle {
	font-size: 2.0em;
	}
	
	
	
/**
 * Sidebar
 *
 */
ul.pagelist {
	list-style: none;
	margin-left: 0em;
	}
ul.pagelist li {
	padding: 0.2em 0;
	}
 

	

/**
 * General Tags
 *
 */
 
a { text-decoration: none; }
address, code, kbd, ins, var, tt {
	font-family: Lucida Console, Monospace;
	font-size: 0.9em; /* better scale down mono text wrt serif, change to 1.0em in case body is sans-serif. */
	line-height: 1.2em;
	}
abbr {
	font-weight: bold;
	font-size: 0.9em;
	}
acronym, del, p, q, s {
	/* These tags have a general behaviour that is not reset and will continue to work unless otherwise defined further in the document. */
	}
b, strong {
	font-weight: bold;
	}
big {
	font-size: 1.2em;
	}
blockquote {
	margin: 0.4em;
	padding-right: 1em;
	margin-right: 3em;
	border-right: 1px solid #9D9E9E;
	text-align: right;
	}
em, i, cite {
	font-style: italic;
	}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	line-height: 1.3;
}
h1 {	font-size: 3.0em; }
h2 {	font-size: 2.0em; }
h3 {	font-size: 1.8em; }
h4 {	font-size: 1.6em; }
h5 {	font-size: 1.6em; }
input, textarea {
	background-color: #fff;
	border: 1px solid #000;
	}
p { 
	line-height: 1.3em; 
	}
pre {
	line-height: 1.2em;
	}
small {
	font-size: 0.9em;
	}
sub {
	vertical-align: bottom;
	font-size: 0.7em;
	}
sup {
	vertical-align: top;
	font-size: 0.7em;
	}
u, ins  {
	text-decoration: underline;
	}
	
	
/* ************** General body list and table structure ************ */
ul, ol {
	margin-left: 1.5em;
	list-style: disc outside;
	padding-left: 0em;
	}
ul ul {	list-style: circle;	}
ul ul ul {	list-style: square; }
ol {		list-style: decimal; }
ol ol {	list-style: upper-alpha; }
ol ol ol {	list-style: lower-alpha; }
dt {	
	padding-top: 0.5em;
	line-height: 1.2em;
	font-weight: bold;
	}
	

/**
 * Other General Body Classes
 *
 */

.sans { font-family: "Trebuchet MS", Arial, Sans-Serif; }

ul.inline-list { list-style: none; margin: 0; }
ul.inline-list li { display: inline;}

.clear { clear: both; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter, .aligncentre { margin: auto; text-align: center; }

.spc10 { padding: 0 5px;}
.spc20 { padding: 0 10px; }

.gap-h { width: 15px; }
br.gap-v { line-height: 1.0em; }

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }
.text-center { text-align: center; }
