html, body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: bold;
}

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 775px;
	background: url('/images/background.jpg');
}

div#heading {
	width: 100%;
}
div#heading h1 {
	display: none;
}

h2 {
	display: none;
	margin: 0;
}

div#menu {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
	background: #008000;
}
div#menu ul {
	margin: 0;
	padding: 1em 0 0 0;
	list-style-type: none;
}
div#menu ul li {
	width: 171px;
	height: 38px;
	background: url('/images/menubg.png') no-repeat;
	aborder: 1px solid black;
	margin: 0 1em 0 -4px;
	padding: 11px 0 0 1em;
}
div#menu ul li#first {
	*background-position: -4px top;
	*padding-left: 0.72em;
}
div#menu ul li a {
	color: black;
	text-decoration: none;
}
div#menu ul li a:hover, a:focus {
	text-decoration: underline;
}

div#content {
	margin: 1em 0 0 190px;
	padding-bottom: 1em;
}
p.clearer {
	margin: 0;
	padding: 0;
	clear: both;
}
p.clean {
	clear: left;
}
div.center, p.center {
	*margin-left: auto;
	*margin-right: auto;
	text-align: center;
}
div#menu p {
	color: #ffffff;
}
div#menu p a {
	color: #b3ff87;
	text-decoration: none;
	border-bottom: 1px dashed #b3ff87;
}

p {
	margin: 0.5em;
	padding: 0.5em;
}

a {
	color: #000055;
	text-decoration: none;
}

table {
	width: 99%;
	margin: 0 auto 0 auto;
}
table#archive {
	width: 550px;
}
table#archive td {
	width: 25%;
}
table#subscription {
	width: auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li.blue {
	color: #000084;
}
li.red {
	color: #d50000;
}

input {
	width: 400px;
	height: 20px;
	border: 1px solid #000000;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
textarea {
	border: 1px solid #000000;
}
input.half {
	width: 193px;
}
span.field-with-errors input, span.field-with-errors textarea {
	border-color: #d50000;
}
input#submit {
	/*width: 174px;
	height: 39px;*/
	width: 195px;
	height: 39px;
	border: none;
	background: url('/images/button.png');
	font-size: 110%;
	font-weight: bold;
	/* 236 */
}
input#submit:hover {
	cursor: hand;
}
td#submit {
	padding-top: 3em;
	text-align: center;
}
table#letter td#submit {
	padding-top: 0.5em;
	text-align: center;
}
table#letter {
	margin-bottom: -1em;
}
div#errorExplanation {
	width: 95%;
	margin: 0 auto 2em auto;
	border: 2px solid #e54444; /*e52c2c;*/
	background: #ffe0e0;
}
div#errorExplanation h3 {
	margin: 0;
	padding: 0.5em 0 0.3em 1em;
	color: #c30000;
	background: #f1a4a4;
	border-bottom: 1px solid #d77474;
}
div#errorExplanation p {
	margin: 0 0 -0.2em 0.1em;
	color: #7c0000;
}
div#errorExplanation ul {
	margin: 0 0 0.5em 2.5em;
	list-style-type: square;
}
span.rednormal {
	color: red;
	text-transform: uppercase;
}
span.redbig {
	color: red;
	text-transform: uppercase;
	font-size: 150%;
}
span.uppercase {
	text-transform: uppercase;
}

img#signpost {
	margin-top: 5em;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/signpost.png', sizingMethod='scale')
}
img#logimini {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logomini.png', sizingMethod='scale')*/
}

a, img {
	border: none;
}

p#morebutton {
	float: right;
	margin: 0;
	width: 128px;
	height: 39px
	border: none;
	background: url('/images/more.png');
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
p#morebutton a {
	color: black;
	text-decoration: none;
}
p#morebutton a:hover, a:focus {
	text-decoration: underline;
}

p.smaller {
	font-size: 90%;
}

fieldset {
	width: 550px;
	*width: 576px;
	_width: 550px;
	border-color: #222;
	margin-left: 4px;
	*apadding: auto;
}

div.letter {
	width: 554px;
	border: 2px solid #515151;
	margin-left: 4px;
	margin-top: -0.8em;
	padding: 0.5em;
}

hr { display: none; }

div.pagination {
	text-align: center;
	padding-top: 1.2em;
}

textarea#letter {
	width: 542px;
	_width: 535px;
}

*table#contribution {
	width: 550px;
}
table#contribution input {
	width: 250px;
}

table#contribution input.checkbox {
	width: auto;
	height: auto;
	padding: 0;
}

textarea#contribution_content {
	width: 550px;
	height: 330px;
	border: none;
}

input.file {
	border: none;
}

