body {
	font: 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #e5f3fe;
}

#container {
	background: url(../image/containerBackground.jpg) repeat-y;
}

#header {
	height: 230px;
}

h1, h2 {
	color: #11397B;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

#menuBar {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#membership {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-collapse: collapse;
	color: #11397B;
}

#membership table {
	border: 1px solid black;
}

#membership tbody tr:hover {
	color: black;
}



#membership td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}






#footer {
	text-align: center;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}

/* Superfish overwrite */

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: white;
	font-size: .8em;
}

.sf-menu li, .sf-menu li li, .sf-menu li li li {
	background:		#11397B;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
	color: black;
}

.sf-menu li.current a {
	background-color: #AABDE6;
	color: black;
}