body {
	margin : 0px;
	background : #ccc;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
}

#header {
	height : 81px;
	width : 100%;
	background : url('/images/layout/header_bg.jpg') repeat-x top center;
	text-align : center;
}

#hotline {
	line-height : 33px;
	background : url('/images/layout/hotline_bg.jpg');
	text-align : right;
	padding-right : 10px;
	color : red;
	font-weight : bold;
}

h1 {
	color : #4F2683;
	font-size : 14pt;
	margin : 0px;
	margin-bottom : 5px;
	font-weight : normal;
}

h2 {
	color : #4F2683;
	font-size : 12pt;
	margin : 0px;
	margin-bottom : 5px;
	font-weight : normal;
}

h3 {
	font-size : 10pt;
	margin-bottom : 5px;
	color : #4F2683;
}

img {
	border : none;
}

.padding {
	padding : 10px;
}

#footer {
	background : #fff url('/images/layout/footer_bg.jpg');
	line-height : 60px;
	padding : 0px 10px;
}

#footer, #footer td {
	font-size : 7pt;
}

a {
	color : #3F82BF;
}

.eventTeaser {
	border-bottom : 1px solid #E5E5E5;
	padding : 10px 0px 10px 30px;
	background : url('/images/layout/arrow_light.gif') no-repeat left center;
	
}


.eventTeaser a {
	text-decoration : none;
	display : block;
	color : #494949;
}

.eventTeaser h1 {
	font-size : 8pt;
	color : #494949;
	text-transform : uppercase;
}

.eventTeaser h2 {
	font-size : 7pt;
	color : #A7A7A7;
	margin : 0px;
	text-transform : uppercase;
}

#subnav {
	margin-top : 20px;
}

#subnav a {
	display : block;
	padding-left : 30px;
	margin-left : 20px;
	font-size : 8pt;
	line-height : 30px;
	background : url('/images/layout/arrow_dark.gif') no-repeat left center;
	text-transform : uppercase;
	text-decoration : none;
	color : #494949;
	font-weight : bold;
}

.navCol {
	background : #ECECEC;
}

.content {
	padding : 20px;
}

.sectionPhoto {
	margin : 30px 0px 20px 20px;
	float : right;
}

li {
	margin-bottom : 5px;
}