/*General font: */ 

font	{ font-family: "Trebuchet MS", Georgia, Helvetica,"Times New Roman", Times, serif; color: #666; font-size: 90%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-color: #DAD2C5; color: #666; font-family:  "Trebuchet MS", Georgia, Helvetica,"Times New Roman", Times, serif;  text-align: center; margin:0}


.left {float: left; background-color: #fff
}

.right {float: right; background-color: #fff; margin-right:45px; margin-top:20px
}

.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 940px;
     text-align: left;
background-color: #ffffff;
     }

.header {background-color: #574B3B; 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:#666; 
	float: left;
	width: 650px;
	padding: 20px 0 20px 40px;}

.sidebar {
	float: right;
	background: #fff;
	width: 200px;
	padding: 20px 5px;
}



.clear
{
	clear:both;
}


.bodytext {margin-left:40px; margin-right:40px;}

.top {background-color: #7D7060; font-size:90%; color:#ffffff; 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: #890025; font-weight:normal; text-decoration:none;}
a:visited 	{color: #890025; font-weight:normal; text-decoration:none;} 
a:hover     { background-color: #890025; color: #FFFFFF; font-weight:normal; text-decoration:none;}
a:active	{color: #890025; 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: 130%; font-weight:bold; text-align:left; color: #574B3B}

h2	{ font-size: 120%;  font-weight: bold; text-align:left; color: #574B3B }

h3	{ font-size: 110%; font-weight: bold; text-align:left; color: #574B3B}

h4	{font-size: 100%; font-weight: bold; text-align:left; color: #574B3B }

h5	{font-size:100%; 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: #555}
ul {color: #555}




