/* Redesign basic HTML elements */
body {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #386688;
	background-image: url(img/bg_page.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}
.even { color: #333; background-color: #FBFBFB }
.odd { color: #333; background-color: #F0F0F0; }
a { color: #DB6200; text-decoration: none; }
a:hover { color: #E77A00; text-decoration: none; }
td { padding-bottom: 5px; padding-top: 5px; }
li { padding-bottom: 3px; padding-top: 0px; padding-left: 3px; margin: 0px; text-align:left; list-style-image: url(img/arrow_right.gif); }
ul { padding-left: 12px; margin-left: 12px; }
#body { line-height: 18px; }

/* Font sizes */
body, td { font-size: 12px }
h1 { font-size: 14px; padding: 0px; margin: 0px;}
h1 { margin-top: 10px !important;}
h2 { font-size: 13px; padding: 0px; margin: 0px;}
h3 { font-size: 11px; padding: 0px; margin: 0px;}
h2 { padding-top: 5px; padding-bottom:5px;}

/* Simulate tables for content */
div.spacer { clear: both; }
div.column { position: relative; float: left; width:322px; margin-right: 20px; text-align: justify; }
div.row { position: relative; float: left; width:664px; text-align: justify; }

/* Header */
#logo {
	position: relative;
	top: 59px;
	width: 136px;
	height: 117px;
}
#languages {
	position: absolute;
	top: 20px;
	right: 0px;
	margin-left: 136px;
	z-index: 100;
}
#languages a {
	color: white;
	display: block;
	float: left;
	margin-left: 7px;
}
#languages a.curr {
	text-decoration: underline;
}
#languages a:hover {
	text-decoration: underline;
}

#header { height: 176px; }
#breadcrumbs {
	padding-left: 136px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #8B8B8B;
}
#breadcrumbs a { color: #0F3858; }
/* Content area */
#body {
	position: relative;
	top: 0px;
	left: 136px;
	width: 684px;
}
#container td { vertical-align: top; }
#container, #header, #footer2 {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
/* Footer */
#footer {
	position: relative;
	width: 100%;
	background-image: url(img/bg_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 162px;
	color: #F5F5F5;
	background-color: #FFFFFF;
}
#footer2 { padding-top: 30px; }

#login_bottom {
	float: right;
	width: 170px;
	font-size: 10px;
	margin-right: 10px;
}
#login_bottom input, #login_bottom label {
	float: left;
}
#login_bottom input {
	margin: 2px 0 5px 0;
	font-size: 12px;
	padding: 2px;
}

#login_top {
	float: left;
	width: 170px;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 15px;
}
#login_top input {
	margin: 2px 0 5px 0;
	font-size: 12px;
	padding: 2px;
}

.txt {
	border: 1px solid #b2b2b2;
	width: 100%;
}
#footer a, #copyright a { color: #FFFFFF; font-weight: bold; }
#footer a:hover, #copyright a:hover { text-decoration: underline; }
#footnav {
	position: relative;
	width: 664px;
	left: 136px;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}
#footnav_admin {
	position: relative;
	width: 664px;
	left: 0px;
	padding-bottom: 10px;
	font-size: 10px;
}
#foot {
	position: absolute;
	top: 32px;
	left: 136px;
	font-size: 10px;
}
#copyright {
	position: absolute;
	top: 140px;
	left: 136px;
	color: #FFFFFF;
	font-size: 9px;
	height: 30px;
}
