/*General font: */ 

font	{ font-family: "Trebuchet MS", Georgia, Helvetica,"Times New Roman", Times, serif; color: #333333; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #111; color: #333333; font-family:  "Trebuchet MS", Georgia, Helvetica,"Times New Roman", Times, serif;  text-align: center; margin:0}


.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 940px;
     text-align: left;
background-color: #ffffff;
     }

.header {position:relative; background-image: url(bg-header.pn);  background-repeat:repeat-x; background-color: #111; color: #ffffff; text-align: left;   padding:9px 0 7px 40px}
.header h1  {  font-size: 150%; font-weight:bold; text-align:left; color: #ffffff;}


.mid {background-color: #ffffff;  color:#333333; 
	float: left;
	width: 60px;
	padding: 20px 15px;}

.sidebar {
	float: right;
	background: #fff;
	width: 200px;
	padding: 20px 5px;
}

.sidebar h2 
{
	font-size:1.2em;
	color:#000;
	font-variant:small-caps;
	border-bottom:#365D95 1px solid;
	margin-bottom:0.5em;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar form, .sidebar table, .sidebar p
{
	padding-left:1em;
	margin:0.5em 0;
}
.sidebar li {
	margin-bottom: 2em;
	color: #000;
}

.sidebar li li {
	margin-bottom: 0;
	padding-left: 1em;
}

.sidebar a {
	color: #365D95;

}
.sidebar a:hover 
{
	color:#444;
	background-color: #ffffff;
	font-weight:normal; 
	text-decoration:underline;
}

.clear
{
	clear:both;
}






.bodycontent {width: 760px; text-align: left}
.bodytext {margin-left:40px; margin-right:40px;}

.top {background-color: #5E7A92; font-size:90%; color:#000; font-family: Arial, sans-serif; font-weight:bold; text-align: left; padding: 12px 12px 12px 40px}

.top a:link {color:#ffffFf; font-weight:bold; text-decoration:none; font-size:90%; padding: 12px}

.top a:visited {color:#ffffFf; font-weight:bold; text-decoration:none; font-size:90%; padding: 12px}

.top a:hover { background-color: #ffffff; color: #111; font-weight:bold; text-decoration:none; font-size:90%; padding: 12px}

.top a:active {color:#ffffFf; font-family: font-weight:bold; text-decoration:none; font-size:90%; padding: 12px}

/*Links: */

a:link 	{color: #5E7A92; font-weight:normal; text-decoration:none;}
a:visited 	{color: #5E7A92; font-weight:normal; text-decoration:none;} 
a:hover     { background-color: #5E7A92; color: #FFFFFF; font-weight:normal; text-decoration:none;}
a:active	{color: #5E7A92; font-weight:normal; text-decoration:none;}
a:link img   { border-color: #5E7A92 } 
a:visited img   { border-color: #5E7A92 } 
a:hover img   { border-color: #5E7A92 } 
a:active img   { border-color: #00639C } 


/*Headers:*/


h1        {  font-size: 160%; font-weight:bold; text-align:left; color: #333333}

h2	{ font-size: 140%;  font-weight: bold; text-align:left; 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:left }

/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }
.special2	{font-size: 150%;	color: #333333; 	text-align:left }
.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: #6A99AD; 	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}





