body {
	margin: 0px;
	padding: 8px;
	font-size: larger	
	color: black;
	font-family: sans-serif;
}

#header {
  margin: 0px 0px 30px 0px;
	padding: 5px;
	color: #000;
	border-bottom: 4px solid #AAA;
}

#content {
	float: none;
	margin: 0px;
	padding: 0px;
}

#navigation {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#meetings {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}

#mailinglist {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}

#feed {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #AAA;
}

.colug {
	font-size: smaller;
	font-weight: bold;
}

.tagline {
	font-size: 14pt;
}

.default {
	font-size: 12px;
	font-family: georgia, times, serif;
	text-align: justify;
	margin: 0px 10px 10px 10px;
	padding: 3px 10px 3px 10px;
	background: #fff;
	color: #000;
	border: 1px dotted #AAA;
}

.defaultheader {
	font-size: 30px;
	font-family: georgia, times, serif;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	color: #4392f2;
	background: #FFF;
}

.announceheader {
	font-size: 18px;
	font-family: georgia, times, serif;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: none;
	border-bottom: 1px solid black;
}

.navheader	{
	padding: 3px;
	font-size: 10px;
	font-family: sans-serif;
	text-align: left;
	background: transparent none;
	color: black;
	border-bottom: 2px solid #4392f2;
}

A:link{
        font-family: sans-serif;
        text-decoration: none;
        color: black;
        background: none;
}

A:visited{
        font-family: sans-serif;
        text-decoration: none;
        color: black;
        background: none;
}

A:hover{
        font-family: sans-serif;
        text-decoration: none;
        color: #f7c12d;
        background: none;
        border-bottom: 1px dotted #0d1b40;
}

.nav	{
	padding: 3px;
	font-size: 10px;
	font-family: georgia, times, serif;
	text-align: left;
	background: transparent;
	color: #000;
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.even {
	BACKGROUND-COLOR: transparent;
	
	}
.bg_medium {background-color : transparent;
}
.smalltexxt {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : larger; 
}
.cal_light {
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 95%;
		background-color: transparent;
		color: black;
}
.bg_light {
    background-color: transparent;
}
.menu_txt {
font-family: sans-serif;
        font-weight: lighter;
        text-decoration: none;
        color: black;
        font-size: smaller;
}
.page img { max-height:500px;height: expression(this.height > 500 ? 500: true);}
.page img { max-width:800px;width: expression(this.width > 800 ? 800: true);}

