﻿@import url("layout.css");

* html .AJXCSSMenueDFaTFD .ajxmw2 {position:relative;margin-left:-600px;height: 1px;background:#738299 url("../images/fiord-bg.gif") center right;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #C0C0C0;
	width: 100%;
}
#navigation {
	background-color: #C0C0C0;
}
.topicheader {
	text-decoration: underline;
	font-weight: bold;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 545px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 548px;
	padding: 0 15px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
	margin: 0 0.15em;
}
#navigation li a {
	height: 30px;
	line-height: 2em;
	float: left;
	width: 90px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	height: 30px;
	line-height: 2em;
	float: left;
	width: 90px;
	display: block;
	color: white;
	text-decoration: underline;
	text-align: center;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
