* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image:url(images/bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	padding-top: 6px;
	padding-bottom: 6px;
}

ul {
	padding-left: 20px;
}

ol {
	padding-left: 25px;
}

h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {}

h3 {}

.clr {
	clear: both;
	height: 0px;
}


#wrapper {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 930px;
}

#topBorder {
	background-image: url(images/border-top.png);
	width: 930px;
	height: 18px;
}

#bottomBorder {
	background-image: url(images/border-bottom.png);
	width: 930px;
	height: 20px;
}

#innerWrapper {
	background-image:url(images/border-content.png);
	background-repeat: repeat-y;
	width: 930px;
}

#header {
	width: 890px;
	height: 135px;
	margin-left: 21px;
}

#header img {
	border: 0;
}

#headerLetter {
	float: left;
	width: 116px;
}

#headerTitle {
	float: left;
}
#headerSlogan {
	float: left;
	padding-left: 240px;
	padding-right: 200px;
}
#content {
	padding-left: 31px;
	padding-right: 30px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin-top: 20px;
}




/* News styles */
/* ----------- */
ul#newsList {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0px;
}

ul#newsList li a:link, ul#newsList li a:visited {
	color: #000000;
}

ul#newsList li a:hover {
	color: #0000ff;
}

p.newsDate {
	font-size: 9px;
	color: #666666;
	margin: 0;
	padding: 0;
	padding-top: 6px;
}

/* Button styles */
/* ------------- */
.readon {
	background-image:url(images/readon.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 24px;
	padding-top: 4px;
	padding-left: 12px;
	margin-bottom: 10px;
}

.readon a:link, .readon a:visited {
	text-decoration: none;
	color: #000000;
}

.readon a:hover {
	color: #0000ff;
}

#mailForm {
	width: 401px;
}

#mailForm fieldset {
	border: 0 none;
}

.inputRow {
	width: 400px;
}

.formLabel {
	
	width: 100px;
}

.formTextbox {
	
	width: 300px;
	margin-bottom: 5px;
}

.submit {
	width: 400px;
	padding-top: 10px;
}

.formCheckbox input {
	margin-right: 5px;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

