body {
	font-family: "Trebuchet MS", verdana, helvetica;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: black;
}

#header h1{
	margin:0;
}

#page{
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}

#header{
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	width: 1024px;
	height: 403px;
}
#central{
	background: url(../images/repeater.jpg) repeat-y;
	width: 1024px;
	height: 100%;
	padding: 0 0 0 50px;
}

#leftColumn{
	width: 630px;
}

#rightColumn{
	float: right;
	width: 250px;
	margin-right: 100px;
}

.clearer{
	display: block;
	clear: both;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	width: 1024px;
	height: 50px;
	text-align: center;
}



#menu ul{
	display: block;
	margin: 0 0 30px;
	padding: 0.2em 0;
	width: 930px;
	list-style-type: none;
	height: 1.4em;

}

#menu ul li{
	float: left;
	margin: 0 5px;
	padding: 0 20px 0 20px;
	font-size: 18px;
	border-right: 2px solid #224459;
}

#menu ul li.last{
	padding: 0 0 0 20px;
	border: 0;
}

#menu ul li a{
	text-decoration: none;
	color: #224459;
}

#menu ul li a:hover,#menu ul li a.active{
	text-decoration: none;
	color:#6693af;
}

h2,h3{
	margin:0;
}

h2.news-catmenu{
	font-size: 18px;
	color: #224459;
}

h2.otherBlog{
	font-size: 18px;
	color: #224459;
	margin-top: 10px;
}

h2.postTitle{
	font-size: 18px;
	color: #224459;
}

ul.blogcat,.blogFormError ul{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin-top: 0px;
}


ul.blogcat a{
	text-decoration: none;
	font-weight: bold;
	color: #224459;
}

ul.blogcat a:hover{
	color: #6693af;
}

p.author{
	font-style: italic;
}

div.blogFormError p{
	margin: 5px 0 5px;
}

div.blogFormError{
	color: red;
}

h3#respond{
	margin: 20px 0 0;
}

span.commentmetadata a{
	color: #224459;
	text-decoration: none;
}

span.commentmetadata a:hover{
	color: #6693af;
}

h3#comments{
	margin-top: 30px;
}

/*Post List*/
.postList h2 a{
	text-decoration: none;
	font-size: 18px;
	color: #224459;
}

.postList h2 a:hover{
	color: #6693af;
}

.postList h3{
	font-size: 13px;
	font-style: italic;
}

.postList .category{
	font-size: 11px;
	font-style: italic;
}

.postList .category a{
	color: #224459;
	text-decoration: none;
}

.postList .category a:hover{
	color: #6693af;
}

/*Calendar*/

#timtab-calendar{
	border: 0;
	border-collapse:collapse;
	width: 200px;
}

#timtab-calendar th{
	background-color: #224459;
	color: white;
	font-weight: bold;
	text-align: center;
}

#timtab-calendar caption{
	background-color: #6693af;
	color: white;
	font-weight: bold;
	width: 200px;
	height:20px;
	background: url(../images/calendarHeader.png) no-repeat;
}

#timtab-calendar td{
	background-color: #224459;
	color: white;
	text-align: center;
}

#timtab-calendar td#today{
	background-color:#224459;
	color: #80b4d5;
}

.tx-timtab-pi3{
	padding-bottom:20px;
	margin-top: 50px;
	background: url(../images/calendarFooter.png) bottom left no-repeat;
}

#timtab-calendar td a{
	color: #6693af;
	text-decoration: none;
}

#timtab-calendar td a:hover{
	color: #80b4d5;
}




/*FEED RSS*/
.rssicon{
	margin: 30px 0 0;
}

.feed{
	margin: 6px 0;
}


/*CONTACTS*/
.contact form, .contact fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.row {
    overflow: hidden;
    width: 100%;
    line-height: 18px;
    margin: 0 0 11px;
}

.row textarea{
	width: 400px;
	height: 300px;
	vertical-align: top;
}

#typo3association{
	position: absolute;
	left:800px;
	top: 300px;
}
