/* MAIN TEMPLATE COMPONENTS */ 
body {
	background-color: #CBDAEF;
}

a {
	color : #DE3839;
	text-decoration: none;
}
 
a:hover {
	color : #DE3839;
	text-decoration: underline;
}

a img {
	border: 0px;
}

hr {
	height: 1px;
	color: #8D8D8D;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* CONTENT */

#homepage-content h1, #content h1, .innerpage-teasers h1 { 
	font-size: 24px;
	font-weight: normal;
	font-family: trebuchet ms, arial, verdana, helvetica, sans-serif;
	display: compact;
}

#homepage-content h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.innerpage-teasers h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#content h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #DE3839;
}

#content h3 { 
	font-size: 1.2em; 
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
 
#content h4 { font-size: 1.1em; } 

#content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* FOR FCK EDITOR */

text10pt {
	font-size: 10pt;
}

text12pt {
	font-size: 12pt;
}

text14pt {
	font-size: 14pt;
}

.stretcher {
	clear: both;
}

.date {
	font-size: 9px;
	color: #999999;
}

/* SHADOWS */
#dropshadow {
  width: 778px;
  margin: 0px auto 0px auto;
  position: relative;
	background-image: url(/images/shadow-sides.png);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}

#shadow-bottom {
	width: 766px;
	height: 10px;
}
