/*---------------GENERAL STYLES---------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body, p, td, li, th  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9C0000;
}
hr {
    height: 1px;
	color: #9C0000;
}
.content {
	font-size: 13px;
	padding: 20px;
}
.content a {
	color: #9C0000;
	text-decoration: none;
	text-decoration: underline;
}
.celebrate-bg {
	background-image:  url(../images/celebrate_bg.gif);
	background-repeat: repeat-y;
}
/*---------------TOP NAVIGATION---------------*/
.nav1 {
	font-size:12px;
	text-transform:uppercase;
	background-color: #660000;
}
#navcell {
	text-align: center;
	margin:5px 0px;
}
#navcell ul {
	padding:0px;
	margin:0px;
	list-style-type: none;	
}
#navcell ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navcell ul li a {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	text-decoration: none;
}
#navcell ul li a:hover {
	color: #CCCCCC;
}
div.menu {
	font-size:12px;
	background-color: #660000;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 10px;
	visibility: hidden;
	z-index: 101;
	width:150px;		
}
div.menu a.menuItem {
	color: #FFFFFF;
	display: block;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	text-transform: none;
}
/*---------------SIDE NAVIGATION---------------*/
.nav2 {
	background-color: #9C0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 5px;
	text-align: center;
	background-position: top;
	font-size:12px;
	width: 180px;
}
.nav2 ul li {
	list-style-image:  url(../images/diamond.gif);
	text-align: left;
}
.nav2 ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav2 ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.volunteer {
	background-image:  url(../images/vol_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.volunteer a {
	color: #660000;
	text-decoration: none;
}
.volunteer a:hover {
	color: #CCCCCC;
}
