body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #1d191c;
}
#holder {
	padding: 10px;
}
form {
	padding: 0px;
	margin: 0px;
}
.field {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1d191c;
	background-color: #f3f3f3;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #000;
	border-right: solid 1px #dcdcdc;
	border-top: solid 1px #000;
	height: 14px;
}
.button {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background-color: #3c5b95;
	border-bottom: solid 1px #314b7a;
	border-left: solid 1px #7389b3;
	border-right: solid 1px #314b7a;
	border-top: solid 1px #aab8d1;
	height: 19px;
	cursor: pointer;
}
.clear {
	clear: both;
}

#content a {
	text-decoration: underline;
	color: #1d191c;
}
#content a:hover {
	text-decoration: none;
	color: #1d191c;
}
#content {
	margin: auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
}
#columnl {
	background: #fff;
	width: 335px;
	float: left;
	padding-right: 15px;
}
#columnl p {
}
#columnl h1 {
	margin: 0px !important;
	font-size: 10px !important;
	font-weight: normal !important;
	background: #fff url(/images/welcomeh1.jpg) top left no-repeat;
	height: 20px;
}
#columnl h1 span {
	display: none;
}
#columnl h2 {
	margin: 0px !important;
	font-size: 10px !important;
	font-weight: normal !important;
	background: #fff url(/images/welcomeh2.jpg) top left no-repeat;
	height: 20px;
}
#columnl h2 span {
	display: none;
}
#columnl h3 {
	margin: 0px !important;
	font-size: 9px !important;
	font-weight: normal !important;
}
#columnr {
	background: #fff;
	width: 330px;
	float: left;
}
#latestnews {
	background: #85ade6 url(/images/latestbottom.jpg) left bottom no-repeat;
}
#latestnews h1 {
	margin: 0px !important;
	font-size: 10px !important;
	font-weight: normal !important;
	background: #85ade6 url(/images/latestnews.jpg) top left no-repeat;
	height: 40px;
}
#latestnews h1 span{
	display: none;
}
.newselement {
	font-family: Arial, sans-serif;
	color: #1d191c;
	width: 300px;
	margin: auto;
	background: url(/images/newsspacer.gif) bottom left repeat-x;
	padding-bottom: 10px;
}
.newstitle {
	padding-top: 7px;
	font-weight: bold;
	font-size: 11px;
}
.newsdate {
	font-size: 9px;
	color: #fff;
}
.news {
	font-size: 11px;
}
#archive {
	font-family: Arial, sans-serif;
	color: #1d191c;
	width: 300px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer {
	font-family: Arial, sans-serif;
	color: #1d191c;
	margin: auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
}
#fotnav a {
	text-decoration: underline;
	color: #3c5b95;
}
#fotnav a:hover {
	text-decoration: none;
	color: #1d191c;
}
#fotcopy {
	padding-top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999;
}
#fotcopy a {
	font-size: 9px;
	text-decoration: none;
	color: #999;
}
#fotcopy a:hover {
	font-size: 9px;
	text-decoration: underline;
	color: #999;
}


.odd {
	background-color: #eee;
}

a img {
	border: 0px none;
}