* {
	font-family: georgia, times, serif;
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #e8e8e8 url(img/bg.png) repeat-x;
	margin: 0px;
	color: #444444;
	font-size: 10pt;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

ul {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
}

ul li {
	list-style: disc outside;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

#window_w {
	width: 1016px;
	background: url(img/w.png) repeat-y;
	padding-left: 14px;
	margin: auto;
}

#window_e {
	background: url(img/e.png) repeat-y right;
	padding-right: 14px;
}

#window {
	background: #ffffff;
	display: table-cell;
	width: 1002px;
}

#window_sw {
	clear: left;
	width: 996px;
	background: url(img/sw.png) no-repeat;
	padding-left: 34px;
	margin: auto;
}

#window_se {
	background: url(img/se.png) no-repeat right;
	padding-right: 34px;
}

#window_ssw {
	background: #e8e8e8 url(img/ssw.png) repeat-x;
	padding-top: 31px;
}

#window_sse {
	padding-right: 288px;
	background: #e8e8e8 url(img/sse.png) repeat-x;
}

#logo {
	background: url(img/logo.png) no-repeat;
	width: 400px;
	height: 20px;
	margin: 25px;
	margin-left: 35px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
	padding-left: 250px;
	padding-top: 46px;
	color: #0082c9;
	font-style: italic;
	font-size: 12pt;
}

#header {
	height: 35px;
	margin-top: 65px;
	margin-right: 15px;
}


#searchfield, input {
	border: 1px solid #999999;
	background: url(img/input.png) no-repeat;
	float: right;
	width: 131px;
	padding: 4px;
	padding-bottom: 0px;
	height: 18px;
	color: #444444;
}

.inputlong {
	background: url(img/inputlong.png) no-repeat;
}

textarea {
	border: 1px solid #999999;
	background: url(img/inputlong.png) no-repeat;
	color: #444444;
}

#searchbutton, .button {
	background: url(img/btn.png) repeat-x;
	width: 50px;
	height: 24px;
	cursor: pointer;
	border: none;
	float: right;
	margin-left: 3px;
	font-size: 11pt;
	padding-top: 0px;
	color: #ffffff;
}

#flash {
	float: left;
	width: 1002px;
	height: 130px;
	background: url(img/splash.jpg) center no-repeat;
}

#topmenu {
	clear: left;
	background: url(img/menu.png) repeat-x;
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 11pt;
}

#topmenu a {
	color: #eeeeee;
	display: block;
	float: left;
	padding-right: 20px;
}

#topmenu a:hover {
	color: #ffffff;
}

#rightcolumn {
	float: right;
	width: 1000px;
	background: url(img/rightcolumn.png) right repeat-y;
}

#rightcolumn a {
	color: #0082c9;
	cursor: pointer;
}

#rightcolumn a:hover {
	color: #0062a9;
}

#main {
	clear: both;
	margin-left: 55px;
	margin-top: 40px;
	width: 580px;
	min-height: 200px;
	font-size: 10pt;
	margin-bottom: 15px;
	float: left;
}

#main img {
	float: right;
	margin-left: 20px;
}

#mainsub {
	clear: both;
}

#mainleft {
	margin-left: 55px;
	margin-right: 15px;
	width: 240px;
	font-size: 10pt;
	float: left;
}

#mainright {
	float: left;
	margin-left: 15px;
	width: 240px;
	font-size: 10pt;
}

#newscolumn {
	float: right;
	margin: 40px;
	margin-right: 30px;
	margin-bottom: 0px;
	width: 240px;
	font-size: 10pt;
}

#footer {
	color: #aaaaaa;
	font-size: 8pt;
	letter-spacing: -0.08em;
	margin: 12px 0px 7px 30px;
	clear: both;
}

#footer a {
	color: #aaaaaa;
}

#footer a:hover {
	color: #777777;
}

h1 {
	font-weight: normal;
	font-size: 23pt;
	letter-spacing: -1px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 25px;
}

h2 {
	font-weight: normal;
	font-size: 14pt;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 20px;
}

p {
	max-width: 500px;
	line-height: 160%;
	padding-bottom: 10px;
	margin-top: 7px;
}

.link_mail_right {
	clear: both;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 2px;
	float: right;
	background: url(img/icon_email.png) top left no-repeat;
	padding-left: 25px;
}

.link_info {
	clear: both;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 2px;
	float: left;
	background: url(img/icon_info.png) top left no-repeat;
	padding-left: 25px;
}

.link_pdf {
	clear: both;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 2px;
	float: left;
	background: url(img/icon_pdf.png) top left no-repeat;
	padding-left: 25px;
}

.link_web {
	clear: both;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 2px;
	float: left;
	background: url(img/icon_web.png) top left no-repeat;
	padding-left: 25px;
}

.link_plain {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

