body {
  background: #EBE8D8;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #1C1C1C;
  text-align: center;
}

img {
  border: none;
}

* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
  color: #1c1c1c;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #1c1c1c;
	text-decoration: none;
}

.largeArticle h1, .largeArticle h2, .smallArticle h2 {
	font-size: 150%;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.ingress {
	font-weight: bold;
	margin-bottom: 10px;
}

a {
  color: #0078A9;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
  font-size: 100%;
}


.ingressLeft img {
	border: 0px;
	margin-right: 7px;
	float: left;
}

.ingressRight img {
	border: 0px;
	margin-left: 7px;
	float: right;
}

.smallArticleImg, .smallArticleImg img {
	text-align: center;
	border: 0px;
	margin-bottom: 5px;
}

/* FORM ELEMENTS */
#content form {
	margin: 0px;
	margin-bottom: 15px;
	width: 99%;
}

#content form fieldset {
	border: none;
	padding: 0px;
}

#content form p {
	font-size: 100%;
	margin: 5px 0px 8px 0px;
}

#content label.block,
#content label .block {
	margin-bottom: 2px;
	margin-right: 20px;
	display: block;
}

#content form input.block {
	margin-bottom: 8px;
	margin-right: 20px;
	display: block;
}

#content form select,
#content form .default /* .default used for standard text input */ {
	width: 99%;
	/*width: 480px;*/
}

#content form textarea {
	width: 99%;
	/*width: 480px;*/
	height: 60px;
}

#content form input.button {
	margin-top: 10px;
}

#content form input.button.submit {
	margin-right: 10px;
	cursor: pointer;
}

#content form input.button.reset {
	cursor: pointer;
}

/* error-messages */
#content h3.error-messages {
	font-size: 100%;
	color: #BE0000;
	margin-top: 10px;
}

#content ul.error-messages {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#content ul.error-messages li {
	color: #BE0000;
	padding: 4px 0px;
}

#content ul.error-messages li a:link,
#content ul.error-messages li a:visited {
	color: #BE0000;
}

#content span.error-item {
	font-weight: normal;
	color: #BE0000;
	padding-left: 4px;
}


/*  CLEARFIX
################################################# */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */