/*General font: */ 

font	{ font-family:Arial, "Times New Roman", Times, serif; color: #555555; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #666; color: #444444; font-family: Arial, Helvetica,  "Times New Roman", Times, serif;  text-align: center;}


.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 770px;
     text-align: left;
background-color: #ffffff;
     }

.header {position:relative; background-image: url(bg-grey);  background-repeat:repeat-x;  background-color: #333333; color: #ffffff; font-family:  Arial, Helvetica, Times, serif;   text-align: left;   padding:15px}

.header h1 {font-size: 160%; font-weight:bold; color: #ffffff; font-family:  Arial, Helvetica, Times, serif;   text-align: center;}

.home_scroller2 {position:absolute; left: 180px; top:35px; color: #ffffff; font-family: Arial, Helvetica, Verdana, Times, serif;   font-size: 90%;}


.home_scroller3 {position:absolute; right: 15px; top:15px; color: #ffffff; font-family: Arial, Helvetica, Verdana, Times, serif;   font-size: 90%;}


.mid {background-color: #fff;  color:#555555; 
	float: left;
	width: 540px;
	padding: 20px 10px 20px 15px;}

.sidebar {
	float: right;
	background: #fff;
	width: 180px;
	padding: 20px 5px 20px 15px;
	font-size:small;
	font-size:10px;
	font-family: Arial, Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#444;
}

.sidebar h2 
{
	font-size:1.0em;
	color:#000;
	font-variant:small-caps;

	margin-bottom:1.0em;
        text-align: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.sidebar a {
	color: #365D95;

}
.sidebar a:hover 
{
	color:#444;
	background-color: #ffffff;
	font-weight:normal; 
	text-decoration:underline;
}

.clear
{
	clear:both;
}


.bodytext {margin-left:10%; margin-right:10%;}

.top {background-color: #333333; border-color:#333333; border-width:0px; border-style:solid; font-size:90%; color:#FBB117; font-family: Arial, sans-serif; font-weight:normal; text-align: center}

.top a:link {color:#ffffFf; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:visited {color:#ffffFf; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; 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; font-size:90%;}


.top2 {background-color: #cccccc;  font-size:90%; color:#ffffff; font-family: Arial, sans-serif; font-weight:normal; text-align: center; padding:5px}

.top2 a:link {color:#333333; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top2 a:visited {color:#333333; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top2 a:hover { background-color: #333333; color: #ffffff; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}

.top2 a:active {color:#333333; font-family: Arial, sans-serif; font-weight:normal; text-decoration:none; font-size:90%;}



/*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: 150%; 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 }



/*Change distance between list items:*/
li  { margin-bottom: 5px}

/*color of list:*/
li {color: #333333}
ul {color: #333333}




