/*General font: */ 



/*General properties of the body: Background color, -picture, margins. */ 

body {
	background-color: #111;
	 font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; 	font-size: 100%; color: #444 ;text-align: center;}




.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 800px;
     text-align: left;
background-color: #FFF;
color:#444;
     }

.topnav {background-image: url(gradient3.png);  background-repeat:repeat-x; background-color: #000000; font-size:90%; color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:normal; text-align: left; padding:8px 5px 8px 40px}

.topnav a:link {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.topnav a:visited {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.topnav a:hover { background-color: #ffffff; color: #333333; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.topnav a:active {color:#ffffff; font-family: "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif; font-weight:bold; text-decoration:none; font-size:95%; padding:3px}

.clear
{
	clear:both;
}




.bodytext {margin-left:20px; margin-right:50px; background-color: #ffffff; }


.left400 {
float:left;
     width: 400px;
     text-align: left;
background-color: #FFF;
color:#444;
     }

.right300 {
float:right;
     width: 300px;
     text-align: left;
background-color: #FFF;
color:#444;
     }



/*Links: */

a:link 	{color: #6E1418; font-weight:bold; text-decoration:none; font-family:"Trebuchet MS", Helvetica,  "Times New Roman", Arial, sans-serif;}
a:visited 	{color: #6E1418; font-weight:bold; text-decoration:none; font-family: "Trebuchet MS", Helvetica, "Times New Roman", Arial, sans-serif;} 
a:hover     { background-color: #6E1418; color: #FFFFFF; font-weight:bold; text-decoration:none; font-family: "Trebuchet MS", Helvetica, "Times New Roman", Arial, sans-serif;}
a:active	{color: #6E1418; font-weight:bold; text-decoration:none; font-family: "Trebuchet MS", Helvetica, "Times New Roman", Arial, sans-serif;}
a:link img   { border-color: #6E1418 } 
a:visited img   { border-color: #6E1418 } 
a:hover img   { border-color: #6E1418 } 
a:active img   { border-color: #6E1418 } 


/*Headers:*/


h1        {  font-size: 160%; font-weight:bold; text-align:left; color: #222222}

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: 100%; font-weight: bold; text-align:left; color: #222222}

h5	{font-size:100%; text-align:center }



/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }
.special2	{font-size: 150%;	color: #333333; 	text-align:center }

.special3	{text-align:right; font-weight: bold;	}

.special4	{font-size: 120%;	color: #008733; 	text-align:left }
.speciallist	{font-size: 80%;}

/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}
