* { 
	margin:0px;
	padding:0px;
	border:0px;
}

body { 
	background:#d5e2e8;
	font-family:Verdana;
	color:#024375;
	font-size:14px;
	height:100%;
}

a {
	color:#024375;
	font-weight:bold;
}

a:hover {
	color:#54799b;
}

#content-table {
	width:100%;
	height:100%;
	margin-top:5%;
}

#content-table td {
	text-align:center;
	vertical-align:bottom;
	padding:0 20px;
}

#content-table th {
	text-align:center;
	vertical-align:top;
	padding:15px 20px;
}

#content-table img {
	border:2px solid white;
}

#content-table select {
	border:1px solid #54799b;
}

#content-table tr#topics td {
	padding-top:100px;
}

td#options {
	vertical-align:top;
	text-align:center;
}

#options-language, #options-direct-access {
	width:200px;
	text-align:left;
	margin:auto;
}

#options-language {
	padding-bottom:20px;
}
#divisions img {
	width:200px;
	height:159px;
}

#topics img {
	width:120px;
	height:95px;
}

#options-language img { 
	border:1px solid white;
	position:relative;
	top:3px;
	width:20px;
	height:13px;
}

#highlighted {
	height:50px; 
}

#highlighted a {
	color:#ff0000;
}

#highlighted a:hover {
	color:#bb0000;
}