
.skip-link {
	display: none;
}
hr.hide {
	display: none;
}
.clearer {
	clear: both;
}

sub {
	font-size: 75%;
}
sup {
	font-size: 75%;
}

abbr {
	cursor: help;
}

body {
	background-color: #D0E4DE;
	margin: 0;
	padding: 0;
	font-family: Trebuchet ms, sans-serif;
	font-size: 83%;
}
table {
	font-size: 100%;
}

h1 {
	font-family: trebuchet ms;
	font-size: 175%;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
}

#header {
	height: 53px;
	float: left;
}
#logo {
	border: none;
	padding-left: 15px;
}

#container {
	background: #D0E4DE url(/_gfx/content_background.jpg) repeat-x;
}

#content {
	width: 970px;	/* make me wider! */
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}

#page {
	background: white url(/_gfx/content_sides_border.png) repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
}




/* *** Main menu *** */
#mainmenu {
	background: url(/_gfx/content_top_border.png) repeat-x bottom left;
	padding: 0 15px;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 32px 0 15px 190px;
}
#mainmenu ul li {
	display: inline;
	margin: 0 8px;
	padding: 0;
}
#mainmenu ul li a:link,
#mainmenu ul li a:visited {
	color: #333;
	font-family: lucida sans, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#mainmenu #english {
	position: absolute;
	right: 10px;
}







/* *** Serach *** */
#search {
	padding: 20px 15px 0 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
#search form {
	display: inline;
	margin: 0;
}
#search form p {
	margin: 0;
	padding: 0;
}
#search .search_query {
	border: 1px solid #d7e3e7;
	color: #666;
	display: block;
	float: left;
	font-size: 80%;
	margin: 0;
	padding: 2px;
}
#search .search_submit {
	background-color: white;
	border: 1px solid #d7e3e7;
	color: #333;
	font-family: verdana;
	font-size: 80%;
	margin-left: 5px;
	padding: 1px;
}



/* *** Maincontent *** */
#maincontent {
	background: transparent url(/_gfx/content_sides_top_border.png) no-repeat; /* make me wider! */
	height: 520px;
	padding: 20px 35px 0 35px;
}
html>body #maincontent {
	height: auto;
	min-height: 520px;
}



#maincontent h1 {
	margin-top: 0;
	font-weight: normal;
}

#maincontent a:link,
#footer a:link {
	color: #133779;
	text-decoration: none;
}
#maincontent a:visited,
#footer a:visited {
	color: #791337;
	text-decoration: none;
}
#maincontent a:visited:hover,
#footer a:visited:hover {
	color: #500727;
	text-decoration: underline;
}
#maincontent a:link:hover,
#footer a:link:hover {
	color: #072750;
	text-decoration: underline;
}
#maincontent a:link img {
	border-color: #133779;
}
#maincontent a:visited img {
	border-color: #791337;
}
#maincontent a:visited:hover img {
	border-color: #280612;
}
#maincontent a:link:hover img {
	border-color: #061228;
}



/* **** Path **** */
#path {
	font-size: 90%;
    color: #aaa;
	line-height: 100%;
}
#path ul {
	margin:  0;
	padding: 0;
	display: inline;
}
#path ul li {
	display: inline;
}
#path a:link,
#path a:visited,
#path a:link:hover {
    text-decoration: none;
    color: #999;
	background: transparent;
}
#path a:link:hover,
#path a:visited:hover {
    color: #bbb;
	background: transparent;
}



/* *** Footer *** */
#footer {
	background: url(/_gfx/content_bottom_border.jpg) no-repeat top left;
	color:#7c8793;
	font-family: lucida sans, trebuchet ms, sans-serif;
	font-size: 75%;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 940px;				/* make me wider! */
}
#footer #webmaster {
	clear: left;
	padding-top: 10px;
}
#footer-valid {
	position: absolute;
	right: 16px;
	top: 5px;
}
#footer #footer-valid a,
#footer #footer-valid a:visited {
	color: #9ab;
	text-decoration: none;
}
#footer #footer-valid a:hover,
#footer #footer-valid a:visited:hover {
	color: #678;
	text-decoration: underline;
}





/* *** Filelist *** */
.filelist {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}
.filelist li {
	list-style: outside  url("../_gfx/icons/file_generic-16.png");
	padding-left: 0.5em;
}

.filelist li.gif      { list-style-image: url("../images/icons/file_gif-16.gif");      }
.filelist li.html     { list-style-image: url("../images/icons/file_html-16.gif");     }
.filelist li.jpeg     { list-style-image: url("../images/icons/file_jpeg-16.gif");     }
.filelist li.ms-excel { list-style-image: url("../images/icons/file_ms-excel-16.gif"); }
.filelist li.ms-word  { list-style-image: url("../images/icons/file_ms-word-16.gif");  }
.filelist li.pdf      { list-style-image: url("../images/icons/file_pdf-16.png");      }
.filelist li.text     { list-style-image: url("../images/icons/file_text-16.gif");     }
.filelist li.zip      { list-style-image: url("../images/icons/file_zip-16.gif");      }



/* *** Objectlist *** */
.objectlist {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
.objectlist li {
	height: 64px;
	margin: 2px 0;
	padding: 1ex;
	background: #f8f8f8; 
}
html>body .objectlist li {
	height: auto;
	min-height: 64px;
}
.objectlist li img {
	float: left;
	border-width: 1px;
	border: none;
}
.objectlist li a:link:hover,
.objectlist li a:visited:hover {
	background: #e0e8ee; 
}
.objectlist li h3 {
	font-size: 120%;
}
.objectlist li h3 a { 
	display: block;
	width: 100%;
	border-bottom: 1px solid #00684F;
	text-decoration: none; 
}
html>body .objectlist li h3 a {
    width: auto;
}
.objectlist li h3 a img { 
	float: none;
}
.objectlist li h3 {
	margin: 0 0 0 70px;
}
.objectlist li p {
	margin: 0 0 0 70px;
}

