/*General font: */ 

font	{ font-family: "Trebuchet MS", Helvetica, "Times New Roman", Times, serif; color: #666666; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-image: url(lightgrey-bg.gi);  background-repeat:repeat-x; background-color: #111; color: #666666; font-family: "Helvetica Neue", "Trebuchet MS", Helvetica,  "Times New Roman", Times, serif;  text-align: center;}

.header {
     margin-left: auto;
     margin-right: auto;
     width: 800px;
     text-align: left;
background-color: #fff;
padding:20px;

}

.header h1 {color:#869CB2; margin:0}

.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 800px;
     text-align: left;
background-color: #ffffff;
border-color:#869CB2; border-width:0px; border-style:solid;
     }




.bodytext {margin-left:40px; margin-right:60px;}


.top {background-color: #111; background-image: url(blue-g.png);  background-repeat:repeat-x;  border-color:#333333; border-width:0px; border-style:solid; font-size:90%; color:#eee;font-weight:normal; text-align: left; padding:10px}

.top a:link {color:#ffffFf; font-weight:normal; text-decoration:none; font-size:90%; padding:10px}

.top a:visited {color:#ffffFf; font-weight:normal; text-decoration:none; font-size:90%; padding:10px}

.top a:hover { background-color: #ffffff; color: #333333; font-weight:normal; text-decoration:none; font-size:90%; padding:10px}

.top a:active {color:#ffffFf; font-weight:normal; text-decoration:none; font-size:90%; padding:10px}

/*Links: */

a:link 	{color: #00639C; font-weight:normal; text-decoration:none;}
a:visited {color: #00639C; font-weight:normal; text-decoration:none;} 
a:hover {background-color:#00639C; color:#FFFFFF; font-weight:normal; text-decoration:none;}
a:active {color: #00639C; font-weight:normal; text-decoration:none;}

a:link img   { border-color: #00639C } 
a:visited img   { border-color: #00639C } 
a:hover img   { border-color: #00639C } 
a:active img   { border-color: #00639C } 


/*Headers:*/


h1        {  font-size: 140%; font-weight:bold; text-align:left; color: #869CB2}

h2	{ font-size: 110%;  font-weight: bold; text-align:left; color: #222222}

h3	{ font-size: 100%; font-weight: bold; text-align:left; color: #222222}

h4	{font-size: 110%; font-weight: bold; text-align:left; color: #222222}

h5	{font-size:110%; text-align:center }



/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }

.specialright	{font-size: 90%; color: #333333; text-align:right; padding:0 20px 0 0}


/*Change distance between list items:*/
li  { margin: 5px 0 5px 0}

/*color of list:*/
li {color: #444}
ul {color: #444}





