/*General font: */ 

font	{ font-family: Helvetica, "Times New Roman", Times, serif; color: #444444; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-image: url(brown-bg.gif);  background-repeat:repeat-x; background-color: #dbd0be; color: #444444; font-family: Helvetica,  "Times New Roman", Times, serif;  text-align: center;}

.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 780px;
     text-align: left;
background-color: #ffffff;
border-color:#B7A689; border-width:1px; border-style:solid;
     }


.topnav {background-color: #B7A689;font-size:90%; color:#FBB917; font-family: Helvetica, Arial, sans-serif; font-weight:normal; text-align: left; padding:8px}

.topnav a:link {color:#ffffff; font-family: Helvetica, Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%; padding:5px}

.topnav a:visited {color:#ffffff; font-family: Helvetica, Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%; padding:5px}

.topnav a:hover { background-color: #ffffff; color: #333333; font-family: Helvetica, Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%; padding:5px}

.topnav a:active {color:#ffffff; font-family: Helvetica, Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%; padding:5px}

.clear
{
	clear:both;
}

.bodytext {margin-left:40px; margin-right:20px;}
.bodytext40 {margin-left:40px; margin-right:40px;}
.content {font-size:95%;}


/*Links: */

a:link 	{color: #00639C; font-weight:normal; text-decoration:none; font-family:Helvetica,  "Times New Roman", Arial, sans-serif;}
a:visited 	{color: #00639C; font-weight:normal; text-decoration:none; font-family: Helvetica, "Times New Roman", Arial, sans-serif;} 
a:hover     { background-color: #00639C; color: #FFFFFF; font-weight:normal; text-decoration:none; font-family: Helvetica, "Times New Roman", Arial, sans-serif;}
a:active	{color: #00639C; font-weight:normal; text-decoration:none; font-family: Helvetica, "Times New Roman", Arial, sans-serif;}
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: 160%; font-weight:bold; text-align:center; 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: 110%; font-weight: bold; text-align:left; color: #222222}

h5	{font-size:110%; text-align:center }

.special {font-size:110%; text-align:right }




/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}




