/* CSS Document */

/* General Settings */

body { 
				margin: 0;
				padding: 0;
        font-family: verdana;
				font-size: 12px;
				text-align: center;
				background: #eeded2;
      } 
      
A			{
				color:#004a82;
				text-decoration: none;
        font-weight: bold;
			}

A:hover{
				background: #cfe2f1;
				text-decoration: none;
			}

a.images{
				background:none;
}

a.menu{
				background:none;
}

p    {
        text-align: justify; 
        line-height: 125%;
        margin-top: 0px;
      }

h2
      {
        color: #006400;
 	  	  font-size: 28px;
        border-bottom: 1px solid green;
        font-family: trebuchet ms;
        font-weight: bold;
       }

h3 {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 14px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

li {
	margin-bottom: 5px;
}

li.def {
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
	list-style-type: square;
}

img   {
        border:0px;
     }

img.textava {
				float: left;
				margin-right: 20px;
				margin-bottom: 10px;
}          

div.left {
 				float:left; 
				width: 150px; 
				text-align: left;
				padding-left: 10px;
}

div.container {
				background: white;
				width: 900px; 
				margin-left:auto; 
				margin-right: auto;
				padding-bottom: 20px;
				margin-top: 0px;
				border-left: 2px solid #e4b174;
				border-bottom: 2px solid #e4b174;
				border-right: 2px solid #e4b174;
				min-height: 100%;
}

div.maintext {
				margin-left: 170px;
				text-align: justify;
				padding-right: 20px;
				margin-top:-50px;
}

div.copyright {
				font-size: 10px;
				padding-bottom: 2px;
				text-align: left;
				margin-left: 10px;
}
