/*General font: */ 

font	{ font-family: "Times New Roman", Times, serif; color: #333333; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #365D95; color: #333333; 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;
     }


.bodycontent {margin-left:10%; margin-right:10%;}
.bodytext {margin-left:10%; margin-right:10%;}

.top {background-color: #333333; border-color:#000000; border-width:0px; border-style:solid; font-size:90%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal; text-align: center; padding:5px}

.top a:link {color:#ffffFf; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #333333; font-size:90%;}

.top a:visited {color:#ffffFf; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #333333; font-size:90%;}

.top a:hover { background-color: #ffffff; color: #333333; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:active {color:#ffffFf; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; background-color: #333333; font-size:90%;}



/*Links: */

a:link 	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:visited 	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;} 
a:hover     { background-color: #00639C; color: #FFFFFF; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:active	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "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: #333333}

h2	{ font-size: 140%;  font-weight: bold; text-align:center; color: #333333}

h3	{ font-size: 100%; font-weight: bold; text-align:left; color: #333333}

h4	{font-size: 60%; text-align:center; color: #6D939B }

h5	{font-size:110%; text-align:center }

/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }



/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}




