body {
	color: #1a1a1a;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	/* background: #E0EAED; */
}
h1,h2,h3,h4 {
	font-family: Arial, sans-serif;
}
h1 {
	color:#1e1e1e;
	font-size: 23px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
		/*background: url(../gfx/h1_underline.png) bottom left no-repeat;*/
	padding-bottom: 6px;
}
h1.underline {

}
h2 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 28px;
	margin-bottom: 1px;
		/*background: url(../gfx/h2_underline.png) bottom left no-repeat;*/
	padding-bottom: 7px;
}
h2.underline {

}
p {
	margin-top: 0px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}
p.align-left {
	text-align: left;
}
p.align-right {
	text-align: right;
}
p.align-center {
	text-align: center;
}
p.align-justify {
	text-align: justify;
}

p.date {
	color: #8D9ABC;
	font-family: "Galliard ITC", "Adobe Galliard", Galliard, DIN, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}
p.image {
	padding: 4px 3px 4px 3px;
	padding-left: 3px!important;
}
p.square {
	margin: 1em 30px 1em 1em;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px!important;
	background: url(../gfx/square10px.gif) no-repeat 0px 4px;
	float: right;
	color: #4861A1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p.quote {
	font-style: italic;
	margin: 1em;
}
p.ingress {
	font-weight: bold;
}
p.caption {
	color: gray;
	border: 1px solid #404040;
	background: #d0d0d0;
}
p.tiny_text {
	font-size: 75%;
}
span.sub {
	vertical-align:sub;
	font-size: 50%;
}
span.name {
	color: #009999;
}
a {
	color: #3F5898;
	text-decoration: none;
}
a:hover {
}
#content a:hover, #breadcrumb a:hover, #footer a:hover {
	color: #202C4C;
	/* color: #A64A4C; */
	background: url(../gfx/dotted_underline.gif) repeat-x bottom;
}
ul {
	line-height: 20px;
	margin-left: 0;
	padding-left: 1.5em;
} 
td.date {
	font-weight: bold;
	padding-right: 30px;
}
td {
	vertical-align: top;
}
img.spam_protect {
	border: none;
	background:url(../gfx/spam_protect.gif) no-repeat 0 0;
	width: 11px;
	height: 12px;
	vertical-align: middle;
}
a:hover .spam_protect {
	background-position: -12px 0;
}
/* block */

div.block {
	margin-bottom: 1em;
	padding: 1px;
}
div.block div.inner {
	border: 4px solid white;
}
div.style-1 {
	background: #f8f9e5;
	color: #a64a4c; 
}
div.style-2 {
	background: #85BA29;
	color: #647984;
}
div.style-2 .inner {
	background: #b6cf8b;
}
div.style-3 {
	background: #BDC2D6;
	color: #4861a1;
}
div.block td {
	border-bottom: 1px solid white;
}
div.block .csc-header * {
	padding: 4px 10px 4px 10px;
	font-size: 16px;
}
div.block h1, div.block h2  {
	background:none;
	margin-top: 4px;
}
div.block p, div.block h3, div.block h2, div.block table{
	margin-left: 10px;
}
div.block .csc-textpic-image {
	margin-bottom: 0!important;
}
/* Flexible content frame */
.csc-frame-rulerAfter, .csc-frame-rulerBefore {
	background: url(../gfx/ruler.gif) repeat-x;
	height: 1px;
	margin: 0 20px 0 20px;
}
.padder .csc-frame-rulerAfter, .padder .csc-frame-rulerBefore{
	margin: 0 0 0 0;
}
/* RTE table fixes */
.htmlarea-content-body {
	background: white;
}
.htmlarea-content-body table {
	outline: 1px dotted gray;
}

.htmlarea-content-body table:hover {
	outline: 1px solid black;
}
.htmlarea-content-body td, .htmlarea-content-body th{
	outline: 1px dotted #f0f0f0;
}
.htmlarea-content-body table:hover td, .htmlarea-content-body table:hover th{
	outline: 1px dotted grey;
}

/* CSC frames */
.csc-frame-frame1 {
	background-color: #e6eef1;
	padding:10px;
}
.csc-frame-frame2 {
	background-color: #f2f0e3;
	padding:10px;
}
.csc-frame .csc-header h2:first-child {
	margin-top: 0px; !important
}
.csc-textpic-caption {
	color:#666666;
	padding-top:4px;}
