/*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-image: url(bg-blue.gi);  background-repeat:repeat-x; background-color: #111; color: #333333; font-family:  "Times New Roman", Times, serif;  text-align: center;}


.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 940px;
     text-align: left;
background-color: #ffffff;
     }

.center-div-2 {
     margin-left: auto;
     margin-right: auto;
     width: 300px;
     text-align: left;
background-color: #ffffff;
     }

.bodycontent {width: 760px; text-align: left}
.bodytext {margin-left:10%; margin-right:10%;}

.top {background-image: url(bg-menu-orange.gif);  background-repeat:repeat-x; background-color: #111; font-size:90%; color:#ffffff; padding:10px}

.top a:link {color:#fff; font-weight:bold; text-decoration:none; padding:10px}

.top a:visited {color:#fff; font-weight:bold; text-decoration:none; padding:10px}

.top a:hover {color:#fff; font-weight:bold; text-decoration:none; padding:10px}

.top a:active {color:#fff; font-weight:bold; text-decoration:none; 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: #111; 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: 160%; font-weight:bold; text-align:center; color: #333333}

h2	{ font-size: 140%;  font-weight: bold; text-align:center; color: #333333 }

h3	{ font-size: 120%; font-weight: bold; text-align:left; color: #333333}

h4	{font-size: 110%; font-weight: bold; text-align:left; color: #333333 }

h5	{font-size:110%; 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 }
.special4	{font-size: 120%;	color: #333333; 	text-align:left }
.special5	{font-size: 120%;	color: #333333; 	text-align:center }
.special6	{font-size: 100%;	color: #333333; 	text-align:center }
.special7	{font-size: 120%;	color: #00639C; 	text-align:left }
.special8	{font-size: 100%;	color: #333333; 	text-align:left }
.specialh2	{ font-size: 150%;  font-weight: bold; text-align:left; color: #6D939B}


/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}




