body{
	background-image: url('sun_bg.jpg');
	margin:0;
	padding:0;
	background-size:100% 100%;
	background-origin:content-box;
	background-repeat:repeat-x;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:#223344;
	font-size:0.45em;
}

img#background
{
	background-image: url('sun_bgljpg');	
position:absolute;
background-repeat:repeat-x repeat-y;
top: 0; left: 0;
width: 100%;
height: 100%:
display: block;
z-index: -1;
}

table{
	font-size:0.9em;
}
#PageColumn{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	
	background-origin:content-box;
	border:none;
	border-top:none;
	font-size:1.5em;
}	
a:link {color: #001958}     /* unvisited link */
a:visited {color: #415ea5}  /* visited link */
a:hover {color: #aebbdb}   /* mouse over link */
a:active {color: #001958}   /* selected link */
}
#PageHeader{
	width: 720;
	height: 223px;
    background: transparent url('header.jpg') no-repeat 0 0;
}

#page-header h1
{
    display: none;
}

#PageBody{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	
	background-size:200% 200%;
	background-origin:content-box;
	
	border-top:none;
	font-size:1.5em;padding-bottom:5px;
	padding-right:5px;
}
#Navbar{
	width:170px;
	float:left;
	padding-left:5px;
}
#Navbar h1{
	margin:5px;
	font-size:1.2em;
}
#Content{
	padding-left:180px;
}
.clear{
	clear:both;
}

.Navcontainer{
	padding:0;
	margin:0;
}
.Navcontainer a{
	display:block;
	padding:2px 4px;
	text-decoration:none;
	width /**/:162px !important;
	width:170px;
	color:#223344;
}
a{
	color:#001958;
}
a img{
	border:none;
}
a.LinkButton{
	padding:3px;
	margin:3px;
	border:1px solid #bbbbbb;
	display:block;
	width:10em;
	text-align:center;
}
a.LinkButton:hover{
	background-color:#cbd5ee;
	color:#cbd5ee;
}

.Navcontainer a:hover{
	width /**/:162px !important;
	width:170px;
}

#HomePage #HomeLink,
#OktoberfestPage #OktoberfestLink,
#BenefitsPage #BenefitsLink,
#AdminPage #AdminLink,
#EventsPage #EventsLink,
#HistoryPage #HistoryLink,
#OktoberPage #OktoberLink,
#MembersPage #MembersLink,
#ChurchesPage #ChurchesLink,
#SchoolsPage #SchoolsLink,
#MeetingPlacesPage #MeetingPlacesLink,
#DirectoryPage #DirectoryLink,
#ApplicationPage #ApplicationLink{
	
	border:1px solid #002A98;
	border-right:none;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:3px;
	width /**/:163px !important;
	width:171px;
	cursor:default;
	font-weight:bold;
}
#OktoberfestLink{color:red;}

#Content h1, #Content h2{
	margin:0;
	margin-bottom:5px;
}
#Content h2{
	font-size:1.5em;
}

.MemberList, .MemberList td, .MemberList th{
	border-collapse:collapse;
	border:none;
	padding:2px 4px 8px;
	font-size:1em;
}

.MemberBenefit{
	border:1px solid #002A98;
	margin-top:10px;
	background:  url('bg.gif');
}
.BenefitTitle{
	padding:1px 4px;
}
.BenefitTitle a{
	float:right;
}
.BenefitBody{
	margin-left:15px;
	padding-left:4px;
	background:#FFF;
}
.AdminBar{
	text-align:right;
	padding:1px 4px;
}

#frmAddMember table, 
#frmEditMember table{
	font-size:1em;
}

.Textbox{
	width:20em;
}
.small{
	font-size:8pt;
}
a#DownloadBooklet{
	display:block;
	width:325px;
	height:78px;
	padding:0;
	margin:0;
	background-image:  url('images/downloadbooklet.jpg');
	cursor:pointer;
	cursor:hand;
}

a#DownloadBooklet:hover{
	background-image:  url('images/downloadbooklethover.jpg');
}

#DownloadBooklet span{
	left:0;
	top:0;
	display:block;
}

a#DownloadApplication{
	x-index:3;
	display:block;
	width:325px;
	height:78px;
	padding:0;
	margin:0;
	background-image:  url('images/downloadapplication.png');
	cursor:pointer;
	cursor:hand;
}
a#DownloadApplication:hover{
	background-image:  url('images/downloadapplicationhover.png');
}
#DownloadApplication span{
	left:0;
	top:0;
	display:block;
}

td h3{
	margin-bottom:0;
}
.AdminRow{
	border-top:1px solid #002A98;
}
label{
	font-size:10pt;
	font-weight:bold;
	white-space: no-wrap !important;
}
td input[type='text'], td input.text{
	width:100%;
}