/*Global things*/
* {
	margin: 0;
	padding: 0;
}
ul, ol { 
	margin: 1em 1em 1em 2em;
}
html {
	background: #EEF5CC url(../_images/bg.gif) repeat;
}
#page {
	font: 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 650px;
	margin: 20px auto;
	position: relative;
}
h1 span {
	display: none;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #2B5C89;
}
a, a:link, a:visited {
	color: #2B5C89;
}
a:hover {
	color: #CC6600;
}
img {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 0;
}
img.icon {
	display: inline;
	margin: 0;
}
p {
	margin: 1.5em 6px;
	text-align: justify;
}
abbr {
	text-decoration: none;
	border-bottom: 1px dashed #307454;
}
pre {
	background-color: #F5FFE6;
    border: 1px dashed #307454;
    margin: 10px 6px;
	overflow: auto;
    padding: 8px;
	font-size: 1.2em;
	width: 550px;
}
/*Utils*/
.horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal li {
	float: left;
	padding: 0 0.5em;
	border-right: 1px solid #307454;
	height: 1.25em;
}
.horizontal .last, .horizontal .right {
	padding-right: 0;
	border-right: 0;
}
.horizontal .right { 
	float: right;
}
.horizontal:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.horizontal { display: inline; }
* html .horizontal { height: 1%; }
.horizontal { display: block; }
* html #contentsBox { height: 1%; }
/*Header*/
#headerBox {
	background: #EEF5CC url(../_images/banner_piece1.jpg) no-repeat;
	height: 100px;
}
#header, #contentsBox {
	background-color: #FFF;
	line-height: 1.6;
	border: 1px solid #307454;
	border-width: 0 2px;
}
#header {
	line-height: 2.5;
}
div#logoPiece2  {
	clear: both;
	background: #EEF5CC url(../_images/banner_piece2.gif) no-repeat;
	height: 4px;
	display: block;
	font-size: 3px; /*IE fix*/
}
/*Content*/
#contentsBox {
	padding: 0 6px;
	margin: 0 12px;
	background: #FFF url(../_images/loklogo.gif) repeat-y top;
	color: #000;
}
#contentsBox h1, #contentsBox h2, #contentsBox h3, #contentsBox h4 {
	padding-left: 12px;
}
#contentsBox h1, #contentsBox h2 {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 2px solid #CC6600;
	margin: 0.3em;
	margin-top: 1em;
	display: block;
}
#contentsBox h2, #contentsBox h3, #contentsBox h4 {
	font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2.5em;
}
#contentsBox h3 {
	font-size: 1.2em;
}
#contentsBox h4 {
	font-size: 1.0em;
}
#contentsBox ul li {
	margin: 0.5em 0;
}
h1#contentsHeader {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #CC6600;
	margin: 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1em;	
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
}
#contentsFooter {
	clear: both;
	margin-top: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.25em;
}
#footer {
	font-size: 0.75em;
	color: #EEE;
	text-align: right;
	background-color: #307454;
	margin: 0 12px;
}
#footer a {
	color: #EEE;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
/*SubHeader*/
div#subheaderBox {
	width: 646px;
	height: 12px;
	border: 1px solid #CC6600;
	background: #307454;
	border-width: 1px 0;
	font-size: 5px;
}
/*MenuBox*/
#menuBox {
	position: absolute;
	padding-left: 2px;
	top: 114px;
}
