* {margin: 0; padding: 0;}
body {
	background: url('img/background.jpg') fixed right bottom no-repeat #6F91B6;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 15px;
	font-size: 0.9em;
	overflow-y: scroll;
}
a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.pdfUrlasd:after {
	content: url('img/pdf.gif');
	padding-left: 2px;
}
a[href$=".pdf"]:before {
	content: url('img/pdf.gif');
	padding-right: 2px;
}
img {border: none;}
.lfloat {float: left;}
.rfloat, .navLink {float: right;}
.center {text-align: center;}
.dinline {display: inline;}
.dblock {display: block;}
.bold {font-weight: bold;}

.ralign {text-align: right;}

#container {
	width: 900px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding-left: 320px;
	padding-top: 40px;
	text-align: left;
	/*position: relative;*/
}
#header h1 {
	color: #3F4096;
	font-weight: bold;
	font-size: 3em;
}
#header .lineEven, #header .lineOdd {
	font-size: 1.3em;
	font-weight: bold;
}
#header .lineOdd {
	color: #ED3237;
}
#header .lineEven {
	color: #3F4096;
}

#nav {
	margin: 0px 0 10px 0;
	padding: 0 5px 3px 5px;
	background: #85AEDA;
	border-top: 4px solid #649DDA;
}


.navLink {
	/*min-width: 100px;*/
	text-align: center;
	padding: 2px 8px 3px 8px;
	margin: 0 3px;
}
.selectedLink, .navLink:hover {background: #649DDA;}


.section1 > p, .section2 > p {
	margin-top: 8px;
}

#sectionStart {
	background: white;
	text-align: center;
}
#sectionStart h1 {
	font-size: 1.4em;
	/*color: #3F4096;*/
	color: #ED3237;
	text-transform: uppercase;
	font-weight: bold;
}
#sectionStart h1:first-letter {
	font-size: 1.6em;
}

#contents {
	position: relative;
	height: 240px;
	background: white;
}
#logo {
	position: absolute;
	left: -250px;
	top: 15px;
}

h2 {
	font-size: 1.3em;
	color: #3F4096;
	font-weight: bold;
}
.section1, .section2 {
	clear: both;
	padding: 5px;
	border-top: 1px solid #B4C3D5;
}
.section1 {
	background: #BEDAF9;
}
.section2 {
	background: #D2E4F9;
}
.indrawn {
	padding-left: 15px;
	padding-bottom: 15px;
}

.section1 ol, .section2 ol {
	padding-left: 25px;
	list-style-position: outside;
	margin-top: 8px;
}
.section1 ul, .section2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -15px;
	margin-top: 8px;
	margin-right: 120px;
}
/*
.section1 > ul, section1 > ol, .section2 > ul, section2 > ol {
	margin-top: 8px;
}
*/
.section1 li, .section2 li {
	margin-bottom: 10px;
}
.section1 ul li:before, .section2 ul li:before {
	content: '...';
	font-weight: bold;
	padding-right: 3px;
}
ul.normal li:before, ul.normal li:before {
	content: '-';
	font-weight: bold;
	padding-right: 3px;
}

p {
	padding-left: 5px;
}

.inlineImg {
	padding: 0 5px 0 15px;
}

.section2 img {
	padding: 0 5px 0 15px;
	float: right;
}
.section1 img {
	padding: 0 15px 0 5px;
	float: left;
}

.pushDown {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.swedac {
	position: absolute;
	top: 45px;
	right: 30px;
}

.newArea {
	padding-top: 5px;
	float: left;
	margin-right: 20px;
}

.formCaption {
	/*float: left;
	width: 90px;
	text-align: right;
	padding-right: 3px;
	*/
}

input,select {
	padding: 2px;
	margin: 2px;
}
textarea {
	width: 300px;
	height: 150px;
	padding: 2px;
	margin: 2px;
}

.centerButton {
	width: 300px;
	text-align: center;
}
.error {color: red;}