/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: none;
	background-color: #E2F9FE;
}
 
.rightimg {
	float:right;
} 
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0 0 0;
	background-image: url(images/AOP_Logo_eng.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation {
	position: absolute;
	top: 200px;
	left: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 760px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #333333;
	background-color: #C5DCF7;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
	background-color: #000CCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#sidebar {
	position: relative;
	text-align: right;
	top: 200px;
	left: 0;
	width: 210px;
	padding-left: 5;
	font-size: 0.9em;
}
#sidebar ul {
	list-style: none;
	color: blue;
}
#sidebar li {
	list-style: none;
}

#content {
	position: absolute;
	top: 300px;
	width: 560px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 230px;
}

#content h1 {
	text-align: center;
	color: #0000FF;
	text-decoration: none;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
#content h2 {
	font: "Comic Sans MS", cursive, sans-serif;
	font-size: 120%;
	text-decoration: none;
	color:#3300CC;
	background-color: transparent;
}
#content h3 {
	font-size: 100%;
	text-decoration: none;
	background-color: transparent;
}


#footer {
	text-align: center;
	font-size: 80%;
	color: #001A92;
	background-color: transparent;
}
#longfooter {
	clear: both;
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 0 10px 255px;
	text-align: center;
	font-size: 70%;
	color: #001A92;
	background-color: transparent;
	left: -171px;
	top: 800px;
}
