/* blue.css */

body {
	padding: 0;
	margin: 0 auto;
	xfont-family: Helvetica, Arial, Bitstream Vera Sans, sans;
	font-family: xGentium, xBaramond, xGaramond, Georgia, "Times New Roman", times, serif;
	background: #6983b3 url("/images/edges.png") top center repeat-y;
	text-align: center; /* MSIE 5.0 bug crap! */
	xwidth: 100%;
	xheight: 100%;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding: 0 3px;
	text-align: left;
	background-color: #ffffff;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 794px;
}

html>body #page {
	width: 794px; /* box model hack opera compensation */
}

#header {
	position: absolute;
	height: 134px; width: 793px;
	padding: 0 4px 134px 3px;
	margin: 0;
	xborder: 1px solid black;
	background: #ffffff url("/images/headercolor9.png") no-repeat left top;
}

#left {
	position: absolute;
	top: 150px;
	left: 0;
	width: 190px;
	height: 750px;
	margin: 0 600px 2px 0;
	padding: 0 5px;
	color: #333e6c;
	background: #ffffff url("/images/sidebar18.png") repeat-y top right;
	/* overflow: hidden; */
	xborder: 1px dashed gray;
}

#left ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	margin-top: 30px;
	padding: 0 0 0 2em;
}

#left ul li {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1.2em;
	text-indent: 0;
	background: url("/images/ankkurianna10_10x10.png") no-repeat left top;
	padding: 0 1.5em;
	margin: 1.2em -1.5em;
}

#left ul li ul {
	margin: 0;
	padding: 0;
}

#left ul li ul li {
	font-weight: normal;
	border-left: 0px solid lightblue;
	font-size: 1em;
	background-image: none;
	margin: 0;
	padding: 0;
}

/* #left > ul > li:before {
	xcontent: "\00BB \0020";
	xcontent: "\00F8 \0020";
	xcontent: "\2020 \0020";
} */

#left a, a:link, a:visited {
	text-decoration: none;
	color: #00459a;
}

#left a:hover, a:focus {
	color: #16a2a0;
	/* font-size: 2em;
	letter-spacing: 2em; */
}

#left a:active {
	color: #ffffff;
}

#right {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 557px; /* 800 - 200 - 3 - 40 */
	xborder: 1px solid black;
	margin: 0 0 0 200px;
	padding: 5px 20px;
	text-align: left;
	xbackground: url(anchor.png) no-repeat 480px 250px fixed;
	xoverflow: hidden;
}

#right h1 {
	color: #2a6b9a; /* darker blue #3399cc */
	font-style: italic;
	font-size: 1.6em;
}

#right h2 {
	color: #008800;
	font-style: italic;
	font-size: 1.2em;
}


#right h3 {
	color: #008800;
	font-style: italic;
	font-size: 1.0em;
}

#right p {
	line-height: 1.5em;
}

#right strong {
	color: #1e5982;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#right th {
	color: #337db1;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#right a, a:link, a:visited {
	text-decoration: none;
	color: #498dbc;
}

#right a:hover, a:focus {
	color: #aacccc;
	/* font-size: 2em;
	letter-spacing: 2em; */
}

#right a:active {
	color: #eeeeee;
}

.news {
	margin: 90px 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
	font-style: italic;
	letter-spacing: 0.2em;
	line-height: 0.5em;
	color: #ccaa66;
}

.news hr {
	height: 1px;
	color: #ccaa66;
	background-color: #ccaa66;
	border: none;
	/* width: 100%; */
}

#copy {
	margin: 8em 0 2px 0;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	color: #498dbc;
}

#copy hr {
	height: 1px;
	width: 100%;
	color: #498dbc;
	background-color: #498dbc;
	border: none;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	/* width: 100%; */
}

