html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left;
	margin: 0px;
	padding: 0px;
    background-color: #ffffff;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #636568;
}

img {
	border-width: 0px;
	padding: 0px;
}

div {
	border: 0px solid #000;
	padding: 0px;
}


form {
	margin: 0px;
}

input {
	margin-bottom: 7px;
}

select {
	margin-bottom: 7px;
}

ul {
	margin-top: 0px;
	list-style: none;
}

li {
	margin-left: -15px;
	list-style: square;
}

p {
    margin: 0px;
}

h1 {
	font: 14px Arial, Helvetica;
	padding-top:10px;
}

h2 {
	font: 12px Arial, Helvetica;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: 11px Arial, Helvetica;
	line-height: 12px;
	font-weight: bold;
    color: #92278f;
	margin-top: 15px;
    margin-bottom: -5px;
	padding: 0px;
}

td {
    vertical-align: top;
}

a:link, a:visited {
    color: #91278f;
}

#container {
	width:924px;
	height: auto;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
    background-image: url(../images/bg-windmill.png);
    background-repeat: no-repeat;
    background-position: top;
}

#header {
	width: 885px;
	height: 26px;
	padding-top: 14px;
    padding-left: 39px;
	float: left;
	background: #91278f;
}

#logo {
    margin-top: 107px;
    margin-left: 26px;
    height: 49px;
    width: 200px;
    float: left;
    position: relative;
}

#menu {
    margin-top: 68px;
    margin-left: 440px;
    width: 200px;
    height: 160px;
    position: relative;
    float: left;
}

#menu li {
    font-weight: bold;
    margin-top: 5px;
	margin-left: -15px;
    width: 184px;
    height: 25px;
	list-style: none;
    background-image: url(../images/dotted-border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

#menu li a:link, #menu li a:visited {
    font-weight: bold;
    color: #636568;
    text-decoration: none;
}

#menu li a:hover {
    font-weight: bold;
    color: #91278f;
    text-decoration: none;
}

li.selected {
    color: #91278f;
}

#headerpage {
    margin-top: 60px;
    margin-left: 490px;
    height: 50px;
    width: 360px;
    float: left;
    position: relative;
}

#newsbar {
    margin-top: -135px;
    margin-left: 20px;
    width: 230px;
    float: left;
    position: relative;
    padding-top: 100px;
}

#newsbarheader {
    float: left;
    margin-left: 20px;
}

.newsitem {
    float: left;
    width: 190px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    background-image: url(../images/dotted-border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    line-height: 140%;
}

.newsdate {
    margin-left: 0px;
    margin-top: 9px;
    font-weight: bold;
}

.newsdesc {
    margin-left: 0px;
}

.more {
    margin-top: 9px;
    margin-bottom: 24px;
    text-align: right;
}

#contentblock1 {
	position: relative;
    float: left;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
	width: 594px;
}

#contentblock2 {
	position: relative;
    float: left;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 20px;
	width: 594px;
}

#contentblock1 p, #contentblock2 p {
    line-height: 140%;
    margin-top: 10px;
}

#divider {
	width: 594px;
    padding: 0px;
    margin-left: -7px;
    margin-bottom: 20px;
    background-image: url(../images/dotted-border-long.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#border {
    width: 41px;
    background-image: url(../images/dotter-line-vertical.png);
    background-position: top;
    background-repeat: repeat-y;
}

#footer {
	width: 885px;
    height: 26px;
    margin-top: 25px;
	padding-top: 14px;
    padding-left: 39px;
	float: left;
    background-color: #989a9f;
    color: #ffffff;
}

#footer a:link, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

