* {
	margin: 0px;
	padding:0px;
	font-family: sans-serif;
}

body {
	margin-top:5pt;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #ee7818;
}

h3 {
	font-size: 16px;
	color: #ee7818;
}


#navig_menu {

	background-color: #d1d1e6;
	border-top: 3px solid #ee7818; 
	border-left: 3px solid #ee7818;
	text-align:right;	
	z-index:10;

	position: relative;
	bottom: -3px;
	right: -3px;
}

#navig_menu>a:link { 
	text-decoration: none;
	color: black;
}

#navig_menu>a:hover { 
	text-decoration: underline;
	color: black;
}

#navig_menu>a:visited{
	text-decoration: underline;
	color: grey;
}

#navig_bottom {

	background-color: #b8b8e6;
	border-left: 3px solid #ee7818; 
	border-right: 3px solid #ee7818; 
	border-bottom: 3px solid #ee7818; 
	width: 98%;
	text-align: right;
}

#navig_top {
	
	text-align:left;
	font-size: 20px;
	color:white;
	background-color: #b8b8e6;
	background-image: url(../images/am-logo.png);
	background-position: right;
	background-repeat: no-repeat;
	border-top: 3px solid #ee7a18; 
	border-left: 3px solid #ee7a18; 
	border-right: 3px solid #ee7a18; 
	width: 98%;
	height: 125px;
}


#navig_top > img {

	margin-left: 5px;
	margin-top: 5px;
}

#main {
	text-align: justify;
	background-color: #d1d1e6;
	border: 3px solid #d1d1e6; 
	width: 98%;
	padding-top:20px;
	padding-bottom:20px;
}

#main>p {
	
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
}

.infobox {
	margin:10px;
	padding: 10px;
	border: 2px solid #ee7a18;
	background-color: white;
	color: #ee7a18;
	width:50%;
	display:block;
}

a:link { 
	text-decoration: underline;
	color: #ee7a18;
}

a:visited{
	text-decoration: underline;
	color: #6b6be6;
}

ul {
margin-left: 4%;
}

li {
	font-size:12px;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #b8b8e6;
	border: 3px solid #ee7a18; 
	width:98%;
}

p#center{
	text-align:center;
}

