@charset "utf-8";
body {
	background-color: #219DD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #219DD9;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	color: #219DD9;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}

p {
	padding-right: 5px;
	padding-left: 5px;
}
a:link   {
	color: #219DD9;
}
a:visited {
	color: #219DD9;
}
a:hover {
	color: #1c6ea8;
	text-decoration: none;
}
#container {
	width: 800px;
	margin: auto;
	border: thick solid #000000;
	background-color: #FFFFFF;
}
#header {
	height: 200px;
}
#charitynumber  {
	margin-right: 10px;
	margin-top: 6px;
	float: right;
	margin-bottom: 6px;
	color: #219DD9;
}

#navigation ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation li {
	display: inline;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#navigation     a:link   {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#navigation a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #1c6ea8;
}
#subnavigation ul {
	list-style-type: none;
	text-align: right;
	height: 16px;
}
#subnavigation li {
	display: inline;
	padding: 10px;
}
#subnavigation  a:link  {
	color: #1c6ea8;
	text-decoration: underline;
}
#subnavigation a:visited {
	color: #1c6ea8;
	text-decoration: underline;
}
#subnavigation a:hover {
	color: #219DD9;
	text-decoration: none;
}
#adbanner {
	width: 800px;
}





#content {
	width: 520px;
	border: 1px dotted #333333;
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
#directorycontent {
	width: 760px;
	border: 1px dotted #333333;
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
.quote {
	font-size: 10px;
	font-style: italic;
	color: #006600;
}


#sidebar {
	width: 225px;
	border: 1px dotted #333333;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar img  {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sidebar img:hover     {
	border-top-color: #219DD9;
	border-right-color: #219DD9;
	border-bottom-color: #219DD9;
	border-left-color: #219DD9;
}


#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 10px;
}
#footer     a:link   {
	font-weight: bold;
	color: #1c6ea8;
	text-decoration: underline;
}
#footer a:visited {
	font-weight: bold;
	color: #1c6ea8;
	text-decoration: underline;
}
#footer a:hover {
	color: #219DD9;
	text-decoration: none;
}
