@charset "utf-8";
/* CSS Document */
body {
	margin-: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
}
a:link {
	color: #0d72ba;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0d72ba;
}
a:hover {
	/*text-decoration: none;*/
	color: #000;/* #0d72ba;*/
}
a:active {
	text-decoration: none;
	color: #0d72ba;
}
.primaryKey {
	font-weight: bold;
	font-size: 1.2em;
}
.menuFrame {
	text-align: right;
	padding-left: 0px;
}
#midcontent {
	/* */
}
#menu {
	color: #0d72ba;
	width: 28%;
	height: 400px;
	padding-right: 15px;
	border-right: #09F 2px solid;
	position: relative;
	float: left;
	top: 0px;
	display: inline;
}
#content {
	position: relative;
	float: left;
	top: 0px;
	display: inline;
	padding-left: 30px;
	width: 40%;
}
#picturearea {
	/*background: #F00;*/
	position: relative;
	float: right;
	top: 0px;
	display: inline;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}
#pictureArea2 {
	overflow: hidden;
	height: 100px;
}
#logo {
	margin-left: 75px;
	top: 15px;
}
.randImg {
	padding-bottom: 10px;
}
#admin_notes {
	float: right;
	display: inline;
	position: absolute;
	right: 20px;
	width: 50%;
	text-align: right;
	color: #999;
}
#header {
	display: inline-block;
	float: left;
}
/*
#newtolombardassembly {
	display: none;
}
#media {
	display: none;
}
#ministries {
	display: none;
}
#getinvolved {
	display: none;
}
#newsandevents {
	display: none;
}
#contact {
	display: none;
}
*/
h1 {
	
}
h2 {
	
}
h3 {
	
}
.delete {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	float: right;
	display: inline;
	width: auto;
	height: auto;
	right: 0px;
	top: -8px;
	color: #F00;
	border: 1px;
	font-weight: bold;
	font-family:"Comic Sans MS", cursive;
}
