

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
/*	border: 1px solid #b80000;*/
	min-height: 500px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:46px;
	font-weight:900;
	}
h2 {
	font:bold 30px/28px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h1, h2, h3, h4, h5, h6 {
	color: #B80000;
}
p {
	font:11px verdana, arial, helvetica, sans-serif;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #B80000; /*#09c*/
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#B80000;}
a:visited {color:#B80000;}
a:hover {
	background-color: #ddd;
	color: #000066;
}

img {
	border: 0;
}

.logo {
  padding-bottom: 20px;
  padding-left: 10px;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 190px 10px 190px;
/*	margin:0px 190px 20px 170px;
	border:1px solid black;*/
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:170px;
	top:40px;
	left:40px;
/*	border:1px dashed black;
	background-color:#eee;
	padding:10px;*/
	z-index:2;
	margin-top: 0px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:148px;}
		
#navBeta {
	position:absolute;
	width:170px;
	top:161px;
	right:25px;
/*	border:1px dashed black;
	background-color:#eee;
	padding:10px;*/
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


.copyright {
	text-align: center;
}

.btm_nav {
	text-align: center;
	margin-top: -10px;
}

.nav_divider {
	margin: 0px 5px 0px 5px;
}



/* BOXES */
.box {
padding: 10px;
margin:0;
list-style-type:none;
width:130px;
position:relative;
border:1px solid #B80000;
background:#fff;
margin-top: 0px;
display:table;
margin-bottom: 30px;
}

.box-title {
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  top: .75em;
  color: #B80000;
  font-color: #B80000;
  background-color: #fff;
  margin: 0 0 0 1.6em;
  padding-left: .3em;
  padding-right: .3em;
  z-index: 1022;
}

.box-title font {
  font-weight: bold;
  font-size: 1.1em;
  color: #B80000;
}

.teaser {
float: left;
padding: 10px;
margin:0;
list-style-type:none;
width:130px;
position:relative;
border:1px solid #ccc;
background:#eee;
margin-top: 0px;
display:table;
margin-bottom: 20px;
margin-right: 20px;
margin-top: 30px;
}

.clear {
  clear: both;
}
/* END BOXES */


/* EVENT DETAILS */
.event_title {
  font-weight: bold;
  font-size: 1.8em;
  position:relative;
  padding-bottom: 10px;
}

.event_dates {
  font-style: italic;
  font-size: 1.0em;
  position:relative;
  margin-bottom: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  background-color: #efefef;
  padding: 1px 10px;
}

.event_description {
  font-size: 1.2em;
  position:relative;
}

.this_month {
  list-style-type:none;
}

.this_month a:link {
  font-size: 1.0em;
  padding: 0px 0;
}
/* END EVENT DETAILS */




/* DYNAMIC CSS MENU */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
position:relative;
z-index:1000;
font-size:90%;
/*margin-left: -2px;
height:235px;
margin:25px 0 0 15px; /* this page only */
margin-bottom: 30px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
position:relative;
border:1px solid #B80000;
/*border-width:1px 1px 0 1px;*/
background:#fff;

margin-top: 0px;
padding-top: 8px;
display:table;
}

.menu li {
background:transparent;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
/*margin-left: -11px;*/
magin-bottom: 0;
.margin-left: 0px;
color:#B80000;
text-indent: 7px;
font-weight: bold;
/*border-bottom:1px solid #B80000;*/
background:transparent;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#B80000; decoration: none;}

.menu :hover > a {
color:#fff; 
background:#B80000;
decoration: none;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#ffb400;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ffcc33;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#ffdb33;
}
.menu ul.top2 {top:25px;}
.menu ul.top3 {top:51px;}
.menu ul.top4 {top:77px;}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}

<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->

/* END DYNAMIC CSS MENU */


/***** Real Side Borders box *****/
.cB {
  background:#FFFFFF;
  border:1px #b80000 solid;
  border-width:0 1px;
  padding:0 10px;
}
.cBt, .cBb, .cBt div, .cBb div {
  background:url(images/rb_topbottom2.png) top right;
  height:19px;
}
.cBt div { background-position:top left; }
.cBb div { background-position:bottom left; }
.cBb { background-position:bottom right; }
.cBt, .cBb {
  margin:0 -11px 0 -11px;
  padding-right:18px;
}
/***** end Real Side Borders box *****/

.bl {background: url(images/bl.gif) 0 100% no-repeat ; width: 100%}
.tl {  border:1px #b80000 solid;
  border-width:1 0px;
margin: 20px;
}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside EFEFEF*/
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	min-height: 500px;
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

