body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #000000;
	background-color: #CACACA;
	background-image:url('/template/images/pagebackground.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	text-align: center; 
}

h1 {
	font-size: 120%;
	color: #ffffff;
	margin: 0px;
	margin-left: 10px;
	padding-top: 5px;
}

h2 {
	font-size: 100%;
	color: #F7CF0D;
	margin: 0px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 130%;
	color: #666666;
	border-bottom: 1px solid #ED2024;
	line-height: 1.0;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 110%;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 3px;
	margin-left: 10px;
}

#camvas {
	width: 900px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#header {
	background-color: #ED2024;
	height: 100px;
}

#logo-text {
	width: 100%;
}

#logo {
	width: 300px;
	float: left;
	margin-top: 20px;
}

#header-text {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 60px;
}


#main-navigation {
	width: 100%;
	height: 40px;
	background: #ED2024;
	overflow: hidden;
}

#main-navigation ul {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
	width:100%;
	margin-left: 7px;
	padding-top: 10px;
}

#main-navigation li {
	background-image:url('/template/images/navigationmarker.gif');
	background-position:0px 8px;
	background-repeat:no-repeat;
	display:inline;
	margin:0px 0px 0px 7px;
	padding:0px 0px 0px 9px;
}

#main-navigation a {
	color:#FFFFFF;
	font-size:75%;
	font-weight:normal;
	margin:0px;
	text-decoration:none;
}

#main-navigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#main-navigation .current {
	color:#FFFFFF;
	text-decoration:underline;
}


#header-picture {
	overflow: hidden;
	max-height: 200px;
}

#title {
	background-color: #CCCCCC;
	height: 35px;
}

#main-content {
	width: 100%;
}

#content-pictures {
	margin-top: 20px;
	width: 220px;
	float: left;
	text-align: center;
}

#content-pictures img {
	margin-bottom:10px;
}


#content-text {
	margin-top: 20px;
	float: left;
	width: 650px;
	font-size: 80%;
	line-height: 1.8;
}

#content-text p {
	margin-top: 0px;
}

#content-text a {
	color: #000000;
}

#content-text a:hover {
	color: #CCCCCC;
}


#footer {
	height: 65px;
	background-color: #ffffff;
	font-size: 70%;
	color: #ffffff;
	background-image:url('/template/images/footer-background.gif');
	background-position: bottom left;
	background-repeat:repeat-x;
}

#footer-text {
	margin-top: 40px;
	width: 300px;
	float: left;
	margin-left: 10px;
}


#footer-text a {
	color: #ffffff;
	text-decoration: none;
}

#footer-text a:hover {
	text-decoration: underline;
}

#base-shadow {
	background-image:url('/template/images/footer-background-manual.png');
	background-position: top left;
	background-repeat:repeat-x;
	font-size: 1px;
	height: 6px;
}

#associations {
	width: 550px;
	float: right;
	text-align: right;
	overflow: hidden;
}

.larger_text {
	font-size: 150%;
	line-height: 1.4;
	color: #333333;
}

/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */