*{
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #6f6f6f;
	width: 100%;
	height: 100%;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
}
.invisible {
	display: none;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	color: #275ac1;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#watermark {
	position: absolute;
	top:0;
	background-image:url(../images/watermark.png);
	width: 1407px;
	height: 261px;
}
#header {
	position: relative;
	float: none;
	width: 100%;
	height: 119px;
}
#logo {
	position: relative;
	float: left;
	margin-top: 46px;
}
#topnavi {
	position: relative;
	float: right;
	margin-top: 19px;
}
#wrapper {
	position: relative;
	float: none;
	width: 866px;
	margin: 0px auto;
	height: 86%;
}
.left {
	clear: left;
}
.column {
	position: relative;
	float: left;
	clear: none;
	width: 170px;
	margin: 43px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
}
#search {
	position: relative;
	float:left;
	clear: none;
}
#main {
	position: relative;
	float: left;
	clear: none;
	width: 432px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 43px;
	margin:0px;
	line-height: 1;
	height: 100%;
}
.ce_text p{
	line-height: 2;
}
.ce_text{
	margin-bottom: 50px;
}

.ce_text li {
	margin: 0px 0px 0px 17px;
}
#shadow-left {
	position: relative;
	float: left;
	clear: none;
	width: 6px;
	background-image: url(../images/shadowleft.png);
	background-repat: repeat-y;
	height: 100%;
}
#shadow-right {
	position: relative;
	float: left;
	clear: none;
	width: 6px;
	background-image: url(../images/shadowright.png);
	background-repat: repeat-y;
	height: 100%;
}
input#keywords {
	width: 130px;
	height: 17px;
	padding-left: 4px;
	padding-top: 3px;
	background-image: url(../images/searchfield.png);
	background-color: transparent;
	border: 0px solid;
	font-family: verdana;
	font-size: 11px;
	color: #6f6f6f;
}
.submit-button:hover {
	cursor: pointer;
}
.search-field {
	border-top: 1px dotted #6f6f6f;
	width: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a {
	color: #275ac1;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	color: #275ac1;
	font-weight: bold;
	text-decoration: underline;
}
td {
	vertical-align: top;
	border-bottom: 1px dotted #6f6f6f;
	padding-top: 15px;
	padding-bottom: 15px;
}
table {
	margin-bottom: 20px;
}
.ce_form table {
	margin-bottom: 20px;
	width: 432px;
}
.ce_form td {
	vertical-align: top;
	border-bottom: 1px dotted #6f6f6f;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ce_form td.col_first {
	text-align: right;
	padding-right: 10px;
	width: 150px;
}
.ce_form input[type=text]{
	width: 200px;
}
.ce_form select{
	width: 200px;
}
p.error {
	color: #275ac1;
}
.column img {
	border: 1px dotted #cccccc;
}
td p {
	padding: 0px;
	margin-top: -6px;
}
