/****** COLORS

dark blue: #0367b4
medium blue: #6e99d1
light blue: #a4bde2
lighter blue: #d2def1
text blue: #004880;

*****/

body {
	font: normal 0.6em/1.2em Arial, Verdana, Sans;
}
a img { border: none; }

a { color: #0367b4; }

#container #header #logo {
	width: 100%;
	float: left;
}

#container #header #logo img {
	float: right;
	margin-right: 30px;
}

/***** NAVIGATION *****/

#container #header ul#nav {
	display: none;
}

/***** GALLERY *****/

div#myGallery {
	display: none;
}


/***** SEARCH *****/

div#search {
	display: none;
}

/***** UPCOMING EVENT *****/

div#nextEvent {
	display: none;
}

/***** NEWS *****/


h2, h2 a {
	text-transform: uppercase;
	text-decoration: none;
	font: normal 1.8em/1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3, h3 a {
	text-transform: uppercase;
	text-decoration: none;
	font: normal 1.4em/1.1em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#content h4 {
	font-weight: bold;
}

div#content a.moreLink {
	font-size: 0.9em;
	float: left;
}

div#content img {
	float: left;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #d2def1;
	margin: 4px 10px 4px 0;
}


div#content div.navigation {
	display: none;
}

/***** SIDEBAR *****/

div#sidebar {
	display: none;
}

/***** FOOTER *****/

div#footer {
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 0.8em;
	color: #999;
	background: transparent url(../gfx/hr.gif) no-repeat 20px top;
}

div#footer a {
	text-decoration: none;
	color: #999;
}

div#footer a:hover {
	text-decoration: underline;
}

