@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	
}
#main {
	background-image: url(../images/09_bg.gif);
	background-repeat: no-repeat;
	width: 850px;
	background-attachment: scroll;
	display: inline-block;
	z-index: 1;
	padding: 0;
	margin: 0;
}



#banner {
	background-attachment: scroll;
	background-image: url(../images/RA_banner_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 182px;
	width: 1000px;
}


#container #banner #menu {
	text-decoration: none;
	text-align: left;
	position: relative;
	height: 25px;
	width: 1000px;
	top: 137px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
	left: 20px;
	margin: 0px;
	vertical-align: middle;
}



#container #banner #menu a {
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	height: 24px;
	font-family: Verdana;
	font-size: 85%;
	line-height: 20px;
	display: inline-block;
	padding-top: 3px;
	margin: 0px;
}

#container #banner #menu a:hover {
	background-color: #E53E11;
	display: inline-block;
	height: 24px;
	font-family: Verdana;
	font-size: 85%;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
#container #main {
	background-attachment: scroll;
	background-image: url(../images/RA_background_1.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 955px;
	padding:15px 50px 0 80px;
	margin: 0 20px 0 0;
}



#container #main #Content {
	font-size: 75%;
	line-height: 1.5;
	color: #000000;
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0 0 20px 0;
}

#container #main #Content td li {
	font-size: 1em;
	line-height: 1.5;
	color: #000000;
	margin: 0px;
}



#container #main #Content h1,#container #main #Content h2,#container #main #Content h3 {
	padding: 0 0 10px 0;	
}







#container  #main  #rightpanel {
	float: right;
	height: auto;
	width: 190px;
	vertical-align: top;
	margin: 0px;
	padding: 0 60px 0 0;
}


#container  #main  #rightpanel  ul {
	margin-bottom: 15px;
}

#container #main #rightpanel li {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	padding-bottom: 20px;
	margin-left: 12px;
}

#container #main #rightpanel h1 {
	font-size: 85%;
	line-height: 1.4;
	color: #E53E11;
	border-bottom: 1px solid #E43F11;
	margin-bottom: 10px;
	
}

#container #main #rightpanel h2 {
	font-size: 75%;
	line-height: 1.4;
	color: #51004F;
	margin-bottom: 3px;
}


#container #main #rightpanel img {
	margin: 4px 0;
	border: 1px solid #E53E11;
}

#container #main #rightpanel p {
ΚΚΚ font-family: Verdana;
	font-size: 70%;
ΚΚΚ line-height: 16px;
ΚΚΚ color: #000000;
}



#rightpanel a, #rightpanel a:visited, #rightpanel a:link {
ΚΚΚ text-decoration: underline;
	font-size: 100%;
	color: #51004F;
}

#rightpanel a:hover {
ΚΚΚ color: #E53E11;
ΚΚΚ text-decoration: underline;
	font-size: 100%;
}



#container #main #Content img {
	margin: 4px 0;
	border: 1px solid #E53E11;
}



/* publications styles */

#publications {
	width: 600px;
	font-size: 90%;
}

#publications table {
	border-top: 1px solid #E3E3E3;
	padding: 15px 0;
}

#publications h1 {
	font-size: 120%;
	color: #51004F;
	line-height: 26px;
	}

#publications h3 {
	color: #51004f;
	padding: 0;
	margin: 0;
}

#publications td {
	padding: 0;
	vertical-align: top;
	padding-right: 15px;
}

#publications td.image {
	padding: 0;
}

#publications td.bottom {
	padding-bottom: 20px;
}

#publications #prevnext {
	font-size: 95%;
	margin: 10px 0;
	text-align: right;
}

#publications .orange {
	color: #E53E11;
	font-weight: bold;
}


/* LINK STYLES */
#publications a {
	color:#E53E11;
	font-size:1em;
	text-decoration:underline;
}
#publications a:hover {
	text-decoration:underline;
	color: #51004f;
}


