body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
	font-family: sans-serif;
}

#header {
  margin: 0px 0px 30px 0px;
	padding: 5px;
	background: #4794f2 url(images/titleback.png) repeat-y right;
	color: #FFF;
	border-bottom: 4px solid #AAA;
}

#content {
	float: left;
	width: 75%;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 25%;
	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: 24pt;
	font-weight: bold;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
        padding-bottom: 2px;
        margin-bottom: 0px;      
}

.tagline {
	font-size: 14pt;
}

.javacode {
        background-color: #CCCCCC;
        color: #FF0000;
}

.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: 18px;
	font-family: sans-serif;
	text-align: left;
	background: #eeeeee url(images/navback.png) repeat-y right;
	color: #4392f2;
	border-bottom: 2px solid #4392f2;
}

A:link{
        font-family: sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: #003D59;
        background: none;
}

A:visited{
        font-family: sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: #003D59;
        background: none;
}

A:hover{
        font-family: sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: #33BDFF;
        background: none;
        border-bottom: 2px dotted #4392f2;
}

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

p {
	margin-top: 7px;
	margin-bottom: 7px;
}
p:first-letter {
       font-size: 2em;
       padding-left: 15px;
}
.even {
	BACKGROUND-COLOR: #4392f2;
	BACKGROUND: url(images/background.png)
	}
.bg_medium {background-color : #4392f2}
.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}
.cal_light {
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 95%;
		background-color: #eeeeee;
		color: #003366;
}
.bg_light {
    background-color: #eeeeee;
}

.copyright {
    font-size: .8em;
    text-align: center;
}
