/* CSS Document */

/* HTML */

BODY {
	FONT-SIZE: 11pt; 
	Font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
}

#top_text {
font-size:1.5em;
font-weight: bold;
color: #ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
}


a { 
color:#ffffff;
text-decoration:none;
}

a:hover { 
text-decoration:underline;
}

a:visited {
color:#ffffff;
}

li {
margin-bottom:5px;
}

.smallprint {
font-size:0.7em;
}

.bigprint {
font-size: 1.4em;
}

.clear {
clear:both;
}

/* Structure */

#container {
	width: 980px;
	margin-left: auto;
    margin-right: auto;
	height:900px;
	background-image:url(images/bg_euro_lawlead.gif);
}


#top_box {
height:70px;
width:300px;
padding-top:270px;
padding-left:672px;
}

#left_content {
width:430px;
margin-left: 20px;
float:left;
}

#right_content {
width:400px;
margin-left: 50px;
float:left;
}

#bottom_content {
width: 920px;
margin-left: 20px;
margin-top: 30px;
text-align:center;
font-weight: bold;
color: #ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
}


#agenda_box {
border: 1px #ffffff solid;
padding:5px;
margin-top: 90px;
width:200px;
}

#footer {
width: 970px;
padding:5px;
background-color: #3D5B96;
text-align:center;
margin-left: auto;
    margin-right: auto;
}

/* Navigation */

.topnav a{
display:block;
width:140px;
height:20px;
float:left;
background-color:#3D5B96;
text-align:center;
padding:5px 8px 0 8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#FFF;
text-decoration:none;
}

.topnav a:hover{
display:block;
background-color:#243A76;
}

#awards_container {
float:right;
height:200px;
padding-top:130px;
width: 300px
}

#awards a{
display:block;
width:300px;
height:60px;
background-color:#3D5B96;
text-align:left;
padding:5px 0 0 8px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#FFF;
text-decoration:none;
}

#awards a:hover{
display:block;
background-color:#243A76;
}

