
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 82.5%;
	font-family: Arial, Helvetica, sans-serif;
	/* background: #959599 url(/images/pagebg.png) repeat-x 0 400px; */
	background-color: #d9d9df;
	color: #000;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/headerbg.png) repeat-x 0 0;
}
#header-inner {
	width: 1000px;
	margin: 0 auto;
}
#header-logo {
	float: left;
	margin-right: 7em;
}
#header-photo {
	float: left;
}

#wrapper {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 1em 0 2em 0;
}
#wrapper-inner {
	width: 900px;
	margin: 1em 0 0 0;
}

#welcome {
	margin: 0 0 0 0;
	width: 100%;
}

p.welcome-text {
	margin: 1.2em 0;
	padding: 0 0 0 2em;
	font-size: 1.0em;
	line-height: 1.3em;
	text-align: left;
	background: url(/images/silkicons/star.png) no-repeat 0 0;
}
p.star-text {
	margin: 1.5em 0;
	padding: 0 0 0 2em;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	background: url(/images/silkicons/star.png) no-repeat 0 0;
}

#columns {
	clear: both;
	margin: 2.5em 0 0 0;
}
#widecolumns {
	clear: both;
	margin: 2em 0 0 0;
}
#widecolumns h3 {
	margin: 0 auto;
}

p.small {
	font-size: 0.9em;
	line-height: 1.2em;
}

#footerlinks {
	width: 100%;
	margin: 1.5em 0 0 0;
	color: #333;
	font-size: 1.0em;
	line-height: 1.4em;
}
#footerlinks-inner {
	margin: 0 auto;
	width: 880px;
}

#footerlinks a:link, #footerlinks a:visited, #footerlinks a:active {
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
}
#footerlinks a:hover {
	text-decoration: underline;
}
.footerblock {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	text-align: left;
}
.footerblock-headline {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}
.footerblock ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#copyright {
	clear: both;
	width: 100%;
	margin: 2em 0 0 0;
	color: #333;
	font-size: 1.0em;
	line-height: 1.4em;
}
#copyright-inner {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}
#copyright-block {
	padding: 1em 0;
	width: 860px;
	border-top: 1px solid #bbb;
}
#copyright-block a:link, #copyright-block a:visited, #copyright-block a:active {
	color: #333;
	text-decoration: none;
}
#copyright-block a:hover {
	text-decoration: underline;
}

#copyright img {
	float: left;
}
.copyright-text {
	float: left;
	margin: 0 0 0 10px;
	font-size: 0.9em;
}
.mtime {
	color: #888;
}

.form-label {
	clear: both;
	float: left;
	margin: 1em 0 0 0;
	width: 130px;
	height: auto;
	font-size: 1.2em;
}
div.form-field {
	float: left;
	margin: 1.2em 0 0 0;
}
input.form-field, textarea.form-field {
	font-size: 1.2em;
}
input.redbutton {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #b13;
	border: 3px outset #b13;
}
.err-msg {
	color: #c03;
	font-weight: bold;
	line-height: 1.5em;
}


