/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background:#ffffff url('../images/homepage01.gif') repeat left top;
    -webkit-text-size-adjust: none; /* To prevent auto-resizing of fonts in iOS */
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
    color: #23507a;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: #23507a;
}

h3 {
	font-size: 11px;
	margin-bottom: 10px;
}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}
div#box3 p {
    text-align:left;
    line-height:15px;
}

strong {
	color: #656565;
}

p.copyright {
	text-align: center;
	color: #6e889a;
}


/** LINKS */
a {
	color: #295e90;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #295e90;
}

a:hover.link1 {
	text-decoration: underline;
	color: #295e90;
}
img {
    border:none;
}

/** BACKGROUNDS */
.bg1 { background: url('../images/homepage02.gif') repeat-x left top; }
.bg2 { background: url('../images/homepage05.jpg') no-repeat left top; }
.bg3 { background: #ffffff url('../images/subpage2_01.gif') no-repeat left bottom; }
.bg4 { background: url('../images/homepage06.jpg') no-repeat left top; }
/*.bg5 { background: url('/images/homepage14.jpg') no-repeat left top; }*/
.bg6 { background: url('../images/subpage2_02.jpg') no-repeat left top; }



/** NEWS ITEM */
/* Causes print version to only print first page.
.newsItem {
	clear:both;
	display: block;
	float: left;
	padding-bottom: 15px;
	width: 530px;
}
*/

.newsItem {
	clear:both;
	padding-bottom: 15px;
	width:auto;
}
img.sectionIcon {
    width:34px;
    height:34px;
    border:none;
    float:left;
    margin-right:4px;
    margin-bottom:10px;
}

