body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #333333;
	background-color: #EEEEEE;
	font-family: sans-serif;
}

#header {
  margin: 0px 0px 30px 0px;
	padding: 5px;
	background: #5944bf;
	color: #FFF;
	border-bottom: 0px 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: 28pt;
	font-weight: bold;
color: #CDE3F9;
}

.tagline {
	font-size: 16pt;
color: #CDE3F9;

}

.default {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	margin: 0px 10px 10px 10px;
	padding: 3px 10px 3px 10px;
	background: #FFF;
	color: #333333;
	border: 1px dotted #AAA;
}

.container {
	margin: 0px 10px 10px 10px;
	background: #FFFFFF;
	color: #000;
	border: 1px dotted #AAAAAA;
}

.defaultheader {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	color: #4392f2;
	background: #FFF;
}

.announceheader {
	font-size: 8px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: none;
	border-bottom: 1px solid black;
}

.navheader	{
	padding: 2px;
	font-size: 14px;
	font-family: sans-serif;
	text-align: left;
	background-color: #00ADEF;
	background: url("/images/navbar_fade.gif") 0px 0px;
	/*
	Note to self, could try background:url("/images/posts_arrow.gif") no-repeat 0px 0px; somehow to get a graduated blue and could 
	change the boarder from black to the dark blue?
	DARK Blue = 0089CF
	MID Blue = 00ADEF
	LIGHT Blue = #6CCFF6
	OFF BLACK = 231F20
	Old Colours = #CDE3F9, 5944bf*/
	color: #FFFFFF;   
	text-transform: uppercase;
	border: 1px solid #0089CF;
	/* border: 1px solid #5944bf;
	border-bottom: 2px solid #CDE3F9; */
}

A:link{
        font-family: arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: #003D59;
        background: none;
}

A:visited{
        font-family: arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
        color: #003D59;
        background: none;
}

A:hover{
        font-family: arial, 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:  arial, sans-serif;   /*verdana, times,#003D59 serif; */
	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: #CCCCCC} /*#5944bf used on the calendar, heading in forum, */

.smalltext {
font-family : verdana, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em;
}

.fixedsmalltext {
font-family : verdana, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 8pt;
color: #333333;
}

.latestPostsList {
font-family : verdana, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
text-align: left;
font-size : .9em;
background:url("/images/posts_arrow.gif") no-repeat 0px 0px;
padding:0 0 3px 7px;
}

/* START: Styles for login box */
.loginBox {
font-family : verdana, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 8pt;
margin: 0px; 
padding: 0px;
}

#block_username {
font-family : verdana, Helvetica, sans-serif; 
font-size : 8pt; 
}

#password {
font-family : verdana, Helvetica, sans-serif; 
font-size : 8pt; 
}

#login_button {
font-family : verdana, Helvetica, sans-serif; 
font-size : 8pt; 
}

/* END: Styles for login box */

.cal_light {
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 95%;
		background-color: #eeeeee;
		color: #003366;
}
.bg_light {
    background-color: #eeeeee;
}

.club_sponsors {
	font-size: 8px;
	font-family: verdana, times, serif;
}

.image_link {
	text-decoration: none;
}

.image_link:hover {
	text-decoration: none;
	border: 0px;
}
