

/*General properties of the body: Background color, -picture, margins. */ 

body {	background-color: #EAE3D3; color: #333333; font-family:  font-family: tahoma, Times, serif; color: #333333; font-size: 85%;}

/*General font: */ 

font	{ font-family: tahoma, Times, serif; color: #333333; font-size: 85%;}

.top {background-color: #00639C; background-image: url(top-blue.jpg);
    background-repeat: repeat-x; margin: 0 0 0 0; font-size: 85%; text-align:center; color: #ffffff;}

.top a:link 	{color: #ffffff; font-weight:normal; text-decoration:normal;}
.top a:visited 	{color: #ffffff; font-weight:normal; text-decoration:normal;} 
.top a:hover   {  background-color:#00639C; color: #ffcc00; font-weight:normal; text-decoration:normal;}
.top a:active	{color: #ffffff; font-weight:normal; text-decoration:normal;}


.bodycontent {margin-left:10%; margin-right:10%;}
.bodytext {margin-left:10%; margin-right:10%;}

.leftnav { MARGIN-LEFT:10px;   font-size:90%; color:#333333}

.search { MARGIN-LEFT:10px; margin-right:20px;  font-size:110%; background-color: #ffffff; text-align:center; font-weight:bold; padding: 5px 0 5px 0}

/*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: 120%; font-weight:bold; text-align:center; color: #3D2B1F}

h2	{ font-size: 110%;  font-weight: bold; text-align:left; color: #AF1016}

h3	{ font-size: 100%; font-weight: bold; text-align:left; color: #00639C}

h4	{font-size: 100%; text-align:center; color: #6D939B }

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	{font-size: 120%;	color: #333333; font-weight: bold; 	text-align:left }
.leftlinks	{font-size: 80%;	color: #333333;  	text-align:left }
.maintext	{font-size: 85%;	color: #444444;  	text-align:left }
.maintext2{font-size: 85%;	color: #444444;  	text-align:center }
/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333; margin-left:20}
ul {color: #333333; margin-left:0}




