html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

form {
	margin:0px;
	padding:0px;
}

.maintable { margin:auto; }

#header { background:url(../cmsimages/header.jpg) top left no-repeat; }

.giving {
	margin:0px 0px 0px 800px;
	position:relative;
	width:121px;
	height:111px;
	cursor:pointer;
	z-index:100;
}

/* top nav items */
.navtop {
	/* recommended styles */
	list-style: none;
	margin: 7px 0px 0px 300px;
	padding: 0px 0px 0px 0px;
	float: left; /* maker :m1: */
	/* width: 100%;  == Use this line to make the navtop <ul> span the entire width */

	/* add custom styles here */
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	white-space:nowrap;
}

.navtop li { /* recommended styles */ float: left;/* add custom styles here */ }

.navtop li a {
	/* recommended styles */

	/* add custom styles here */
	color: #FFF;
	display: block;
	text-decoration:none;
	border-right:1px solid #FFF;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.navtop li.last a { border-right:0px; }

.navtop li a:hover, .navtop li.selected a { /* recommended styles */ /* add custom styles here */ color:#820024; }

/* dropdown nav items */
.navtop li ul {
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	/* add custom styles here */
	margin-left: -1px;
	background-color: #52BCEC;
	z-index:99;
	border-bottom:1px solid #4A3719;
}

.navtop li:hover ul, .navtop li.hover ul { /* recommended styles */ display: block; }

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
.navtop li:hover ul.redraw, .navtop li.hover ul.redraw { /* recommended styles */ }

.navtop li ul li {
	/* recommended styles */
	float: none;
	position: relative;
	margin:0px;
	/* add custom styles here */
	border-left:1px solid #4A3719;
	border-right:1px solid #4A3719;
}

.navtop li ul li a {
	border-right:0px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
}

.navtop li ul li.first { border-top:1px solid #4A3719; }

.navtop li ul li.last { padding-bottom:5px; }

.navtop li ul li a {
	padding-left:25px;
	padding-right:20px;
	color:#FFF;
}

.navtop li ul li a:hover {
	padding-left:25px;
	padding-right:20px;
	background-color:#820024;
	color:#FFF;
}

.sidepic {
	float:left;
	width:200px;
	margin:0px 20px 10px 0px;
	font-size:10px;
	line-height:1em;
	text-align:center;
}

hr {
	background-color:#52BDEB;
	color:#52BDEB;
	margin:5px 0px 5px;
	padding:0px;
	clear:both;
}

#pictures { background:url(../cmsimages/pictures.jpg) top left no-repeat; }

.tagline {
	color:#FFF;
	background-color:#33715A;
	font-size:22px;
	width:420px;
	margin:45px 0px 0px 45px;
	padding:10px 10px;
	position:absolute;
	z-index:10;
}

.picture1 {
	margin:100px 40px 0px 45px;
	position:absolute;
}

.picture2 {
	margin:100px 40px 0px 260px;
	position:absolute;
}

.picture3 {
	margin:0px 40px 0px 487px;
	position:absolute;
}

.sizer{
	text-align:right;
	padding:5px 0px 0px 0px;
	}

.fontsizes{
	border:1px outset #820024;
	}

.content {
	padding:20px 46px 20px 46px;
	line-height:1.6em;
	font-size:13px;
}

#greenbar { background-color:#33715A; }

.globalcontent {
	text-align:right;
	padding:0px 20px 0px 0px;
	color:#FFF;
	line-height:23px;
}

.globalcontent a { color:#FFF; }

.calendarnews {
	float:right;
	padding:0px 0px 10px 20px;
}

.left {
	float:left;
	margin:0px 20px 10px 0px;
	border:2px inset #820024;
}

.right {
	float:right;
	margin:0px 0px 10px 20px;
	border:2px inset #820024;
}

ul, ol {
	margin:0px;
	padding:0px 0px 10px 20px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#33715A;
	font-style:italic;
	font-weight:normal;
	letter-spacing:1px;
}

h1 { font-size:24px; }

h2 { font-size:125%; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 { font-size:105%; }

a { }

img { border:none; }

.logoworksLink {
	text-align:center;
	font-size:10px;
}

