body {
background: #273676;
}
h1 {
font-size: large;
margin-top: 20px;
}
h1 img {
margin-top: -20px;
}
h3 {
background-color: #273676;
background-image: url(../images/index_nav_bg.jpg);
border-color: #273676;
}

strong {
color: #273676;
}

a:hover {
color: #273676;
}

p.backToTop {
margin: 10px 0;
font-size: x-small;
background: white url(../images/back_to_top.gif) left center no-repeat;
padding-left: 7px;
}

div#mainNav a {
background-color: #273676;
background-image: url(../images/index_nav_bg.jpg);
border-color: #273676;
}

/* container */
div#container {
background-image: url(../images/index_body_top.gif);
}

/* content */
div#content, div#footer {
border-color: #273676;
}

/* page links */
div#pageLinks {
text-align: left;
margin-top: 10px;
}
	div#pageLinks ul {
	display: inline;
	list-style-type: none;
	}
	div#pageLinks ul li {
	display: inline;
	list-style-type: none;
	}
	div#pageLinks ul li + li {
	border-left: 1px solid #273676;
	padding-left: 3px;
	}
	div#pageLinks a {
	padding: 2px 3px;
	margin: 0;
	}

/* Fivefold purpose */
	div#fivefoldPurpose ol {
	margin-left: 120px;
	}
	div#fivefoldPurpose img {
	float: left;
	margin-right: 25px;
	}

/* Clubs */
	div#clubs p#descrip {
	margin: 20px auto;
	}
	div#clubs dl {
	}
	div#clubs dt {
	margin: 0;
	margin-right: 2px;
	font-weight: bold;
	}
	div#clubs dt img {
	float: left;
	margin-right: 5px;
	clear: left;
	}
	div#clubs dt img#daisiesLogo {
	margin-left: 2px;
	margin-right: 8px;
	}
	div#clubs dt img#primsLogo {
	margin-left: 3px;
	margin-right: 9px;
	}
	div#clubs dt img#girlsOnlyLogo {
	margin-left: 8px;
	margin-right: 8px;
	}
	div#clubs dd {
	margin: 0;
	margin-left: 90px;
	margin-bottom: 20px;
	}
	div#clubs dd#friendsDef {
	margin-left: 100px;
	}
	div#clubs dd#girlsOnlyDef {
	margin-left: 94px;
	}
	
	dt a {
	text-decoration: none;
	}
	dt a:hover {
	background-color: transparent;
	text-decoration: underline;
	}
	
	dt#rainbowsTerm a:hover {
	color: #3D873A;
	}
	dt#daisiesTerm a:hover {
	color: #FFDE21;
	}
	dt#primsTerm a:hover {
	color: #FDBED9;
	}
	dt#starsTerm a:hover {
	color: #52B0FA;
	}
	dt#friendsTerm a:hover {
	color: #6F66B5;
	}
	dt#girlsOnlyTerm a:hover {
	color: #BF035A;
	}

/* calendar of events table */
table {
font-size: .9em;
text-align: left;
border-collapse: collapse;
width: 100%;
}
th {
border-bottom: 1px solid black;
}
th, td {
padding: .1em;
}
td {
vertical-align: top;
padding-top: .3em;
padding-bottom: .3em;
}
tr.evenRow td {
background-color: #EEE;
}
tr#clubMeeting td {
padding-top: 0;
}
th#dateCol {
width: 5em;
}
th#timeCol {
width: 10em;
}
th#placeCol {
width: 14em;
}

/* footer */
div#footer {
background-image: url(../images/index_body_bottom.gif);
}