/* CSS Document */

#navbar {
	position:relative;
	z-index:1;
	text-align: right;
	float: right;
	width: 175px;
	top: 2px;
	margin-right: 18px;
	margin-bottom: 10px;
}
#snowflake {
	width: 370px;
}
#navbar ul {
	list-style-type: none;
}

#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #956823;
	font-size: small;
}

#navbar ul li ul li a:link, #navbar ul li ul li a:visited {
	font-size: x-small;
	color: #000000;
}

#navbar ul li a:hover {
	background-color: #83ABBD;
	color: #FFFFFF;
}

a:active {
	border-color: #CC6600;
	text-decoration: underline;
}	

body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

blockquote {
	text-align: left;
}
.heading2 {
	font-size: x-large;
	font-style: normal;
	display: block;
	font-weight: lighter;
}
.subheader {
	font-size: large;
	display: block;
	list-style-type: disc;
	float: none;
}
.footer {
	font-size: small;
	color: #666666;
	text-align: center;
}
.floatright {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 10px;
	position: relative;
	z-index: inherit;
	border: thin solid #000000;
}

.floatleft {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 10px;
	position: relative;
	z-index: auto;
	border: thin solid #000000;
}

.flyleft {
	float: left;
}

.ital {
	font-size: large;
	font-style: italic;
	color: #333333;
}
.smallbold {
	font-size: smaller;
	font-weight: bold;
}
#homepic {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	z-index: auto;
	width: 270px;
	background-color: #FFCC66;
}

.borderleft {
	background-image: url(../images/borders/left.jpg);
	background-repeat: repeat-y;
}
.borderright {
	background-image: url(../images/borders/right.jpg);
	background-repeat: repeat-y;
}
.imgborder {
	border: thin solid #000000;
	padding: 3px;
}

.quote {
	color: #FF3300;
	font-size: 12px;
	font-style: italic;
}

.quoted {font-size: 12px}

.pdfred {color: #FF3300}
#donate {
	margin-top: 50px;
}
