body {
	font-family: "trebuchet MS";
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}
#header {
	width: 900px;
	/*border: 1px solid #0000FF;*/
	text-align: left;
}
#logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;

}

#previous_years {
	width: 120px;
	clear: right;
	float: left;
}
#previous_years ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#previous_years li {
	margin-left: 0px;
	margin-bottom: 30px;
}
/*#previous_years a {
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}*/
#previous_years a:hover {
}

#top_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#top_nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#top_nav li {
	display: inline;
	margin-right: 8px;
}
#top_nav a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-right: 2px;
	padding-left: 2px;
}
#top_nav a:hover {
	color: #FFFFFF;
	background-color: #D20000;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(img/corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#left {
	clear: right;
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}
#right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	width: 210px;
	padding-left:10px;
}
#logo h1 {
	float: right;
	clear: left;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	/*margin-right: 20px;*/




}
.current_year {
	font-size: 30px;
	font-weight: bold;
	color: #D20000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo p {
	float: right;
	clear: right;
	display: block;
	color: #FF0000;

}
#logo p a {
	color: #FF0000;
	text-decoration: none;
	text-transform: uppercase;

}
#logo p a:hover {
	text-decoration: underline;

}
#footer {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom:0;
	margin-top: 20px;
	height: 80px;
	width: 900px;
	text-align: left;
	padding-top:10px;
	padding-left:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #F7F7F7;
	clear: both;
	float: both;
}
#left h2 {
	color: #BF0000;
	font-size: 18px;
	font-weight: normal;

}
#flags {
	clear: none;
	float: right;
	width: 120px;

}
#logo img {
	text-align: right;
}
#top_nav a.selected {

	color: #FFFFFF;
	background-color: #D20000;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(img/corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
td {
	font-size: 13px;
}
a {
	color: #D20000;
}
#left h3 {
	color: #BF0000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;

}
#edition {
	padding-top: 70px;
	padding-left: 230px;
	font-family: "trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	float: none;
	clear: none;
}

/* IE hack */
* html #edition {
	padding-top: 30px;
}
* html #logo h1 {
font-size: 23px;
}

/* IE hack END */
#leftright {

	clear: right;
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#right p {
	padding-top: 20px;

}

.row { display:block; clear:right; margin-top:0 auto; }
.cell-l { display:block; float:left; white-space: normal; text-align: left}
.txt { margin-top:20; }
.cell-r { display:block; float:right; white-space: normal; text-align: right}
.table { display:inline-block; clear:both; border-bottom: thin solid #d2d2d2; width: 100%}
