@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EEF2F4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #647984;
}
#start {
	text-align: center;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #EEF2F4;
}
#start img {
	width: auto !important; 
	width: 100%;
	max-width: 100%;
}
#nav, #topmenu {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
#nav a, #topmenu a {
	text-decoration: none;
	color: #D2D9DD;
}
#nav ul, #topmenu ul {
	list-style-type: none;
}
#nav li, #topmenu li {
	display: block;
	height: 1.9em;
	padding-top: 0.5em;
	padding-left: 1.5em;
	background-color: #8FA1AC;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #EEF2F4;
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 95%;
}
#nav li.activ {
	background-color: #647984;
	background-image: none;
}
#content {
	padding-right: 1.2em;
	padding-left: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#content a {
	text-decoration: none;
	color: #647984;
}
#content img {
	width: auto !important; 
	width: 100%;
	max-width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.bluelink {
	color: #0080C8 !important;
	text-decoration: underline !important;
}
#topmenu li {
	background-image: url(../images/arrow_up.png);
}
#footer {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: 0.6em;
	line-height: 1.2em;
}
#footer a {
	text-decoration: none;
	color: #647984;
}
