html, body {
	font-family: Arial, Helvetica, Coolvetica, Verdana, Arial, sans-serif;
	background-image: url('/shared/bg1.png');
	background-repeat: repeat-x;
	background-color: #ff5c01;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	padding-top: 1em;
	height: 100%;
}

#scaling {
	border: 2px solid black;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 5em;
	width: 25em;
	margin-top: -2.5em;
	margin-left: -12.5em;
	text-align: center;
	background-color: #FBB01B;
	font-size: 2em;
	padding-top: 1em;
	vertical-align: middle;
}

#scaling a {
	font-size: 100%;
	text-decoration: underline;
}

#background_select {
	height: 100%;
	float: right;
	font-weight: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0.6em 0 0 1.6em;
	background: red;
}

.background_samples {
	margin-left: 5px; 
}

.background_samples a {
display: block;
}

#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 600px;
	min-height: 600px;
	width: 800px;}

#content {
	position: relative;
	margin: 0;
	padding: 0;
 	height: 75%;
	font-size: 80%;
}

#menu_line {
	background: black;
	color: white;
	height: 4.8%;
	margin: 0;
	padding: 0;
}

#menu {
	float: left;
	font-weight: normal;
	vertical-align: middle;
	margin: 0;
	padding: 0.6em 0 0 1.6em;
	width: 99%;
}


a.menuitem:link, a.menuitem:visited, a.menuitem:hover, a.menuitem:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}


a.menuitem:hover, a.menuitem:active, a.menuitemactive, a.menuitemactive:visited, #menuitemactive  {
	color: #FBB01B;
	font-size: 90%;
}

#flags {
	float: right;
	padding: 0.5em 25px 0 0;
}

#flags img {
	margin-left: 5px;
}

#top_bar {
	width: 100%;
	height: 9.6%;
	background-color: #88A2A8;
	vertical-align: middle;
	font-size: smaller;
	position: relative;
}

#bottom_bar {
	position: relative;
	width: 100%;
	height: 6.4%;
	vertical-align: middle;
	font-size: smaller;
	overflow: hidden;
	background: transparent;
	color: white;
	margin-top: 3.2%;
}

#bottom_bar_graphic {
	height: 100%;
	position: absolute;
	right: 2em;
	top: 20%;
}

#bottom_bar_text {
	position: absolute;
	left: 2em;
	top: 40%;
	font-size: 75%;
}

#time {
	float: right;
	vertical-align: middle;
	margin: 0;
	position: absolute;
	top: 40%;
	right: 2em;
	color: white;
}

#main {
	position: absolute;
	left: 0;
	top: 0;
	height: 75%;
	background-color: black;
	color: white;
	width: 75%;
	overflow: auto;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	border: 1px solid silver;
	border-top: none;
}

#loading {
	position: absolute; 
	left: 0; 
	top:0; 
	color: green;
	background-color: black; 
	font-size: 200%;
	height: 100%; 
	width: 100%;
}

#image_navigation_panel {
	position: absolute;
	bottom: 1.6em;
	left: 1.6em;
	color: green;
	background: transparent;
}

.not_active, .active {
	font-size: 90%;
	font-weight: bold;
	background: white;
	color: gray;
	display: block;
	float: left;
	height: 1.25em;
	width: 1.25em;
	margin-right: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: gray;	
	text-align: center;
	vertical-align: middle;
}

.active {
	cursor: default;
	background: black;
	color: white;
}

#our_opinion {
	position: absolute;
	left: 75%;
	top: 0;
	width: 25%;
	height: 75%;
	background-color: white;
	overflow: auto;
	font-size: 90%;
	border: 1px solid silver;
	border-top: none;
	border-left: none;
}

#our_opinion a {
	color: black;
}

.issue {
	margin: 0 0 3px 0;
}

.article_link {
	padding-left: 1.5em;
	font-weight: bold;
	font-size: 90%;
	white-space: pre;
}

.article_heading {
	font-weight: bold;
	font-size: 105%;
	clear: both;
	margin-bottom: 3px;
}

.article_sample {
    font-style: italic;
	clear: both;
	padding-right: 2.5em;
	font-size: 90%;
	line-height: 110%;
}

#all_articles_link {
	margin: -2em 0 2em 2em;
}

#references, #how_we_work, #other_projects, #contact_us {
	margin-top: 3.2%;
	border: 1px solid silver;
}

#references {
	position: absolute;
	left: 0;
	top: 75%;
	background: white;
	width: 25%;
	height: 25%;
	float: left;
	overflow: hidden;
	clear: none;
	border-right: none;
}

#how_we_work {
	position: absolute;
	left: 25%;
	top: 75%;
	background: black;
	color: white;
	height: 25%;
	float: left;
	width: 25%;
	overflow: hidden;
	clear: none;
	border-right: none;
	border-left: none;
}

#how_we_work a {
	color: white;
}

#other_projects {
	position: absolute;
	left: 50%;
	top: 75%;
	background: white;
	height: 25%;
	float: left;
	width: 25%;
	overflow: hidden;
	clear: none;
}

#contact_us {
	background-color: #263538;
	position: absolute;
	left: 75%;
	top: 75%;
	height: 25%;
	float: left;
	width: 25%;
	overflow: hidden;
	clear: none;
	border-left: none;
}

a img {
	border: none
}

a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

h2 {
	font-size: 100%;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0.5em;
	text-align: left;
	line-height: 1em;
}

h3 {
	font-size: 70%;
	margin: 0 0 1em 0;
	padding: 0 2em 0 4em;
	line-height: 90%;
	font-weight: normal;
}

.blue_grey {
	color: #87A2A8;
}

.yellow {
	color: #FBB01B;
}

.white {
	color: white;
}

.indent {
	padding-left: 2em;
}

.indent_more {
	padding-left: 4em;
}


p {
	margin-top: 0;
	padding-left: 1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.bottom_link {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

input, textarea {
	border: 1px solid black;
	font-family: Arial, Helvetica, Coolvetica, Verdana, Arial, sans-serif;
	padding: 2px;
}

tr {
	vertical-align: top;
}

.red {
	color: red;
}