﻿*, html, body
{
	font-family: Verdana;
	font-size: .98em;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:hover, a:visited
{
	text-decoration: none;
}

a.underline:link, a.underline:active, a.underline:hover, a.underline:visited
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

div.frame
{
	/* Center frame for down-level browsers such as MSIE5 and NS4 */
	/* http://theodorakis.net/tablecentertest.html */
	text-align: center;
}

table.frame
{
	/* Center frame */
	margin-left: auto;
	margin-right: auto;
	/* Set alignment to counter div.frame so that text within the table is not centered */
	text-align: left;
	
	height: 768px;
	width: 980px;
	border-style: none;
}

td img
{
	/* <img> is an inline element; by turning it into a block element, surrounding 
		 whitespace within the parent <td> will not be rendered. */
	display: block;
}

#navigationContainer
{
	/* Make the cell the containing block of the navigation element
		 so that #navigation can use absolute positioning. */
	position: relative;
}

#navigationContainer .left
{
	float: left;
}

#navigationContainer .right
{
	float: right;
}

#navigationContainer img
{
	display: inline;
	margin-right: 10px;
}

#frameNavigation
{
	position: absolute;
	top: 18px;
	left: 0;
	right: 50px;
	color: White;
}

#frameNavigation a
{
	color: White;
}

#countryNavigation
{
	position: absolute;
	top: 68px;
	left: 12px;
	right: 0;
	padding-right: 62px;
}

.navigationTable
{
	font-family: Tahoma;
	font-size: .85em;
	border-style: none;
	width: 100%;
}

.navigationTable td
{
	text-align: center;
}

.navigationTable a
{
	color: #231F20;
}

.navigationTable img
{
	margin-top: 4px;
	vertical-align: top;
}

#flashContainer
{
	height: 100%;
}

.flashUnsupported
{
	width: 500px;
	text-align: center;
	margin: auto;
	padding-top: 150px;
}

.category
{
	cursor: default;
}

#content
{
	width: 884px;
	height: 445px;
	background-image: url(../images/content_map_background.jpg);
	background-repeat: no-repeat;
}

#article
{
	background-color: Transparent;
	border: solid 1px LightGrey;
	border-right-style: none;
	margin: 15px 0 15px 15px;
	width: 488px !important;
	width: 486px; /* ie6 */
	height: 415px !important;
	height: 411px; /* ie6 */
}

#guide
{
	background-color: Transparent;
	border: solid 1px LightGrey;
	border-left-style: none;
	margin: 15px 15px 15px 0;
	width: 364px;
	height: 415px !important;
	height: 411px; /* ie6 */
}

.feedback
{
	padding: 30px 15px 10px 15px;
	width: 530px;
	margin: auto auto;
}

.feedback legend
{
	font-weight: bold;
	font-size: larger;
}

.feedback table
{
	margin-top: 15px;
}

.feedbacklabels
{
	width: 200px;
	vertical-align: top;
}

.feedbackerror
{
	vertical-align: top;
	text-align: right;
	width: 15px;
}

.feedbackerrorlist
{
	margin-left: 20px;
}