@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

body #header
{
	position: relative;
	background: #004778 url('images/top.jpg') bottom left repeat-x;
	height: 80px;
}

body #header h1
{
	position: absolute;
	left: 10px;
	top: 16px;
	font-size: 22pt;
	letter-spacing: -1px;
}

body #header h1 a
{
	color: #fff;
	text-decoration: none;
}

body #header h2
{
	position: absolute;
	font-size: 10pt;
	top: 46px;
	left: 10px;
	color: #E0E8EF;
}

body #menu
{
	position: absolute;
	top: 45px;
	right: 10px;
}

body #menu a
{
	color: #0077dd;
/*	font-variant: small-caps; */
}

body #menu a.current
{
	text-decoration: underline;
}

body #menu ul
{
	list-style: none;
}

body #menu li
{
	display: inline;
	padding-left: 5px;
	margin-left: 4px;
	border-left: dotted 1px #E0E8EF;
}

body #menu li a
{
	color: #fff;
	padding: 1px;
}

body #flags
{
	position: absolute;
	right: 5px;
	top: 5px;
}

body #ajax
{
	display: none;
	position: absolute;
	top: 84px;
	right: 5px;
}

body #content
{
	padding: 20px;
	line-height: 16pt;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
}

body #content p
{
	margin-bottom: 10pt;
}

body #content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 10pt;
}

body #content h2
{
	font-size: 20pt;
	margin-bottom: 30px;
}

body #content h3
{
	font-size: 14pt;
}

body #content ul
{
	padding-left: 12pt;
	list-style: circle;
}

body #content ol
{
	padding-left: 17pt;
}

body #content a
{
	color: #006494;
}

body #content #content-edit
{
	display: none;
}

body #content input.text
{
	border: 1px solid #999999;
	padding: 2px;
	margin: 2px;
}

body #content #content-edit textarea
{
	visibility: hidden;
}

body #menu-footer
{
	text-align: center;
}

body #menu-footer ul
{
	list-style: none;
}

body #menu-footer li
{
	display: inline;
	padding-left: 5px;
	margin-left: 4px;
	border-left: dotted 1px #E0E8EF;
}

body #menu-footer li a
{
	color: #888888;
	padding: 1px;
}

body #footer
{
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	color: #CCCCCC;
}

body #footer a 
{
	color: #999999;
}