body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFEB;
	width: 100%;
	height: 100%;
}

#bkgnd2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	min-height: 100%;
	background-color: transparent;
	background-image: url(./images/left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

* html #bkgnd2 {
    height:100%;
}

#main {
    margin:0px auto;
    width:100%;
    text-align:left;
} 

#header {
	margin: 0px 0px 6px 0px;
	padding: 5px;
	background: #497C9B url(images/top.gif) no-repeat left top;
	height: 190px;
	color: #FFFFEB;
}

H1 {
	font-size: 14px;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

#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: 32pt;
	font-weight: bold;
	font-family: Monotype Corsiva, Verdana, Geneva, Arial, Helvetica;
	text-align: right;
}

.tagline {
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

.tagline2 {
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

.default {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFEB;
	background-image: url(./images/bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #333333;
	/*border-bottom: 2px;
	border-color: #356BA2;
	border-left: 2px;
	border-right: 2px;
	border-style: ridge;*/
}

.navbox {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 5px 3px 5px 3px;
	/*background-color: #FFFFEB;
	background-image: url(./images/bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;*/
	color: #333333;
	/*border-bottom: 2px;
	border-color: #356BA2;
	border-left: 2px;
	border-right: 2px;
	border-style: ridge;*/
}

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

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

.navheader	{
	padding: 2px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: left;
	padding-left: 8px; /*background-color: #FFFFEB;*/
/*background: url(images/bgrndStones.gif) repeat-x right;*/
	color: #E1B500;
	border-bottom: 2px solid #E1B500;
}

A:link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #E1B500;
	background: none;
}

A:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #E1B500;
	background: none;
}

A:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #E1B500;
	background: none;
}

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

p {
	margin-top: 7px;
	margin-bottom: 7px;
}
.even {
	BACKGROUND-COLOR: #4392f2;
	BACKGROUND: url(images/background.png);
	}

.bg_medium {
	background-color : #86AED7;
}

.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: #E1EBF4;
}
