/* CSS */
body { 
	font-family: Verdana; 
	font-size: 0.8em;
	text-align: justify;
	background: lightgray;
}

/* Titles */
h1 { 
	color: #F77944; 
	font-size: 1.5em;
	margin-bottom: 1ex;
}
h4 { 
	color: #B9B9B9; 
	font-weight: normal; 
	font-style: italic;
	margin: 0;
	font-size: 11px;
}
h5 { 
	color: #426584;
	font-size: 10px; 
	font-weight: normal;
	padding: 0;
	margin-top: -15px;
	margin-left: 7em;
}
hr {
	border:1px solid  #E7E7E7; 
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
/* Colors */
ul li { 
	list-style-type: square; 
	color: #426584;
}
ol li 
{ 
	color: #426584;
}
b, strong, sup 
{
	color: #426584;
}
label 
{ 
	color: #426584;
}
a 
{ 
	color: #426584; 
	font-weight: normal; 
	text-decoration: none
}
a:hover 
{ 
	text-decoration: underline;
}

span.name
{
	color: #747474;
	font-family: sans;
	font-weight: bold;
}

/* Tables */
table {
	border-style: none none none none;
	border-collapse: separate;
}
table th {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #F77944 #F77944 #F77944 #F77944;
	text-align: center;
}
table td {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: ridge ridge ridge ridge;
	border-color: gray gray gray gray;
}
table.invisible th {
	border-style: none none none none;
	text-align: center;
}
table.invisible td {
	border-style: none none none none;
}
/* Layout */
img {
	border: 0;
	vertical-align: middle;
}

/* Selection */
.rectangle {
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:5px;
	z-index:5;
	visibility: hidden;
	font-size: 0px;
	border: 1px solid;
}
.masque {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:4;
}
.fixedbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border: solid;
	background-color: white;
}
/* Help panel */
.helpvisible {
	position:fixed; 
	top: 0; 
	right: 0; 
	z-index: 20; 
	padding: 5px 5px 5px 5px;
	border: solid; 
	background-color: yellow; 
	width: 200px;
}
.helphiden {
	position:fixed; 
	top: 0; 
	right: 0; 
	z-index: 20; 
	padding: 5px 5px 5px 5px;
	border: solid; 
	background-color: yellow; 
	visibility: hidden;
}

/* panels */
.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: white;
}

#content 
{
    text-align: justify;
    width: 790px;
    margin-left: 200px;
    height: 580px;
}
#content a
{
	text-decoration: underline;
}
#content a:hover
{
	font-weight: bold;
}

.post
{
	overflow-y: auto;
	height: 540px;
	padding-right: 10px;
}

#header 
{ 
    background: url(images/header.png) no-repeat top left;
    position: relative;
    width: 100%;
    height: 100px;  
    text-align: right;
}
#header span
{
	position: absolute;
	bottom: 2px;
	right: 5px;	
}
#header span ul
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#header span ul li
{
	list-style: none;
	display: inline;
	margin-left: 10px;
}
#header span ul li a
{
	font-weight: bold;
}

#sidebar
{
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	width: 190px;
	height: 580px;
}
/*
#sidebar ul
{
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar ul li
{
	color: #F77944;
}
#sidebar ul li a
{
	color: black;
	font-weight: bold;
}
*/
.menuLeft ul
{
	margin-left: 15px;
	padding: 0;
}
.menuLeft, .menuLeft li
{
	list-style-position : inside;
	color: #F77944;
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
.menuLeft li a
{
	color: black;
	font-weight: bold;
}

#footer
{
	background: url(images/footer.png) no-repeat top left #cee6ff;
	height: 50px;
}
#footer span
{
	position: relative;
	bottom: -30px;
	left: 20px;
	color: #426584; 	
}

.contact_address
{
	background-color: #DFE6ED; 
	border: 1px solid #ACBED0;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

